[jira] [Created] (HADOOP-8080) hadoop-common/src/main/native does not have a directory which name is "m4"

2012-02-15 Thread Changming Sun (Created) (JIRA)
hadoop-common/src/main/native does not have a directory which name is "m4" -- Key: HADOOP-8080 URL: https://issues.apache.org/jira/browse/HADOOP-8080 Project: Hadoop Common

[jira] [Created] (HADOOP-8079) Proposal for enhancements to Hadoop for Windows Server and Windows Azure development and runtime environments

2012-02-15 Thread Alexander Stojanovic (Created) (JIRA)
Proposal for enhancements to Hadoop for Windows Server and Windows Azure development and runtime environments - Key: HADOOP-8079 URL: https://issues.apache

Re: datanode to blocks mapping

2012-02-15 Thread Selwa
Ravi, thank u very much for your reply. i am using version 0.21.0 . hope your comment will help me a lot. BTW, after i got the blocksMap, can i request this blocksMap to return blocks of a given file. i mean how to map a filename to its blocks? Best wishes, Selwa -- View this message in context:

[jira] [Created] (HADOOP-8078) Add capability to turn on security in unit tests.

2012-02-15 Thread Jitendra Nath Pandey (Created) (JIRA)
Add capability to turn on security in unit tests. - Key: HADOOP-8078 URL: https://issues.apache.org/jira/browse/HADOOP-8078 Project: Hadoop Common Issue Type: Improvement Reporter:

Re: .23 compile times

2012-02-15 Thread Daryn Sharp
Hi Sriram, You may want to try adding your source tree to Spotlight's privacy list, otherwise it's busy trying to index files as fast as the build is writing them. If you are (un)fortunate enough to be running anti-virus sw, then it too is scurrying along behind your build checking every file.

[jira] [Resolved] (HADOOP-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

2012-02-15 Thread John Lewis (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Lewis resolved HADOOP-8067. Tags: LZO, Hadoop-1.0.0, HBase-0.92.0 Resolution: Fixed Fix Version/s:

[jira] [Created] (HADOOP-8077) fencing method should be able to be configured on a per-NN or per-NS basis

2012-02-15 Thread Todd Lipcon (Created) (JIRA)
fencing method should be able to be configured on a per-NN or per-NS basis -- Key: HADOOP-8077 URL: https://issues.apache.org/jira/browse/HADOOP-8077 Project: Hadoop Common

[jira] [Created] (HADOOP-8076) hadoop (1.x) ant build fetches ivy JAR every time

2012-02-15 Thread Alejandro Abdelnur (Created) (JIRA)
hadoop (1.x) ant build fetches ivy JAR every time - Key: HADOOP-8076 URL: https://issues.apache.org/jira/browse/HADOOP-8076 Project: Hadoop Common Issue Type: Improvement Components:

Re: .23 compile times

2012-02-15 Thread Todd Lipcon
Hi Sriram, I also do -Dmaven.skip.javadoc=true usually and that cuts out a couple minutes. Unless you need a tarball, you can also drop -Ptar. When I'm just making quick changes confined to the java code, I usually just use "mvn -Dskiptests install" from within the hdfs project, then manually cp

[jira] [Resolved] (HADOOP-8068) HA: void methods can swallow exceptions when going through failover path

2012-02-15 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HADOOP-8068. - Resolution: Fixed Fix Version/s: HA Branch (HDFS-1623) Hadoop Flags: Reviewed Commit

[jira] [Created] (HADOOP-8075) Lower native-hadoop library log from info to debug

2012-02-15 Thread Eli Collins (Created) (JIRA)
Lower native-hadoop library log from info to debug --- Key: HADOOP-8075 URL: https://issues.apache.org/jira/browse/HADOOP-8075 Project: Hadoop Common Issue Type: Improvement Componen

[jira] [Resolved] (HADOOP-7995) GenericOptionsParser ought to have better options parsing, and not pick only the options in the front

2012-02-15 Thread Harsh J (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-7995. - Resolution: Won't Fix Yes Daryn, that is good enough to close this one out and use as a reference for s

Re: .23 compile times

2012-02-15 Thread Harsh J
Sriram, My package command didn't take as long with the same command -- where do you see it getting stuck at most of the times? Which particular target (right term?) seems to take the highest time to complete? On Wed, Feb 15, 2012 at 12:31 AM, Sriram Rao wrote: > Folks, > > The build takes forev

.23 compile times

2012-02-15 Thread Sriram Rao
Folks, The build takes forever: mvn package -Pdist -DskipTests -Dtar [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 6:25.399s [INFO] Fin

Re: datanode to blocks mapping

2012-02-15 Thread Ravi Prakash
Selwa, You are *creating* a new BlocksMap with the first line. It is NOT an API to get the blockmap from the namenode. The Namenode stores its blocks in a Blockmap in the BlockManager (for 0.23) or FSNameSystem (for 0.20) Which version are you using? Regards, Ravi. On Sat, Feb 11, 2012 at 7:41