You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/07/07 16:28:15 UTC

git commit: Add note for building hbase package

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 0f9344bda -> 87fe58615


Add note for building hbase package


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/87fe5861
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/87fe5861
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/87fe5861

Branch: refs/heads/develop
Commit: 87fe586158955b7632106bd7ec02d7493a461693
Parents: 0f9344b
Author: tedyu <yu...@gmail.com>
Authored: Mon Jul 7 07:28:21 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Mon Jul 7 07:28:21 2014 -0700

----------------------------------------------------------------------
 app-packages/hbase/README.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/87fe5861/app-packages/hbase/README.txt
----------------------------------------------------------------------
diff --git a/app-packages/hbase/README.txt b/app-packages/hbase/README.txt
index 1d547a2..b4e4ccd 100644
--- a/app-packages/hbase/README.txt
+++ b/app-packages/hbase/README.txt
@@ -38,6 +38,9 @@ Download the tarball for HBase:
 Use the following command to install HBase tarball locally:
   mvn install:install-file -Dfile=<path-to-tarball> -DgroupId=org.apache.hbase -DartifactId=hbase -Dversion=0.98.3-hadoop2 -Dclassifier=bin -Dpackaging=tar.gz
 
+You may need to copy the hbase tarball to the following location if the above step doesn't publish the tarball:
+~/.m2/repository/org/apache/hbase/hbase/0.98.3-hadoop2/
+
 After HBase tarball is published locally in maven repository, you can use the following command:
   mvn clean package -DskipTests -Phbase-app-package