Sumit Mohanty created SLIDER-407:
------------------------------------
Summary: 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)