turn of verbose output of untar hbase
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/13d3b4d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/13d3b4d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/13d3b4d7 Branch: refs/heads/master Commit: 13d3b4d7fc942b2805e34e8cdebc1698af63fb4f Parents: be02380 Author: Injun Song <[email protected]> Authored: Wed Nov 30 15:47:15 2016 +0900 Committer: Injun Song <[email protected]> Committed: Wed Nov 30 15:47:15 2016 +0900 ---------------------------------------------------------------------- .travis/hbase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/13d3b4d7/.travis/hbase.sh ---------------------------------------------------------------------- diff --git a/.travis/hbase.sh b/.travis/hbase.sh index c04d0e3..abbf219 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 xvz +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 bin/start-hbase.sh
