Slider install-package command uploads the application to the user home directory at the sub folder .slider/package/<application type> (e.g. .slider/package/hbase/hbase-v1.zip).
We should also change the default location specified in the default appConfig.json to be the same. JIRA: https://issues.apache.org/jira/browse/SLIDER-434 Let me know if you have any suggestion/objection. Also, once the change is in, I will encourage you to use the install-package command instead of hdfs dfs -copyFromLocal. Otherwise, ensure that the upload location is in sync with what is supplied as app.def in appConfig.json. thanks -Sumit
