Re: Fix versions for commits branch-0.23

2012-10-08 Thread Siddharth Seth
Along with fix versions, does it make sense to add JIRAs under 0.23 as well as branch-2 in CHANGES.txt, if they're committed to both branches. CHANGES.txt tends to get out of sync with the different release schedules of the 2 branches. Thanks - Sid On Sat, Sep 29, 2012 at 10:33 PM, Arun C Murthy

[jira] [Created] (HADOOP-8903) support HADOOP_USER_CLASSPATH_FIRST in windows hadoop cmd

2012-10-08 Thread Thejas M Nair (JIRA)
Thejas M Nair created HADOOP-8903: - Summary: support HADOOP_USER_CLASSPATH_FIRST in windows hadoop cmd Key: HADOOP-8903 URL: https://issues.apache.org/jira/browse/HADOOP-8903 Project: Hadoop Common

Re: [VOTE] Hadoop-1.1.0 release candidate 5

2012-10-08 Thread Aaron T. Myers
+1 (binding) I downloaded the source artifact, verified the signatures and checksums, built the source artifact, started HDFS and MR, and ran some simple jobs. Everything worked as expected. -- Aaron T. Myers Software Engineer, Cloudera On Fri, Oct 5, 2012 at 2:31 PM, Matt Foley wrote: > Her

Re: [VOTE] Hadoop-1.0.4-rc0

2012-10-08 Thread Aaron T. Myers
+1 (binding) I verified the signatures and checksums of both the binary and source artifacts. I built the source and ran some basic MR jobs from both the build I made myself and the binary artifacts you provided. Everything worked as expected. -- Aaron T. Myers Software Engineer, Cloudera On T

[jira] [Created] (HADOOP-8902) Enable Gridmix v1 & v2 benchmarks on Windows platform

2012-10-08 Thread Mike Liddell (JIRA)
Mike Liddell created HADOOP-8902: Summary: Enable Gridmix v1 & v2 benchmarks on Windows platform Key: HADOOP-8902 URL: https://issues.apache.org/jira/browse/HADOOP-8902 Project: Hadoop Common

[jira] [Created] (HADOOP-8901) GZip and Snappy support may not work without unversioned libraries

2012-10-08 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8901: Summary: GZip and Snappy support may not work without unversioned libraries Key: HADOOP-8901 URL: https://issues.apache.org/jira/browse/HADOOP-8901 Pr

[jira] [Created] (HADOOP-8900) BuiltInGzipDecompressor : java.io.IOException: stored gzip size doesn't match decompressed size (Slavik Krassovsky)

2012-10-08 Thread Slavik Krassovsky (JIRA)
Slavik Krassovsky created HADOOP-8900: - Summary: BuiltInGzipDecompressor : java.io.IOException: stored gzip size doesn't match decompressed size (Slavik Krassovsky) Key: HADOOP-8900 URL: https://issues.apache.

[jira] [Reopened] (HADOOP-8884) DEBUG should be WARN for DEBUG util.NativeCodeLoader: Failed to load native-hadoop with error: java.lang.UnsatisfiedLinkError

2012-10-08 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers reopened HADOOP-8884: > DEBUG should be WARN for DEBUG util.NativeCodeLoader: Failed to load > native-hadoop wi

[jira] [Created] (HADOOP-8899) Classpath exceeds maximum OS limit

2012-10-08 Thread Ahmed El Baz (JIRA)
Ahmed El Baz created HADOOP-8899: Summary: Classpath exceeds maximum OS limit Key: HADOOP-8899 URL: https://issues.apache.org/jira/browse/HADOOP-8899 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8898) Improve description of "dfsthroughput" in hadoop-test jar

2012-10-08 Thread Robert Kanter (JIRA)
Robert Kanter created HADOOP-8898: - Summary: Improve description of "dfsthroughput" in hadoop-test jar Key: HADOOP-8898 URL: https://issues.apache.org/jira/browse/HADOOP-8898 Project: Hadoop Common

[jira] [Created] (HADOOP-8897) Make arguments in TestDFSIO case insensitive

2012-10-08 Thread Robert Kanter (JIRA)
Robert Kanter created HADOOP-8897: - Summary: Make arguments in TestDFSIO case insensitive Key: HADOOP-8897 URL: https://issues.apache.org/jira/browse/HADOOP-8897 Project: Hadoop Common Issue

Needs Help: Hang during DataNode shutdown

2012-10-08 Thread Amir Sanjar
Problem Abstract: TestCLI hangs Hadoop source code version: 1.0.3 Test Environment: RHEL 6.1 + IBM JAVA 7 JVM Development Environment RHEL 6.1 + IBM JAVA 7 SDK cause of the hang = At the end of TestCLI and during tearDown() cleanup, hdfs shutdown is called. As the result of hdfs cluster shutdown,

Re: About the HDFS_READ/WRITE blocks from namenode to datanode

2012-10-08 Thread Harsh J
If you run any HDFS client operations on your NameNode box or if another service running on the NameNode machine accesses HDFS, they will register as a Read/Write client traces on the DataNodes. It isn't the NameNode that reads the blocks usually. On Mon, Oct 8, 2012 at 12:30 PM, Li Shengmei wrot

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

2012-10-08 Thread Apache Jenkins Server
See Changes: [eli] HDFS-4006. TestCheckpoint#testSecondaryHasVeryOutOfDateImage occasionally fails due to unexpected exit. Contributed by Todd Lipcon [eli] HDFS-3682. MiniDFSCluster#init should provide more info when it fails. Con

About the HDFS_READ/WRITE blocks from namenode to datanode

2012-10-08 Thread Li Shengmei
Hi, all I read the namenode.log and found there are HDFS_READ/WRITE operations from namenode to datanode. That is to say, the datanodes read blocks from namenode. I want to know what kind of blocks that the datanodes read from namenode? Should the blocks stored in datanodes, shouldn't tha