[
https://issues.apache.org/jira/browse/TRAFODION-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063417#comment-16063417
]
ASF GitHub Bot commented on TRAFODION-2637:
-------------------------------------------
Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/1141#discussion_r124065260
--- 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 --
You can remove all the defines related to this code at the top of this
file. For some reason, I was not able to comment at that line.
> 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)