You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tajo.apache.org by hy...@apache.org on 2013/10/14 17:26:55 UTC

git commit: TAJO-169: the default TAJO_WORKER_STANDBY_MODE in tajo-env.sh is wrong. (hyunsik)

Updated Branches:
  refs/heads/master 9ebe23536 -> 683aaf4f0


TAJO-169: the default TAJO_WORKER_STANDBY_MODE in tajo-env.sh is wrong. (hyunsik)


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

Branch: refs/heads/master
Commit: 683aaf4f0575f0c749e2fe24c07268e4ae4f3bf9
Parents: 9ebe235
Author: Hyunsik Choi <hy...@apache.org>
Authored: Tue Oct 15 00:26:21 2013 +0900
Committer: Hyunsik Choi <hy...@apache.org>
Committed: Tue Oct 15 00:26:21 2013 +0900

----------------------------------------------------------------------
 CHANGES.txt                         | 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/incubator-tajo/blob/683aaf4f/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ee95701..ea6938d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -197,6 +197,9 @@ Release 0.2.0 - unreleased
 
   BUG FIXES
 
+    TAJO-169: the default TAJO_WORKER_STANDBY_MODE in tajo-env.sh is wrong. 
+    (hyunsik)
+
     TAJO-231: In StorageManger v2, TestCSVCompression incurs unexpected end of 
     stream occasionally. (hyunsik)
 

http://git-wip-us.apache.org/repos/asf/incubator-tajo/blob/683aaf4f/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 b70fe01..3791904 100755
--- a/tajo-dist/src/main/conf/tajo-env.sh
+++ b/tajo-dist/src/main/conf/tajo-env.sh
@@ -54,5 +54,5 @@ export TAJO_OPTS=-XX:+PrintGCTimeStamps
 
 # Tajo Distributed Execution Mode
 # the default mode is on-demand mode using YarnTajoResourceManager.
-# export TAJO_WORKER_STANDBY_MODE=yes
+# export TAJO_WORKER_STANDBY_MODE=true