Member since
08-28-2015
194
Posts
45
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5597 | 07-05-2017 11:58 PM |
03-06-2016
04:32 AM
2 Kudos
Thankyou Divakar. I do download exact tarball you provided above, however, according to HDP doc at following URL http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Installing_HDP_AMB/bk_Installing_HDP_AMB-20150721.pdf it says, b. Untar the repository tarballs to the following locations: where , , , , and represent the name, home directory, operating system type, version, and most recent release version, respectively. Untar Locations for a Local Repository - No Internet Access ---------------------------------------------------------------------------- Repository Content Repository Location Ambari Repository Untar under <web.server.directory> --------------------------------------------------------------------------------- I just could not find any ambari repository file after untar. I do download HDP-2.3.2.0 with ambari 2.1.2.1. and I can find repo files for HDP and HDP_UTIL after untar. thank you for mention that too. thanks,
... View more
03-06-2016
03:59 AM
Neeraj, this link you provided here -- https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_obtaining_the_repositories.html got an error: [root@ip-172-31-62-67 html]# wget https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_obtaining_the_repositories.html
--2016-03-05 22:58:28-- https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_obtaining_the_repositories.html
Resolving docs.hortonworks.com... 54.230.193.145, 54.230.193.190, 54.230.193.214, ...
Connecting to docs.hortonworks.com|54.230.193.145|:443... connected.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.
please help. thank you, Robin
... View more
03-06-2016
03:11 AM
1 Kudo
I am trying to install HDP ambari without internet access, according to https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.1/bk_Installing_HDP_AMB/content/_ambari_repositories.html I downloaded the tarball file to /var/www/http from following URL
http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.1.2.1/ambari-2.1.2.1-centos6.tar.gz tar -zxvf ambari-2.1.2.1-centos6.tar.gz, -- this step create some subdirs and files, but I dont see the ambari.repo file on server at all. according to HDP doc, after untar, ambari.repo needs to move to /etc/yum/repo.d directory. so I stuck here. Please help.
... View more
Labels:
02-26-2016
02:12 PM
1 Kudo
@Neeraj, very good info, I will check on this now.
... View more
02-26-2016
05:04 AM
1 Kudo
HDP doc said: The installer pulls many packages from the base OS repositories. If you do not
have a complete set of base OS repositories available to all your machines at
the time of installation you may run into issues. 1. when we have issues install ambari without internet, I think I need to compare with the current OS packages to the complete set of RHEL 6.5 packages. any one can give me a clue on that? 2. or any one can show me the required packages for install HDP/ambari without internet access. 3. It will be great if HDP doc would provide list of required package for its installation, not just overall ask for complete set of package for OS.
... View more
Labels:
02-24-2016
09:25 PM
thank you very much Sr.
... View more
02-24-2016
08:32 PM
2 Kudos
so I am wondering if I need install Hbase in order to use sqoop. I will use sqoop to extract data from teradata and dump to a hive table, do I need Hbase?
... View more
Labels:
02-19-2016
01:44 AM
1 Kudo
I need hundreds tables from teradata, so I need to create all these in hive tables first and all data can be directly import to hive tables, shall we? if troubleshooting I need aware?
... View more
Labels:
- Labels:
-
Apache Hive
02-18-2016
03:48 AM
1 Kudo
yes, I run the install clients drop down, it showed sqoop is already installed, actually I was not able to run 'sqoop' command and find there is no sqoop directory under /usr/hdp/2.3.4.0-3485/ which all other tools listed (installed) here. 1. install sqoop by ambari is not possible in my case now 2. only thing I worried is if manually install sqoop, pig, tez etc which not work in ambari, can ambari still manage it? no problem? thanks, Robin
... View more
02-17-2016
05:49 PM
1 Kudo
@neeraj this is what I did on server: 1. su - sqoop --- ok, I am sqoop user now 2. [sqoop@avechdmq1 ~]$ sqoop -bash: sqoop: command not found 3. I think the sqoop_home is not set and no where to find ./bin to run this 'sqoop', so set it up. so the link to /usr/hdp/2.3.4.0-3485 dont have sqoop directory is the reason not able to start sqoop. 4. I need to know how fix it if no manually install sqoop is impossible. last time after could not start sqoop on ambari, I run the command you provided, grant all privileges
on *.* to 'hive'@'avechdmq1.ae.ge.com' identified by 'hivepassword' with grant option; I am able to start sqoop and all others like pig, tez on ambari, somehow, it changed back now and still not able to start sqoop. Please help us on this issue, and many others tools have the same link problem. so we can fix them all if this one fixed. thank you Neeraj.
... View more