Re: how to find out name node is running

2008-03-25 Thread Andy Li
ght Andy , i want to know is there is any hadoop library api > which can trace name node or datnode > ? > > > Andy Li-3 wrote: > > > > That's relying on Java Virtual Machine process status tool, similar to > 'ps > > aux|grep java' on a Linux? >

Re: how to find out name node is running

2008-03-25 Thread Andy Li
That's relying on Java Virtual Machine process status tool, similar to 'ps aux|grep java' on a Linux? I think the question is whether there is any API from Hadoop library which can monitor the namenode through a Java API without relying 3rd party utility tool. Am I right? -Andy On Tue, Mar 25,

Re: mapreduce does the wrong thing with dfs permissions?

2008-02-28 Thread Andy Li
sions? > > Hi Andy, > > I can reproduce the problem and I believe it is a bug. The output > directory should be owned by the user submitting the job, not the task > tracker account. Do you want to file a jira? or I can do it. > > Thanks. > > Nicholas >

Re: mapreduce does the wrong thing with dfs permissions?

2008-02-27 Thread Andy Li
I also encountered the same problem when running the MapReduce code as a different user name. For example, assuming I have installed Hadoop with an account 'hadoop' and I am going to run my program with user account 'test'. I have created an input folder as /user/test/input/ with user 'test' and t