[
https://issues.apache.org/jira/browse/TRAFODION-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063458#comment-16063458
]
ASF GitHub Bot commented on TRAFODION-2637:
-------------------------------------------
Github user zellerh commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1141#discussion_r124069643
--- Diff: core/sql/udrserv/udrserv.cpp ---
@@ -230,35 +230,6 @@ void
InitializeJavaOptionsFromEnvironment(LmJavaOptions &javaOptions
{
char *val;
- if ((val = getenv("CLASSPATH")))
- {
- javaOptions.addSystemProperty("java.class.path", val);
- }
- char maxHeapOption[64];
- int maxHeapEnvvarMB = DEFAULT_JVM_MAX_HEAP_SIZE;
--- End diff --
I pushed [another
commit](https://github.com/zellerh/incubator-trafodion/commit/8b38be76203dabcb47a03c09a72b14bd305d1564)
to remove the 3 lines, but for some reason it does not show up here. If the
rework doesn't get committed I'll fix that in a later PR.
> 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)