[
https://issues.apache.org/jira/browse/SLIDER-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14049071#comment-14049071
]
Sumit Mohanty commented on SLIDER-188:
--------------------------------------
>From HDFS FileContext doc
>(http://hadoop.apache.org/docs/r2.3.0/api/org/apache/hadoop/fs/FileContext.html):
{quite}
Hence Hadoop path names can be one of:
fully qualified URI: scheme://authority/path
slash relative names: /path relative to the default file system
wd-relative names: path relative to the working dir
{quote}
Slider supports all three.
> Slider client should default to fs.defaultFS specified in slider-client.xml
> for hdfs paths provided in the input
> ----------------------------------------------------------------------------------------------------------------
>
> Key: SLIDER-188
> URL: https://issues.apache.org/jira/browse/SLIDER-188
> Project: Slider
> Issue Type: Improvement
> Components: client
> Affects Versions: Slider 0.40
> Reporter: Sumit Mohanty
> Assignee: Sumit Mohanty
>
> Usability Issue:
> Users should be able to provide
> slider create cl2 --image hdfs://slider/agent/slider-agent.tar.gz --template
> appConfig.json --resources resources.json
> Instead of having to specify the host:port:
> slider create cl2 --image hdfs:// *cn105-10.l42scl.hortonworks.com:8020/*
> slider/agent/slider-agent.tar.gz --template appConfig.json --resources
> resources.json
> The host:port can be resolved based on the default value provided in
> slider-client.xml.
--
This message was sent by Atlassian JIRA
(v6.2#6252)