Update sqenvcom.sh sorry,it's a long time from my first commit, and i mistake the value for hbase_distro when in apache situation, now returne back,
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a0fd11ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a0fd11ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/a0fd11ec Branch: refs/heads/master Commit: a0fd11ec72c32ab7a3817ebd71dd21aafb996410 Parents: a694230 Author: mashengchen <[email protected]> Authored: Tue Jul 12 10:24:48 2016 +0800 Committer: GitHub <[email protected]> Committed: Tue Jul 12 10:24:48 2016 +0800 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a0fd11ec/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index e0b3762..ea1cd97 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -475,8 +475,8 @@ else cat <<EOF If you haven't set HBASE_DISTRO, please set it before source current file - export HBASE_DISTRO=HBASE1.0 (APACHE HBASE1.0) - export HBASE_DISTRO=HBASE1.1 (APACHE HBASE1.1) + export HBASE_DISTRO=APACHE1.0 (APACHE HBASE1.0) + export HBASE_DISTRO=APACHE1.1 (APACHE HBASE1.1) export HBASE_DISTRO=CDH5.4 (cloudera 1.0.0-cdh5.4.4) export HBASE_DISTRO=CDH5.5 (cloudera 1.0.0-cdh5.5.1) export HBASE_DISTRO=HDP (hortonworks 2.3)
