I'm studying Hadoop and currently I'm trying to set up an Hadoop 2.2.0 single node. I downloaded the latest distribution, uncompressed it, now I'm trying to set up the Hadoop Distributed File System (HDFS).
Now, I'm trying to follow the Hadoop instructions available here but I'm quite lost.
In the left bar you see there are references to the following files:
- core-default.xml
- hdfs-default.xml
- mapred-default.xml
- yarn-default.xml
But how those files are ?
I found /etc/hadoop/hdfs-site.xml, but it is empty!
I found /share/doc/hadoop/hadoop-project-dist/hadoop-common/core-default.xml but it is just a piece of doc!
So, what files I have to modify to configure HDFS ? Where the deaults values are read from ?
Thanks in advance for your help.