How do I manually install Cloudera with Parcels without an internet connection? - hadoop

I'm trying to install Cloudera 5.7 on RedHat 6. In the Cloudera Manager Wizard GUI, on the "Select Repository" screen, I check "User Parcels (Recommended)." But I see no option for "Select the version of CDH." I have no internet connection. I do not want to use packages. What should I do to install Parcels? I cannot continue the installation using Parcels.

You will find instruction here for 5.7:
https://www.cloudera.com/documentation/enterprise/5-7-x/topics/cm_ig_create_local_parcel_repo.html
For latest version of CDH:
https://www.cloudera.com/documentation/enterprise/latest/topics/cm_ig_create_local_parcel_repo.html

Related

Empty select version Apache Ambari 2.7.6

I installed & built Apache Ambari 2.7.6 from:
Installation Guide for Ambari 2.7.6 .In launch install wizard step 1, Select Version is empty. How can i pass this step without using HDP/HDF and use own Apache?
Thanks
Installer step 1
To use open source with Ambari you'd need to build ambari with this patch:
https://issues.apache.org/jira/browse/AMBARI-25366
You can also use the Mpack that is provided by BigTop in this
pull: https://github.com/apache/bigtop/pull/669
It installs a management pack that could then be used to to install BigTop which is an opensource version of hadoop that packages versions of the Hadoop Zoo.
Build Ambari (with that patch) in ticket above, or download the management pack from BigTop
Install the Bigtop management pack
Then the 'bigTop' installed version will become available in the wizard.

How to reinstall crashed ambari

I installed Ambari and Hortonworks on Centos 7.
I had many problems with the Kerberos configuration, so I tried to reinstall Ambari.
I followed this link, but I always get errors in the Install and test step.
So what is the best way to reinstall ambari server?
Errors during "Install&Test" step are usually caused by conflicts with already installed HDP packages.
Did you try to follow this link? http://web.archive.org/web/20170816163504/http://www.yourtechchick.com/hadoop/how-to-completely-remove-and-uninstall-hdp-components-hadoop-uninstall-on-linux-system/

Orange3-spark addon installed but no widgets inside

I want to install the Orange3-spark addon,
I checked the requirements and it was (Apache Spark, Pandas, and orange3),
Problem Description
I installed it according to the order below, added the spark addon (GUI approach), no error messages, but there were no widgets shown in the Spark ML section.. The Spark ML section is empty,
Installation Steps
Installed Apache Spark 2.1.1 with Hadoop 2.7 on a Windows 10 machine.
Scala 2.11.8 (comes with Spark)
Checked Spark using (spark-shell) in command prompt
Installed Anaconda 4.4.0 Python 3.6 version
Verified that Pandas is installed within Anaconda
Installed Orange version 3.4.4
Installed Spark Addon (GUI way from orange)
Can you please instruct me on what to do ?
I have never used Python before, I know the job of most of the above-mentioned components, however, this is the first time that I install any of the above. So please bear with me and be clear with your comments ;))
I had a similar problem with the network add on in Orange3 and overcame it by doing a terminal install with root access via sudo instead of the canvas gui install. Try a command line install running as administrator via runas.

How to install ElasticSearch on Windows?

I am new for elasticsearch.I searched in google about elasticsearch and how to install it.Is JDK is required for elasticsearch install and configure in windows OS.Please anyone suggest solution.
If you search in google for "elasticsearch install windows" you can find this link
https://www.elastic.co/guide/en/elasticsearch/reference/current/windows.html
Which shows you note "Elasticsearch requires Java 8 or later. Use the official Oracle distribution or an open-source distribution such as OpenJDK."
Recent versions of Elasticsearch have an MSI package with a GUI installer. That's the easiest way to install.
If you prefer a manual install, you'll need to:
get the ZIP file
download and install Java, then set JAVA_HOME under System Properties -> Advanced -> Environment Variables
finally, you can start Elasticsearch (via elasticsearch.bat) or install it as a service via elasticsearch-service.bat install

Error in installing Bugzilla on Windows

I am trying to install Bugzilla 4.2.4 on Windows 7 OS.
I have completed the following steps:
Installation og Apache Server 2.2
Installation of Active perl 5.16
Installation of MySQl 5.6
Installing Perl Modules needed for Bugzilla tool.
After completing the above steps I have run CheckSetup.pl through command prompt.
I am facing the following error after that:
"InnoDB is disabled your MySQL installation. Bugzilla requires InnoDb
to be enabled. Please enable it and then re-runchecksetup.pl".
Can anyone please help in moving further with the installation.
You need to enable InnoDB in my.cnf and restart the service
http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#option_mysqld_innodb

Resources