change: cdh => apache hbase release
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1c33da3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/1c33da3a Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/1c33da3a Branch: refs/heads/master Commit: 1c33da3a1331b476975625e4cde7d17696f12961 Parents: 4358ab7 Author: Injun Song <[email protected]> Authored: Wed Nov 30 21:56:14 2016 +0900 Committer: Injun Song <[email protected]> Committed: Wed Nov 30 21:56:14 2016 +0900 ---------------------------------------------------------------------- .travis/hbase.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1c33da3a/.travis/hbase.sh ---------------------------------------------------------------------- diff --git a/.travis/hbase.sh b/.travis/hbase.sh index abbf219..6b26c88 100755 --- a/.travis/hbase.sh +++ b/.travis/hbase.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -wget -q -O - https://archive.cloudera.com/cdh5/cdh/5/hbase-1.0.0-cdh5.4.9.tar.gz | tar xz -cd hbase-1.0.0-cdh5.4.9 +wget -q -O - http://mirror.navercorp.com/apache/hbase/stable/hbase-1.2.4-bin.tar.gz | tar xz +cd hbase-1.2.4 bin/start-hbase.sh
