Yes. I just tried that then stopped mapred and dfs and restarted them. No change.
10/04/03 14:55:03 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 0 time(s). 10/04/03 14:55:04 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 1 time(s). 10/04/03 14:55:05 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 2 time(s). 10/04/03 14:55:06 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 3 time(s). 10/04/03 14:55:07 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 4 time(s). 10/04/03 14:55:08 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 5 time(s). 10/04/03 14:55:09 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 6 time(s). 10/04/03 14:55:10 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 7 time(s). 10/04/03 14:55:11 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 8 time(s). 10/04/03 14:55:12 INFO ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 9 time(s). Bad connection to FS. command aborted. I am still only able to connect to HDFS only as _hadoop. R. On Sat, Apr 3, 2010 at 2:49 PM, abhishek sharma <[email protected]> wrote: > Did you disable the permissions for HDFS? > > <property> > <name>dfs.permissions</name> > <value>false</value> > </property> > > > Abhishek > > On Sat, Apr 3, 2010 at 5:36 PM, Ryan Rosario <[email protected]> wrote: >> Hi, >> >> I am trying to set up a Hadoop cluster so that any of our users can >> access HDFS and submit jobs and I am having trouble with this. >> I added a HDFS path for mapred.system.dir in mapred-site.xml as >> suggested in an FAQ. >> >> I start/stop the cluster with system user _hadoop. >> I would like to be able to access HDFS and submit jobs as user "ryan" >> (and other users on the system). When I attempt to copy a directory >> from local FS to HDFS I get, >> >> 10/04/03 14:35:27 INFO ipc.Client: Retrying connect to server: >> localhost/127.0.0.1:9000. Already tried 0 time(s). >> . >> . >> . >> >> How can I accomplish what I am trying to do? >> >> Thanks in advance, >> Ryan >> >> -- >> RRR >> > -- RRR
