[jira] [Commented] (MAPREDUCE-5222) Add missing methods to JobClient

2013-05-12 Thread Zhijie Shen (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655793#comment-13655793 ] Zhijie Shen commented on MAPREDUCE-5222: {quote} Also, is this everything in J

[jira] [Commented] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Roman Shaposhnik (JIRA)
ions: 2.0.4-alpha >Reporter: Roman Shaposhnik >Assignee: Vinod Kumar Vavilapalli >Priority: Blocker > Fix For: 2.0.5-beta > > Attachments: LostCreds.java, MAPREDUCE-5240-20130512.txt > > > I am attaching a modified wordco

[jira] [Commented] (MAPREDUCE-4980) Parallel test execution of hadoop-mapreduce-client-core

2013-05-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655754#comment-13655754 ] Tsuyoshi OZAWA commented on MAPREDUCE-4980: --- Thanks, Andrey and Vinod!

[jira] [Commented] (MAPREDUCE-4980) Parallel test execution of hadoop-mapreduce-client-core

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655746#comment-13655746 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-4980: bq. Does this

[jira] [Assigned] (MAPREDUCE-4980) Parallel test execution of hadoop-mapreduce-client-core

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli reassigned MAPREDUCE-4980: -- Assignee: Andrey Klochkov (was: Tsuyoshi OZAWA) Andrey, as

I'll be out of the office returning 16 May

2013-05-12 Thread Anas Mosaad
I will be out of the office starting 05/12/2013 and will not return until 05/16/2013. I will be out of office at a customer site with limitted ot no internet access. For urgent matters, please contact my manager Mohamed Obide (mob...@eg.ibm.com)

[jira] [Commented] (MAPREDUCE-4067) Replace YarnRemoteException with IOException in MRv2 APIs

2013-05-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655738#comment-13655738 ] Hudson commented on MAPREDUCE-4067: --- Integrated in Hadoop-trunk-Commit #3745 (See [

[jira] [Updated] (MAPREDUCE-4067) Replace YarnRemoteException with IOException in MRv2 APIs

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-4067: --- Resolution: Fixed Fix Version/s: 2.0.5-beta Hadoop Fla

[jira] [Commented] (MAPREDUCE-4067) Replace YarnRemoteException with IOException in MRv2 APIs

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655731#comment-13655731 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-4067: The patch loo

[jira] [Commented] (MAPREDUCE-5236) references to JobConf.DISABLE_MEMORY_LIMIT don't make sense in the context of MR2

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655725#comment-13655725 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-5236: JobConf.DISAB

[jira] [Commented] (MAPREDUCE-5130) Add missing job config options to mapred-default.xml

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655724#comment-13655724 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-5130: bq. Can you p

[jira] [Commented] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Hadoop QA (JIRA)
Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12582878/MAPREDUCE-5240-20130512.txt against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}.

[jira] [Updated] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
ta > > Attachments: LostCreds.java, MAPREDUCE-5240-20130512.txt > > > I am attaching a modified wordcount job that clearly demonstrates the problem > we've encountered in running Sqoop2 on YARN (BIGTOP-949). > Here's what running it produces: > {noformat} > $

[jira] [Updated] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-5240: --- Attachment: MAPREDUCE-5240-20130512.txt This should work. Jarek

[jira] [Updated] (MAPREDUCE-5222) Add missing methods to JobClient

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-5222: --- Status: Open (was: Patch Available) Cancelling for the comments

[jira] [Commented] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Jarek Jarcec Cecho (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655660#comment-13655660 ] Jarek Jarcec Cecho commented on MAPREDUCE-5240: --- [~vinodkv] having a pat

[jira] [Updated] (MAPREDUCE-5232) log classpath and other key properties on child JVM start

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-5232: --- Status: Open (was: Patch Available) Can see the value for this.

[jira] [Commented] (MAPREDUCE-5208) SpillRecord and ShuffleHandler should use SecureIOUtils for reading index file and map output

2013-05-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655652#comment-13655652 ] Hudson commented on MAPREDUCE-5208: --- Integrated in Hadoop-trunk-Commit #3744 (See [

[jira] [Updated] (MAPREDUCE-5208) SpillRecord and ShuffleHandler should use SecureIOUtils for reading index file and map output

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli updated MAPREDUCE-5208: --- Resolution: Fixed Fix Version/s: 2.0.5-beta Hadoop Fla

[jira] [Commented] (MAPREDUCE-5208) SpillRecord and ShuffleHandler should use SecureIOUtils for reading index file and map output

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655644#comment-13655644 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-5208: +1, this look

[jira] [Commented] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Roman Shaposhnik (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655638#comment-13655638 ] Roman Shaposhnik commented on MAPREDUCE-5240: - Vinod, if it is not too dif

[jira] [Assigned] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli reassigned MAPREDUCE-5240: -- Assignee: Vinod Kumar Vavilapalli Roman, I'm cleaning some

[jira] [Commented] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655633#comment-13655633 ] Vinod Kumar Vavilapalli commented on MAPREDUCE-5240: I was just de

[jira] [Commented] (MAPREDUCE-5240) inside of FileOutputCommitter the initialized Credentials cache appears to be empty

2013-05-12 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655631#comment-13655631 ] Alejandro Abdelnur commented on MAPREDUCE-5240: --- [~rvs], I was debugging