I use Windows 8 with a cloudera-quickstart-vm-5.4.2-0 virtual box. I am wanting to put a "words.txt" file in the HDFS. I got a connection exception.
I checked other StackOverflow threads/solutions and tried the following:
I checked the status of the
namenodeand datanode.
It seems that thenamenodeis dead while the datanode is running.I restarted the
namenode, but it is still not running.
Here is a screenshot of the terminal using showing all the steps: terminal.png
I have no clue what to do next in order to solve the problem I have.
Note: I am new to Hadoop, so I am not familiar with most of the technical terms associated with it. A descriptive solution is very much appreciated.