[
https://issues.apache.org/jira/browse/HDFS-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893978#action_12893978
]
Tom White commented on HDFS-1288:
---------------------------------
I haven't been able to reproduce this. I successfully ran the following with
RC0 (HADOOP_HDFS_HOME was not set):
{code}
export HADOOP_HOME=...
$HADOOP_HOME/bin/hadoop namenode -format
$HADOOP_HOME/bin/start-all.sh
$HADOOP_HOME/bin/hdfs dfsadmin -safemode wait
sleep 60
$HADOOP_HOME/bin/hadoop fs -mkdir input
$HADOOP_HOME/bin/hadoop fs -put $HADOOP_HOME/LICENSE.txt input
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-*-examples-*.jar grep \
input output Apache
$HADOOP_HOME/bin/hadoop fs -cat 'output/part-r-00000' | grep Apache
$HADOOP_HOME/bin/stop-all.sh
{code}
Aaron, what did you run to see this problem?
> start-all.sh / stop-all.sh does not seem to work with HDFS
> ----------------------------------------------------------
>
> Key: HDFS-1288
> URL: https://issues.apache.org/jira/browse/HDFS-1288
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: scripts
> Affects Versions: 0.21.0
> Reporter: Aaron Kimball
> Priority: Blocker
> Fix For: 0.21.0
>
>
> The start-all.sh / stop-all.sh script shipping with the "combined"
> hadoop-0.21.0-rc1 does not start/stop the DFS daemons unless
> $HADOOP_HDFS_HOME is explicitly set.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.