I am a bit confused by the Hadoop architecture.
What kind of file metadata is stored in Hadoop Namenode? From Hadoop wiki, it says Namenode stores the entire system namespace. Does information like last modified time, created time, file size, owner, permissions and etc stored in Namenode?
Does datanode store any metadata information?
There is only one Namenode, can the metadata data exceed the server's limit?
If a user wants to download a file from Hadoop, does he have to download it from the Namenode? I found the below architecure picture from web, it shows a client can direct write data to datanode? Is it true?
Thanks!!!!!!!