Repository: tajo Updated Branches: refs/heads/branch-0.10.1 8d7988438 -> c33b8630f
TAJO-1575: HBASE_HOME guidance is duplicated in tajo-env.sh. 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/c33b8630 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/c33b8630 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/c33b8630 Branch: refs/heads/branch-0.10.1 Commit: c33b8630ff92eb6e0b123735332c82c2c262bbee Parents: 8d79884 Author: Jongyoung Park <[email protected]> Authored: Fri Apr 24 11:13:08 2015 +0900 Committer: Jihoon Son <[email protected]> Committed: Fri Apr 24 11:13:08 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/c33b8630/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a1a14c4..831967b 100644 --- a/CHANGES +++ b/CHANGES @@ -89,6 +89,9 @@ Release 0.10.1 - unreleased TASKS + TAJO-1575: HBASE_HOME guidance is duplicated in tajo-env.sh. + (Contributed by Jongyoung Park, Committed by jihoon) + TAJO-1571: Merge TAJO-1497 and TAJO-1569 to 0.10.1. (jinho) TAJO-1568: Apply UnpooledByteBufAllocator when a tajo.test.enabled http://git-wip-us.apache.org/repos/asf/tajo/blob/c33b8630/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..353d87d 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 @@ -82,5 +79,5 @@ export TAJO_WORKER_STANDBY_MODE=true # Tajo PullServer mode. the default mode is standalone mode # 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=
