From 56965c95bf9a3f873cb6af5c2d350d3e165b39e4 Mon Sep 17 00:00:00 2001 From: "navis.ryu" Date: Thu, 19 Mar 2015 14:42:29 +0900 Subject: [PATCH] TAJO-1418 Comment on TAJO_PULLSERVER_STANDALONE in tajo-env.sh is not consistent --- tajo-dist/src/main/conf/tajo-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tajo-dist/src/main/conf/tajo-env.sh b/tajo-dist/src/main/conf/tajo-env.sh index 4a8e2b2ea9..cbb881e8c2 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