Re: HDFS on EMR weird.

2011-12-06 Thread Harsh J
Ayon, Do not think that is a bug. It is merely confused at the URL you provided it. The 'dfs' carries a FS object that was initialized with the hostname string, while you tried to provide it an IP which it promptly rejected (it does not resolve). The 'fs' is generic in nature and attempts to c

HDFS on EMR weird.

2011-12-05 Thread Ayon Sinha
This is on a EMR cluster. This does not work! hadoop@ip-10-34-7-51:~$ hadoop dfs -mkdir hdfs://10.34.7.51:9000/user/foobar mkdir: This file system object (hdfs://ip-10-34-7-51.ec2.internal:9000) does not support access to the request path 'hdfs://10.34.7.51:9000/user/foobar' You possibly called