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

2012-08-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/515/ -- [...truncated 26843 lines...] [DEBUG] (s) debug = false [DEBUG] (s) effort = Default [DEBUG] (s) failOnError = true [DEBUG] (s) findbugsXmlOutput = false [DEBUG] (s)

[jira] [Resolved] (HADOOP-8060) Add a capability to discover and set checksum types per file.

2012-08-27 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HADOOP-8060. Resolution: Fixed Add a capability to discover and set checksum types per file.

[jira] [Created] (HADOOP-8731) Public distributed cache support for Windows

2012-08-27 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-8731: -- Summary: Public distributed cache support for Windows Key: HADOOP-8731 URL: https://issues.apache.org/jira/browse/HADOOP-8731 Project: Hadoop Common Issue Type:

[jira] [Created] (HADOOP-8732) Address intermittent test failures on Windows

2012-08-27 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-8732: -- Summary: Address intermittent test failures on Windows Key: HADOOP-8732 URL: https://issues.apache.org/jira/browse/HADOOP-8732 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-8733) TestStreamingTaskLog, TestJvmManager, TestLinuxTaskControllerLaunchArgs fail on Windows

2012-08-27 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-8733: -- Summary: TestStreamingTaskLog, TestJvmManager, TestLinuxTaskControllerLaunchArgs fail on Windows Key: HADOOP-8733 URL: https://issues.apache.org/jira/browse/HADOOP-8733

RE: hadoop native libs 32 and 64 bit

2012-08-27 Thread Steven Willis
(moving to common-dev) Thanks Harsh, So what's the final outcome of these changes? Do we get both 32 and 64 bit libraries in the release tarball? Will they be underneath an arch dir, or directly under lib/native? I'm just a bit confused because the issue you reference is: native libs should

Re: hadoop native libs 32 and 64 bit

2012-08-27 Thread Harsh J
I don't think the latter's been explained or done. Besides, I think the latter is related more to packaging code (RPMs, etc.) than source tarballs. We ship source tarballs in Apache Hadoop releases, and Apache Bigtop ships/will ship packaged artifacts (going forward). We don't currently guarantee

[jira] [Created] (HADOOP-8734) LocalJobRunner does not support private distributed cache

2012-08-27 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-8734: -- Summary: LocalJobRunner does not support private distributed cache Key: HADOOP-8734 URL: https://issues.apache.org/jira/browse/HADOOP-8734 Project: Hadoop Common

[jira] [Created] (HADOOP-8735) Missing support for dfs.umaskmode

2012-08-27 Thread Jason Lowe (JIRA)
Jason Lowe created HADOOP-8735: -- Summary: Missing support for dfs.umaskmode Key: HADOOP-8735 URL: https://issues.apache.org/jira/browse/HADOOP-8735 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8736) Create a Builder to make an RPC server

2012-08-27 Thread Brandon Li (JIRA)
Brandon Li created HADOOP-8736: -- Summary: Create a Builder to make an RPC server Key: HADOOP-8736 URL: https://issues.apache.org/jira/browse/HADOOP-8736 Project: Hadoop Common Issue Type:

[jira] [Resolved] (HADOOP-8735) Missing support for dfs.umaskmode

2012-08-27 Thread Jason Lowe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Lowe resolved HADOOP-8735. Resolution: Duplicate Missing support for dfs.umaskmode -

[jira] [Created] (HADOOP-8737) cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h

2012-08-27 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8737: Summary: cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h Key: HADOOP-8737 URL: https://issues.apache.org/jira/browse/HADOOP-8737

[jira] [Created] (HADOOP-8738) junit JAR is showing up in the distro

2012-08-27 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-8738: -- Summary: junit JAR is showing up in the distro Key: HADOOP-8738 URL: https://issues.apache.org/jira/browse/HADOOP-8738 Project: Hadoop Common

[jira] [Created] (HADOOP-8739) Cmd scripts for Windows have issues in argument parsing

2012-08-27 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8739: -- Summary: Cmd scripts for Windows have issues in argument parsing Key: HADOOP-8739 URL: https://issues.apache.org/jira/browse/HADOOP-8739 Project: Hadoop Common

[jira] [Created] (HADOOP-8740) Build target to generate findbugs html output

2012-08-27 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8740: --- Summary: Build target to generate findbugs html output Key: HADOOP-8740 URL: https://issues.apache.org/jira/browse/HADOOP-8740 Project: Hadoop Common Issue

Number of reducers

2012-08-27 Thread Abhishek
Hi all, I just want to know that, based on what factor map reduce framework decides number of reducers to launch for a job By default only one reducer will be launched for a given job is this right? If we explicitly does not mention number to launch via command line or driver class. If i

Re: Number of reducers

2012-08-27 Thread Harsh J
Hi, On Tue, Aug 28, 2012 at 8:32 AM, Abhishek abhishek.dod...@gmail.com wrote: Hi all, I just want to know that, based on what factor map reduce framework decides number of reducers to launch for a job The framework does not auto-determine the number of reducers for a job. That is purely