Problem scenario
You try to start Hadoop’s dfs in a multi-node deployment. All the Hadoop nodes are running Linux. You run this:
bash /usr/local/hadoop/sbin/start-dfs.sh
You see this:
Starting namenodes on [hadoopmaster]
hadoopmaster: starting namenode, logging to /usr/local/hadoop/logs/hadoop-root-namenode-hadoopmaster.out
root@hadoopdatanode’s password: localhost: starting datanode, logging to /usr/local/hadoop/logs/hadoop-root-datanode-hadoopmaster.out
hadoopmaster: starting datanode, logging to /usr/local/hadoop/logs/hadoop-root-datanode-hadoopmaster.out
localhost: ulimit -a for user root
localhost: core file size
…
Continue reading “How Do You Solve the Problem of Being Prompted for Credentials after You Run the start-dfs.sh Script?”