-
Notifications
You must be signed in to change notification settings - Fork 160
Unable to ssh to remote machine through oozie #838
Comments
The documentation at "http://incubator.apache.org/oozie/docs/3.2.0-incubating/docs/ENG_Building.html#Passphare-less_SSH_Setup" clearly indicates that there must be a user setup with pass phrase less access to shell otherwise it will endup in PermissionDenied(publickey, password) scenario Thanks |
Hi, I think there is some difference in understanding the documentation of oozie. Oozie 3.2 workflows allow ssh action and being deprecated in later versions I hope. Anyway the documentation of oozie says that “pass phrase less login must be setup” in the system in-order for the ssh action to work. I did so and it started working. Thanks From: FlavSF [mailto:[email protected]] I am facing the same issue as the author. Whenever I try to do any kind of ssh command I encounter the following error: AUTH_FAILED: Not able to perform operation [ssh -o PasswordAuthentication=no -o KbdInteractiveDevices=no -o StrictHostKeyChecking=no -o ConnectTimeout=20 root@serverip mkdir -p oozie-oozi/0000114-130122145142848-oozie-oozi-W/mysql_delete--ssh/ ] | ErrorStream: Permission denied (gssapi-keyex,gssapi-with-mic,publickey,password). But it doesn't make sense for few reasons:
Any ideas? Did you find resolution to your problem @marryhazarikahttps://github.com/marryhazarika ? — ::DISCLAIMER::The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. |
Hi, Run Oozie server as a Oozie user. If running Oozie server from different NOTE: Change the name oozie in above properties to the user name from where My problem was solved this way. Try this out once. On Thu, Jan 31, 2013 at 11:40 AM, maruthy [email protected] wrote:
Regards, |
Thanks for the update, Hi, Run Oozie server as a Oozie user. If running Oozie server from different NOTE: Change the name oozie in above properties to the user name from where My problem was solved this way. Try this out once. On Thu, Jan 31, 2013 at 11:40 AM, maruthy [email protected] wrote:
Regards, — |
<http://www.skillpages.com/i/ftuf/emailinvitelanding?user=3906543b-f295-e211-a117 Hi, Marry Hazarika wants to connect with you. <http://www.skillpages.com/i/ftuf/emailinvitelanding?user=3906543b-f295-e211-a117 Marry Hazarika Invite sent: 26 March, 2013 Continue [email protected] © 2013 SkillPages, Blackrock Business Park, Dublin, Ireland and 228 Hamilton |
oozie vesion : 2.3.2-cdh3u2
Trying to execute a shell command in the non-hadoop remote host from a hadoop supporting node.
Steps followed: 1. Copied the workflow.xml file containing the ssh action to create a file in the remote host to HDFS.
2. Submitted the job from a hadoop supporting node where oozie derver and oozie client both are installed.
Expected Result: Should create a file in the remote host
Issue faced: AUTH_FAILED: Not able to perform operation [ssh -o PasswordAuthentication=no -o KbdInteractiveDevices=no -o StrictHostKeyChecking=no -o ConnectTimeout=20 [email protected] mkdir -p oozie-oozi/0000000-120614121603884-oozie-oozi-W/ssh-node--ssh/ ] | ErrorStream: Permission denied (publickey,gssapi-with-mic,password) in the log file.
The text was updated successfully, but these errors were encountered: