Sumit Mohanty created SLIDER-451:
------------------------------------
Summary: slider install-package could use better error messages
Key: SLIDER-451
URL: https://issues.apache.org/jira/browse/SLIDER-451
Project: Slider
Issue Type: Bug
Components: client
Affects Versions: Slider 0.50
Reporter: Sumit Mohanty
Assignee: Sumit Mohanty
"A valid application name is required." is not very useful.
./slider install-package
...
command is java -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
-Xmx256m -Djava.confdir=/usr/work/slider-0.51.0-incubating-SNAPSHOT/conf
--classpath
"/usr/work/slider-0.51.0-incubating-SNAPSHOT/lib/*:/usr/work/slider-0.51.0-incubating-SNAPSHOT/conf::/etc/hadoop/conf"
org.apache.slider.Slider install-package
2014-09-22 21:29:40,746 [main] INFO impl.TimelineClientImpl - Timeline service
address: http://c6401.ambari.apache.org:8188/ws/v1/timeline/
2014-09-22 21:29:40,905 [main] INFO client.RMProxy - Connecting to
ResourceManager at c6402.ambari.apache.org/192.168.64.102:8050
2014-09-22 21:29:41,510 [main] WARN shortcircuit.DomainSocketFactory - The
short-circuit local reads feature cannot be used because libhadoop cannot be
loaded.
2014-09-22 21:29:41,514 [main] ERROR main.ServiceLauncher - A valid application
name is required.
2014-09-22 21:29:41,516 [main] INFO util.ExitUtil - Exiting with status 36
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)