[
https://issues.apache.org/jira/browse/HADOOP-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590888#action_12590888
]
Vinod Kumar Vavilapalli commented on HADOOP-3290:
-------------------------------------------------
It would be also be good if log-destination-uri uses uri data type(the same
that hadoop-tar-ball uses) instead of a string.
> Invalid log-destination-uri throws an error messages saying local:// instead
> of file://
> ---------------------------------------------------------------------------------------
>
> Key: HADOOP-3290
> URL: https://issues.apache.org/jira/browse/HADOOP-3290
> Project: Hadoop Core
> Issue Type: Bug
> Components: contrib/hod
> Reporter: Vinod Kumar Vavilapalli
>
> Hod internally uses the file:// scheme for log-destination-uri (and any URI
> in general). But when we specify an invalid log-destination-uri, it
> misguides, asking to use local:// scheme.
> {quote}
> error: invalid 'log-destination-uri' specified in section hodring
> (--hodring.log-destination-uri): local://
> error: additional info: The log destiniation uri must be of type local:// or
> hdfs://.
> {quote}
> Also, there is a typo - _destiniation_ - in the second message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.