hadoop hdfs points to file:/// not hdfs://
问题 So I installed Hadoop via Cloudera Manager cdh3u5 on CentOS 5. When I run cmd hadoop fs -ls / I expected to see the contents of hdfs://localhost.localdomain:8020/ However, it had returned the contents of file:/// Now, this goes without saying that I can access my hdfs:// through hadoop fs -ls hdfs://localhost.localdomain:8020/ But when it came to installing other applications such as Accumulo, accumulo would automatically detect Hadoop Filesystem in file:/// Question is, has anyone ran into