[jira] [Resolved] (HADOOP-8718) org.apache.hadoop.fs.viewfs.InodeTree.createLink(...) may throw java.lang.ArrayIndexOutOfBoundsException

2012-08-22 Thread linwukang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] linwukang resolved HADOOP-8718. --- Resolution: Won't Fix Target Version/s: 2.0.0-alpha, 0.23.0 (was: 0.23.0, 2.0.0-alpha)

Build failed in Jenkins: Hadoop-Common-trunk #510

2012-08-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/510/changes Changes: [sseth] YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI. (Contributed by Mayank Bansal) [suresh] HDFS-3827. TestHASafeMode#assertSafemode method should be made static. Contributed by Jing Zhao

[jira] [Resolved] (HADOOP-8715) Pipes cannot use Hbase as input

2012-08-22 Thread JIRA
[ https://issues.apache.org/jira/browse/HADOOP-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Håvard Wahl Kongsgård resolved HADOOP-8715. --- Resolution: Fixed This was a issue with zookeeper Pipes

Re: org.apache.hadoop.util.TestShell

2012-08-22 Thread Vladimir Rozov
I open https://issues.apache.org/jira/browse/HADOOP-8720. Vlad -Original Message- From: Vladimir Rozov Sent: Sunday, August 19, 2012 1:14 PM To: common-dev@hadoop.apache.org Subject: org.apache.hadoop.util.TestShell I see intermittent failures in org.apache.hadoop.util.TestShell. By

[jira] [Created] (HADOOP-8722) Update BUILDING.txt to indicate snappy.lib is required

2012-08-22 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8722: --- Summary: Update BUILDING.txt to indicate snappy.lib is required Key: HADOOP-8722 URL: https://issues.apache.org/jira/browse/HADOOP-8722 Project: Hadoop Common

How to get TaskId from ContainerId or ApplicationId or Request in Hadoop 0.23??

2012-08-22 Thread Shekhar Gupta
In ResourceManager, is there any way to findout if the assigned container is going to execute a mapping task or a reduce task? I can access objects Container, Application and Request in ResourceManager, can I somehow get TaskId by using any of these objects?? Please let me know a way. Thanks.