[jira] [Created] (HADOOP-11912) Extra configuration key used in TraceUtils should respect prefix

2015-05-04 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-11912: - Summary: Extra configuration key used in TraceUtils should respect prefix Key: HADOOP-11912 URL: https://issues.apache.org/jira/browse/HADOOP-11912

[jira] [Created] (HADOOP-11913) update test-patch to do a single git fetch and a single rebase the test branch

2015-05-04 Thread Sean Busbey (JIRA)
Sean Busbey created HADOOP-11913: Summary: update test-patch to do a single git fetch and a single rebase the test branch Key: HADOOP-11913 URL: https://issues.apache.org/jira/browse/HADOOP-11913

[jira] [Created] (HADOOP-11914) test-patch.sh confused by certain patch formats

2015-05-04 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-11914: - Summary: test-patch.sh confused by certain patch formats Key: HADOOP-11914 URL: https://issues.apache.org/jira/browse/HADOOP-11914 Project: Hadoop Common

[jira] [Created] (HADOOP-11916) TestStringUtils#testLowerAndUpperStrings failed on MAC due to a JVM bug

2015-05-04 Thread Ming Ma (JIRA)
Ming Ma created HADOOP-11916: Summary: TestStringUtils#testLowerAndUpperStrings failed on MAC due to a JVM bug Key: HADOOP-11916 URL: https://issues.apache.org/jira/browse/HADOOP-11916 Project: Hadoop

[jira] [Created] (HADOOP-11919) Add release 2.4.1 to the table at the top of the releases page

2015-05-04 Thread Owen O'Malley (JIRA)
Owen O'Malley created HADOOP-11919: -- Summary: Add release 2.4.1 to the table at the top of the releases page Key: HADOOP-11919 URL: https://issues.apache.org/jira/browse/HADOOP-11919 Project: Hadoop

Setting up hadoop on eclipse

2015-05-04 Thread sai prasad kolli
Hi, I am new to hadoop and trying to setup hadoop on eclipse. I am following this link http://wiki.apache.org/hadoop/EclipseEnvironment After cloning hadoop-common wiki says to build using maven. hadoop-common does not have pom file to build with maven. I cloned hadoop project from github and

[jira] [Created] (HADOOP-11918) Listing an empty s3a root directory throws FileNotFound.

2015-05-04 Thread Lei (Eddy) Xu (JIRA)
Lei (Eddy) Xu created HADOOP-11918: -- Summary: Listing an empty s3a root directory throws FileNotFound. Key: HADOOP-11918 URL: https://issues.apache.org/jira/browse/HADOOP-11918 Project: Hadoop Common

Re: we need a fix: precommit failures correlate to hdfs patches

2015-05-04 Thread Allen Wittenauer
FWIW, I’m working on getting the Jenkins race conditions that Sean pointed out fixed in HADOOP-11917. On May 4, 2015, at 2:23 PM, Chris Nauroth cnaur...@hortonworks.com wrote: If we suspect long run times are a potential root cause, then another thing we could try is turning on parallel

Re: Setting up hadoop on eclipse

2015-05-04 Thread Bernd Eckenfels
Am Mon, 4 May 2015 18:11:18 -0400 schrieb sai prasad kolli koll...@gmail.com: I tried to clone from git clone git://git.apache.org/hadoop-common.git I get the following error Cloning into 'hadoop-common'... fatal: unable to connect to git.apache.org: git.apache.org[0: 54.84.58.65]:

Re: Setting up hadoop on eclipse

2015-05-04 Thread Bernd Eckenfels
Am Mon, 4 May 2015 17:53:04 -0400 schrieb sai prasad kolli koll...@gmail.com: After cloning hadoop-common wiki says to build using maven. hadoop-common does not have pom file to build with maven. Maybe your clone was aborted? C:\tempgit clone git://git.apache.org/hadoop-common.git Cloning

[jira] [Created] (HADOOP-11917) add patchprocess to .gitignore, rat checks; clean up whitespace from pom.xml

2015-05-04 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-11917: - Summary: add patchprocess to .gitignore, rat checks; clean up whitespace from pom.xml Key: HADOOP-11917 URL: https://issues.apache.org/jira/browse/HADOOP-11917

Re: we need a fix: precommit failures correlate to hdfs patches

2015-05-04 Thread Chris Nauroth
If we suspect long run times are a potential root cause, then another thing we could try is turning on parallel test execution. To do that, we'd add the -Pparallel-tests argument and possibly tune -DtestsThreadCount=N. (The default for N is 4.) https://issues.apache.org/jira/browse/HADOOP-9287