You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/09 01:46:28 UTC

[jira] [Commented] (SLIDER-407) Add install package command to install app packages

    [ https://issues.apache.org/jira/browse/SLIDER-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14126320#comment-14126320 ] 

ASF subversion and git services commented on SLIDER-407:
--------------------------------------------------------

Commit 804788c338e80381ae33049cdb79f4db25a378ec in incubator-slider's branch refs/heads/feature/slider_install_package from [~sumitmohanty]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=804788c ]

SLIDER-407. Add install package command to install app packages


> Add install package command to install app packages
> ---------------------------------------------------
>
>                 Key: SLIDER-407
>                 URL: https://issues.apache.org/jira/browse/SLIDER-407
>             Project: Slider
>          Issue Type: Bug
>          Components: app-package, client
>    Affects Versions: Slider 0.50
>            Reporter: Sumit Mohanty
>            Assignee: Sumit Mohanty
>             Fix For: Slider 0.60
>
>
> Slider client should provide an app install command to allow users to upload apps into HDFS. App packages will be uploaded to user home directory within sub-directory (~/.slider/package). This path will also be the default path in the default appConfig.json file associated with the app packages.
> Uploading of app package expects an identifier and the location to the app package file locally. Optionally an overwrite flag can be specified to overwrite existing package. _This should be used with a caution that there may be running apps referring to the existing package._
> Sample commands:
> {noformat}
> ./slider install-package --name hbase --package ../../hbase/hbase-v098.zip
> ./slider install-package --name hbase --package ../../hbase/hbase-v098.zip --replacepkg true
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)