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.