Member since
11-10-2016
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1100 | 11-14-2016 05:20 PM |
11-14-2016
05:20 PM
Hey, so in order to get it to work; I was doing the mistake of creating the pwdless keygen in root@sandbox.hortonworks.com but I was suppose to be in oozie host in order to get it to work.
so to go into the steps
sudo su - oozie
ssh-keygen -t rsa
(for pwdless) just press enter twice
then ssh-copy-id 'user'@'ipAddress'
once that is done --
test it "ssh 'user'@ipAddress' "
**don't remember if it asked for a password for user@ipAddress after ssh-copy-id or when you first connect either way it should be the password you have for the sandbox.** in case that didn't work, I did add that property you mention @Kuldeep Kulkarni.
... View more
11-10-2016
09:19 PM
I am having trouble since my script was trying to call other scripts from the dockerSSH of the sandbox. I would like to leave them there and not have them in the hdfs if possible. Is there a way to have Oozie use those scripts?
... View more
Labels:
- Labels:
-
Apache Oozie