[ https://issues.apache.org/jira/browse/TRAFODION-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064015#comment-16064015 ]
ASF GitHub Bot commented on TRAFODION-2637: ------------------------------------------- GitHub user zellerh opened a pull request: https://github.com/apache/incubator-trafodion/pull/1147 [TRAFODION-2637] Part 2: Rework This is cleanup and rework for an earlier PR that somehow got messed up. The first commit of PR #1141 got merged into Master without indicating so in the PR. I am submitting a new commit with the rework from the review comments here. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zellerh/incubator-trafodion bug/r2.2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1147.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1147 ---- commit 13cb04682cba886c6e7504bff6c5468836f8384a Author: Hans Zeller <hzel...@apache.org> Date: 2017-06-26T23:57:29Z [TRAFODION-2637] Part 2: Rework This is cleanup and rework for an earlier PR that somehow got messed up. The first commit of PR 1141 got merged into Master without indicating so in the PR. I am submitting a new commit with the rework from the review comments here. ---- > Library management in the absence of password-less ssh > ------------------------------------------------------ > > Key: TRAFODION-2637 > URL: https://issues.apache.org/jira/browse/TRAFODION-2637 > Project: Apache Trafodion > Issue Type: Bug > Components: sql-general > Affects Versions: 2.1-incubating > Reporter: Hans Zeller > Assignee: Hans Zeller > Fix For: 2.2-incubating > > > We have a set of built-in stored procedures that can be used to deploy > libraries for UDRs to a Trafodion cluster. Some of these stored procedures > rely on the pdsh command, which in turn relies on password-less ssh between > the nodes of a cluster. Some installations, however, don't support > password-less ssh. We therefore need to find another method to distribute the > files. -- This message was sent by Atlassian JIRA (v6.4.14#64029)