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 <[email protected]> Authored: Fri Nov 17 19:37:34 2017 +0800 Committer: gpj1987 <[email protected]> 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";
