Repository: tajo Updated Branches: refs/heads/master e15ac7e55 -> 797138e61
TAJO-1418 Comment on TAJO_PULLSERVER_STANDALONE in tajo-env.sh is not consistent. Closes #438 Signed-off-by: Hyunsik Choi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/797138e6 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/797138e6 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/797138e6 Branch: refs/heads/master Commit: 797138e61bf692de455f0a38580793cd190f46d5 Parents: e15ac7e Author: navis.ryu <[email protected]> Authored: Thu Mar 19 14:42:29 2015 +0900 Committer: Hyunsik Choi <[email protected]> Committed: Thu Mar 19 18:52:28 2015 -0700 ---------------------------------------------------------------------- CHANGES | 3 +++ tajo-dist/src/main/conf/tajo-env.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/797138e6/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 6ae53f6..fc18306 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,9 @@ Release 0.11.0 - unreleased IMPROVEMENT + TAJO-1418: Comment on TAJO_PULLSERVER_STANDALONE in tajo-env.sh + is not consistent. (Contributed by navis, Committed by hyunsik) + TAJO-1381: Support multi-bytes delimiter for Text file. (Contributed by navis, Committed by jinho) http://git-wip-us.apache.org/repos/asf/tajo/blob/797138e6/tajo-dist/src/main/conf/tajo-env.sh ---------------------------------------------------------------------- diff --git a/tajo-dist/src/main/conf/tajo-env.sh b/tajo-dist/src/main/conf/tajo-env.sh index 4a8e2b2..cbb881e 100755 --- a/tajo-dist/src/main/conf/tajo-env.sh +++ b/tajo-dist/src/main/conf/tajo-env.sh @@ -79,7 +79,7 @@ export TAJO_WORKER_STANDBY_MODE=true # export HIVE_HOME= # export HIVE_JDBC_DRIVER_DIR= -# Tajo PullServer mode. the default mode is standalone mode +# Tajo PullServer mode. the default is embedded mode (in worker) # export TAJO_PULLSERVER_STANDALONE=false # It must be required to use HBase
