You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2016/02/05 17:53:39 UTC

[jira] [Resolved] (SLIDER-940) Correct the readme for hbase-app-package

     [ https://issues.apache.org/jira/browse/SLIDER-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Billie Rinaldi resolved SLIDER-940.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Slider 0.91

> 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
>             Fix For: Slider 0.91
>
>         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)