[ https://issues.apache.org/jira/browse/SLIDER-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134450#comment-15134450 ]
ASF subversion and git services commented on SLIDER-940: -------------------------------------------------------- Commit fff09a7f1e75b03c3cdc673878a426da2b0216b8 in incubator-slider's branch refs/heads/develop from [~billie.rina...@gmail.com] [ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=fff09a7 ] SLIDER-940 Correct the README for hbase app package (Rohith Sharma K S via billie) > Correct the readme for hbase-app-package > ---------------------------------------- > > Key: SLIDER-940 > URL: https://issues.apache.org/jira/browse/SLIDER-940 > Project: Slider > Issue Type: Bug > Reporter: Rohith Sharma K S > Assignee: Rohith Sharma K S > Priority: Trivial > Attachments: 0001-SLIDER-940.patch > > > Readme in {SLIDER_HOME}/app-packages/hbase for building hbase-app-package is > provided with incorrect command. > # -Dhbase.version should be -Dpkg.version > # even 1st point is hbase version, then example command is repeated with > hbase.version 2 times which should be *pkg.name* > {code} > Command: > mvn clean package -Phbase-app-package -Dhbase.version=<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.src=/Users/user1/Downloads/0.98.5-hadoop2 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)