[
https://issues.apache.org/jira/browse/HDFS-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808056#comment-13808056
]
Kevin Mader commented on HDFS-4427:
-----------------------------------
I have tried changing hadoop.root.logger to all sorts of different values from
FATAL,console to OFF,console and the problem persists. The only, very ugly
solution that seems to work now is inserting a " | sed "1 d" " command after
the hdfs getconf command, but that is clearly not a very viable long term
solution.
> start-dfs.sh generates malformed ssh command when not running with native libs
> ------------------------------------------------------------------------------
>
> Key: HDFS-4427
> URL: https://issues.apache.org/jira/browse/HDFS-4427
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: scripts
> Reporter: Jason Lowe
> Assignee: Robert Parker
>
> After HADOOP-8712 the start-dfs.sh script is generating malformed ssh
> commands when the native hadoop libraries are not present. This is because
> {{hdfs getconf}} is printing a warning, and that warning is accidentally
> interpreted as one of the machines to target for ssh.
> Here's an example output of hdfs getconf:
> {noformat}
> $ hdfs getconf -namenodes 2>/dev/null
> 2013-01-22 21:03:59,543 WARN util.NativeCodeLoader
> (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library
> for your platform... using builtin-java classes where applicable
> localhost
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)