[jira] [Created] (HADOOP-8576) Class util.KerberosName shouldn't print unnecessary warns when kerberos has not been configured/asked for

2012-07-08 Thread Harsh J (JIRA)
Harsh J created HADOOP-8576: --- Summary: Class util.KerberosName shouldn't print unnecessary warns when kerberos has not been configured/asked for Key: HADOOP-8576 URL: https://issues.apache.org/jira/browse/HADOOP-8576

[jira] [Created] (HADOOP-8577) The RPC must have failed proxyUser (auth:SIMPLE) via realus...@hadoop.apache.org (auth:SIMPLE)

2012-07-08 Thread chandrashekhar Kotekar (JIRA)
chandrashekhar Kotekar created HADOOP-8577: -- Summary: The RPC must have failed proxyUser (auth:SIMPLE) via realus...@hadoop.apache.org (auth:SIMPLE) Key: HADOOP-8577 URL: https://issues.apache.org/jira/br

[jira] [Resolved] (HADOOP-8577) The RPC must have failed proxyUser (auth:SIMPLE) via realus...@hadoop.apache.org (auth:SIMPLE)

2012-07-08 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-8577. - Resolution: Invalid The JIRA is to track issues with the project, not for user/dev-help. Please ask you

[jira] [Resolved] (HADOOP-8576) Class util.KerberosName shouldn't print unnecessary warns when kerberos has not been configured/asked for

2012-07-08 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-8576. - Resolution: Duplicate Sorry for the noise. HADOOP-8400 already fixed this, but it didn't appear on my s

Re: fs.trash.interval

2012-07-08 Thread Harsh J
Hi, I'm not sure why you're asking how to stop. Can you not ^C (Ctrl-C) the running 'hadoop fs -rm' command and start over? ^C hadoop fs -rm -skipTrash /path hadoop fs -rm -skipTrash .Trash Also, please send user queries to the common-user@ group, not the common-dev@ group, which is for project

[jira] [Created] (HADOOP-8578) Provide a mechanism for cleaning config items from LocalDirAllocator which will not be used anymore

2012-07-08 Thread Devaraj K (JIRA)
Devaraj K created HADOOP-8578: - Summary: Provide a mechanism for cleaning config items from LocalDirAllocator which will not be used anymore Key: HADOOP-8578 URL: https://issues.apache.org/jira/browse/HADOOP-8578

[jira] [Resolved] (HADOOP-8166) Remove JDK 1.5 dependency from building forrest docs

2012-07-08 Thread Matt Foley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley resolved HADOOP-8166. Resolution: Duplicate > Remove JDK 1.5 dependency from building forrest docs > ---

[jira] [Resolved] (HADOOP-8399) Remove JDK5 dependency from Hadoop 1.0+ line

2012-07-08 Thread Matt Foley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley resolved HADOOP-8399. Resolution: Fixed > Remove JDK5 dependency from Hadoop 1.0+ line > ---

A minor improvement for MapWritable

2012-07-08 Thread madhu phatak
Hi group, I have uploaded patch for MapWritable to make it more generic at https://issues.apache.org/jira/browse/HADOOP-8549 . Can some one review the patch? -- https://github.com/zinnia-phatak-dev/Nectar