Repository: incubator-slider
Updated Branches:
  refs/heads/develop c9fc7f646 -> fff09a7f1


SLIDER-940 Correct the README for hbase app package (Rohith Sharma K S via 
billie)


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

Branch: refs/heads/develop
Commit: fff09a7f1e75b03c3cdc673878a426da2b0216b8
Parents: c9fc7f6
Author: Billie Rinaldi <billie.rina...@gmail.com>
Authored: Fri Feb 5 08:52:06 2016 -0800
Committer: Billie Rinaldi <billie.rina...@gmail.com>
Committed: Fri Feb 5 08:52:06 2016 -0800

----------------------------------------------------------------------
 app-packages/hbase/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/fff09a7f/app-packages/hbase/README.md
----------------------------------------------------------------------
diff --git a/app-packages/hbase/README.md b/app-packages/hbase/README.md
index db2efd8..5aaa134 100644
--- a/app-packages/hbase/README.md
+++ b/app-packages/hbase/README.md
@@ -38,13 +38,14 @@ with appropriate parameters.
 
 Command:
 
-    mvn clean package -Phbase-app-package -Dhbase.version=<version>
+    mvn clean package -Phbase-app-package -Dhbase.version=<hbase version> 
-Dpkg.version=<app package version>
        -Dpkg.name=<file name of app tarball> -Dpkg.src=<folder location where 
the pkg is available>
 
 Example:
 
     mvn clean package -Phbase-app-package -Dhbase.version=0.98.5-hadoop2
-      -Dhbase.version=hbase-0.98.5-hadoop2.tar.gz
+      -Dpkg.version=0.98.5-hadoop2
+      -Dpkg.name=hbase-0.98.5-hadoop2.tar.gz
       -Dpkg.src=/Users/user1/Downloads/0.98.5-hadoop2
 
 App package can be found in

Reply via email to