TAJO-1575: HBASE_HOME guidance is duplicated in tajo-env.sh. Closes #549
Signed-off-by: Jihoon Son <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/4865a411 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/4865a411 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/4865a411 Branch: refs/heads/index_support Commit: 4865a41141b6c79c35726369fd8422830ee73c2b Parents: 2a5d912 Author: Jongyoung Park <[email protected]> Authored: Fri Apr 24 11:11:06 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Fri Apr 24 11:11:29 2015 +0900 ---------------------------------------------------------------------- CHANGES | 3 +++ tajo-dist/src/main/conf/tajo-env.sh | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/4865a411/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index ff88c59..01fb0f4 100644 --- a/CHANGES +++ b/CHANGES @@ -199,6 +199,9 @@ Release 0.11.0 - unreleased TASKS + TAJO-1575: HBASE_HOME guidance is duplicated in tajo-env.sh. + (Contributed by Jongyoung Park, Committed by jihoon) + TAJO-1568: Apply UnpooledByteBufAllocator when a tajo.test.enabled is set to enable. (jinho) http://git-wip-us.apache.org/repos/asf/tajo/blob/4865a411/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 bb8465f..ecbb8b8 100755 --- a/tajo-dist/src/main/conf/tajo-env.sh +++ b/tajo-dist/src/main/conf/tajo-env.sh @@ -24,9 +24,6 @@ # Hadoop home. Required # export HADOOP_HOME= -# HBase home. optional -# export HBASE_HOME= - # The java implementation to use. Required. # export JAVA_HOME=/usr/java/default @@ -79,5 +76,5 @@ # Tajo PullServer mode. the default is embedded mode (in worker) # export TAJO_PULLSERVER_STANDALONE=false -# It must be required to use HBase +# HBase home directory. It is opitional, but is required mandatorily to use HBase. # export HBASE_HOME=
