You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/11/22 18:08:21 UTC

[1/2] incubator-trafodion git commit: TRAFODION-2812 sqenv.sh file not found

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 8c2cc27bc -> 8f4343882


TRAFODION-2812 sqenv.sh file not found


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/e385ae3e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/e385ae3e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/e385ae3e

Branch: refs/heads/master
Commit: e385ae3e1eba81069dae62d750cf1810dbb29d69
Parents: 8b6deb4
Author: gpj1987 <gp...@gmail.com>
Authored: Fri Nov 17 19:37:34 2017 +0800
Committer: gpj1987 <gp...@gmail.com>
Committed: Fri Nov 17 19:37:34 2017 +0800

----------------------------------------------------------------------
 dcs/src/main/java/org/trafodion/dcs/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e385ae3e/dcs/src/main/java/org/trafodion/dcs/Constants.java
----------------------------------------------------------------------
diff --git a/dcs/src/main/java/org/trafodion/dcs/Constants.java b/dcs/src/main/java/org/trafodion/dcs/Constants.java
index ab20e2d..79cd8a6 100644
--- a/dcs/src/main/java/org/trafodion/dcs/Constants.java
+++ b/dcs/src/main/java/org/trafodion/dcs/Constants.java
@@ -92,7 +92,7 @@ public final class Constants {
     public static final String DCS_SERVER_USER_PROGRAM_COMMAND = "dcs.server.user.program.command";
 
     /** Default value for DCS server user program command */
-    public static final String DEFAULT_DCS_SERVER_USER_PROGRAM_COMMAND = "cd ${dcs.user.program.home};. sqenv.sh;mxosrvr -ZKHOST -RZ -ZKPNODE -CNGTO -ZKSTO -EADSCO -TCPADD -MAXHEAPPCT -STATISTICSINTERVAL -STATISTICSLIMIT -STATISTICSTYPE -STATISTICSENABLE -SQLPLAN -PORTMAPTOSECS -PORTBINDTOSECS";
+    public static final String DEFAULT_DCS_SERVER_USER_PROGRAM_COMMAND = "cd ${dcs.user.program.home};. ./sqenv.sh;mxosrvr -ZKHOST -RZ -ZKPNODE -CNGTO -ZKSTO -EADSCO -TCPADD -MAXHEAPPCT -STATISTICSINTERVAL -STATISTICSLIMIT -STATISTICSTYPE -STATISTICSENABLE -SQLPLAN -PORTMAPTOSECS -PORTBINDTOSECS";
 
     /** Configuration key for DCS server user program connecting timeout */
     public static final String DCS_SERVER_USER_PROGRAM_CONNECTING_TIMEOUT = "dcs.server.user.program.connecting.timeout";


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2812] PR 1303 Fix sqenv.sh not found problem

Posted by db...@apache.org.
Merge [TRAFODION-2812] PR 1303 Fix sqenv.sh not found problem


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/8f434388
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/8f434388
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/8f434388

Branch: refs/heads/master
Commit: 8f4343882522f702503c129eb5ff5aab85069c45
Parents: 8c2cc27 e385ae3
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Nov 22 18:07:22 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Nov 22 18:07:22 2017 +0000

----------------------------------------------------------------------
 dcs/src/main/java/org/trafodion/dcs/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------