Member since
02-05-2016
63
Posts
32
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6375 | 05-17-2016 06:46 PM |
05-19-2016
08:12 PM
I was able to resolve my problem. By running the command below (link to source). The issue was when I issued an Oozie command the system was getting confused and didn't know where to look for the sharedlib files (defaulted to localhost). This way it set the URL and allowed it to communicate with oozie to find the files. $ export OOZIE_URL=http://FQDNofmycluster:11000/oozie
... View more
05-17-2016
01:29 PM
@Sagar Shimpi I am not using HA with this cluster (it is a small demo cluster) but I will take note of that for when we build future clusters. Thanks!
... View more
05-05-2016
05:43 PM
Not sure how your sandbox missed that folder in the first place. I sent you the steps from manual install. Should have been there in the first place, but since it was not there, we followed manual steps to put them there. Tez and mapreduce use the tar.gz files from /hdp/apps/<hdp_version>/ for submitting applications.
... View more
06-01-2016
07:31 AM
Thanks Ravi. This solved my rpoblem also.
... View more
11-08-2017
05:24 AM
@Mark Thorson for you
... View more
03-03-2016
09:16 PM
1 Kudo
Thanks @Brandon Wilson I will navigate via the method you described going forward.
... View more
03-03-2016
06:05 PM
1 Kudo
@Umair Khan You are correct! It is a problem with the Hive view. I created a new Hive view and now am able to see my data bases again and run queries. Thanks so much for your help!
... View more
02-15-2019
01:13 PM
Hi, I am struggling with the ame Problem. Mainserver: hadoopmain.hadoop.local Host1: node1.hadoop.local Host2. node2.hadoop.local I configured as it was set in the manual and when I try to connect via ssh it is working without password So I am logged in as root in the Mainserver hadoopmain.hadoop.local I then enter: ssh root@node1.hadoop.local And then I am logged on the node1 without being asked for a password. Nevertheless I a getting the failure: ==========================
Creating target directory...
==========================
Command start time 2019-02-15 12:12:13
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
SSH command execution finished
host=node1.hadoop.local, exitcode=255
Command end time 2019-02-15 12:12:13
ERROR: Bootstrap of host node1.hadoop.local fails because previous action finished with non-zero exit code (255)
ERROR MESSAGE: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
STDOUT:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
... View more
04-19-2017
02:51 PM
@Mark Thorson What fixed the issue? Can you share what you did to fix it? I'm facing the same problem now..
... View more
02-22-2016
03:08 PM
I followed the steps on this following link and I was able to successfully install MySQL.
http://ahmed.amayem.com/installing-latest-version-of-mysql-on-linux-centos-6-production-server/
... View more