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

2015-10-19 Thread Apache Jenkins Server
See Changes: [yliu] HDFS-9208. Disabling atime may fail clients like distCp. (Kihwal Lee via -- [...truncated 5405 lines...] Running org.apache.hadoop.metrics2.impl.TestSinkQueue Tests run: 8

Re: Status: hadoop-common precommit

2015-10-19 Thread Andrew Wang
On Mon, Oct 19, 2015 at 1:53 PM, Sean Busbey wrote: > Andrew / Allen, > > Could one of you file a YETUS ticket for a plugin that detects when > the source tree is changed as a result of running the build? That > sounds like a general error (for maven projects) that I'd like to see > checked for e

[jira] [Created] (HADOOP-12493) bash unit tests are failing

2015-10-19 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-12493: - Summary: bash unit tests are failing Key: HADOOP-12493 URL: https://issues.apache.org/jira/browse/HADOOP-12493 Project: Hadoop Common Issue Type:

Jenkins build is back to normal : Hadoop-Common-trunk #1873

2015-10-19 Thread Apache Jenkins Server
See

[jira] [Created] (HADOOP-12492) maven install triggers bats test

2015-10-19 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-12492: - Summary: maven install triggers bats test Key: HADOOP-12492 URL: https://issues.apache.org/jira/browse/HADOOP-12492 Project: Hadoop Common Issue Ty

Re: Status: hadoop-common precommit

2015-10-19 Thread Allen Wittenauer
On Oct 19, 2015, at 1:20 PM, Steve Loughran wrote: > I've ended up doing a more brutal change than just > s/"build/test/data"/r/"target/test/data"/, as there was a more fundamental > issue with temp directory setup. There are now some methods in > GenericTestUtils to set these things up, thou

Re: hadoop-hdfs-client splitoff is going to break code

2015-10-19 Thread Colin P. McCabe
Thanks for being proactive here, Steve. I think this is a good example of why this change should have been done in a branch rather than having been done directly in trunk. regards, Colin On Wed, Oct 14, 2015 at 10:36 AM, Steve Loughran wrote: > just an FYI, the split off of hadoop hdfs into c

Re: Status: hadoop-common precommit

2015-10-19 Thread Sean Busbey
Andrew / Allen, Could one of you file a YETUS ticket for a plugin that detects when the source tree is changed as a result of running the build? That sounds like a general error (for maven projects) that I'd like to see checked for even if my project doesn't use RAT. On Mon, Oct 19, 2015 at 3:15

Re: Status: hadoop-common precommit

2015-10-19 Thread Steve Loughran
> On 19 Oct 2015, at 19:09, Andrew Wang wrote: > > Could we make it so we run RAT after building docs but before running > tests? I think that's what's causing these issues, it looks like temp > output from running tests. This would be a nice intermediate step toward > that plug-in you mentioned

Re: Status: hadoop-common precommit

2015-10-19 Thread Andrew Wang
On Mon, Oct 19, 2015 at 12:39 PM, Allen Wittenauer wrote: > > On Oct 19, 2015, at 12:25 PM, Andrew Wang > wrote: > >> > > I do agree we should fix these usages of build/test/data, but I don't > > follow the logic regarding running RAT after tests. The point of the > > precommit RAT check is to a

[jira] [Reopened] (HADOOP-12418) failure of TestRPC.testRPCInterruptedSimple on java 8 jenkins

2015-10-19 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee reopened HADOOP-12418: - Assignee: Kihwal Lee > failure of TestRPC.testRPCInterruptedSimple on java 8 jenkins > ---

Re: Status: hadoop-common precommit

2015-10-19 Thread Allen Wittenauer
On Oct 19, 2015, at 12:25 PM, Andrew Wang wrote: >> > I do agree we should fix these usages of build/test/data, but I don't > follow the logic regarding running RAT after tests. The point of the > precommit RAT check is to avoid introducing things to the source tarball > that fail RAT, and test

Re: Status: hadoop-common precommit

2015-10-19 Thread Andrew Wang
On Mon, Oct 19, 2015 at 11:24 AM, Allen Wittenauer wrote: > > On Oct 19, 2015, at 11:09 AM, Andrew Wang > wrote: > > > Could we make it so we run RAT after building docs but before running > > tests? I think that's what's causing these issues, it looks like temp > > output from running tests. Th

Re: Status: hadoop-common precommit

2015-10-19 Thread Allen Wittenauer
On Oct 19, 2015, at 11:09 AM, Andrew Wang wrote: > Could we make it so we run RAT after building docs but before running > tests? I think that's what's causing these issues, it looks like temp > output from running tests. This would be a nice intermediate step toward > that plug-in you mentioned

Re: Status: hadoop-common precommit

2015-10-19 Thread Andrew Wang
Could we make it so we run RAT after building docs but before running tests? I think that's what's causing these issues, it looks like temp output from running tests. This would be a nice intermediate step toward that plug-in you mentioned, since test output is certainly not part of the release tar

[jira] [Created] (HADOOP-12491) Hadoop-common - Avoid unsafe split and append on fields that might be IPv6 literals

2015-10-19 Thread Nemanja Matkovic (JIRA)
Nemanja Matkovic created HADOOP-12491: - Summary: Hadoop-common - Avoid unsafe split and append on fields that might be IPv6 literals Key: HADOOP-12491 URL: https://issues.apache.org/jira/browse/HADOOP-12491

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

2015-10-19 Thread Apache Jenkins Server
See Changes: [vvasudev] YARN-4267. Add additional logging to container launch implementations in [kihwal] HADOOP-12464. Interrupted client may try to fail-over and retry. -- [...truncated 5

Re: Status: hadoop-common precommit

2015-10-19 Thread Allen Wittenauer
On Oct 19, 2015, at 9:21 AM, Andrew Wang wrote: > Question, are these errors from running apache-rat:check after running > tests? build/test/data looks like a carry-over from the ant days, where it > was used instead of target/blah/blah. Point being, I thought we only needed > to run RAT on a cl

Re: Status: hadoop-common precommit

2015-10-19 Thread Andrew Wang
Question, are these errors from running apache-rat:check after running tests? build/test/data looks like a carry-over from the ant days, where it was used instead of target/blah/blah. Point being, I thought we only needed to run RAT on a clean source directory. On Mon, Oct 19, 2015 at 9:17 AM, All

Re: Status: hadoop-common precommit

2015-10-19 Thread Allen Wittenauer
On Oct 19, 2015, at 5:44 AM, Steve Loughran wrote: > > as noted there, we're not seeing find bugs reports Whoops, fixed. > > +whatever HDFS test has hard code buid/test/data path needs to be found and > fixed > https://builds.apache.org/job/PreCommit-HADOOP-Build/7867/artifact/patc

Re: Status: hadoop-common precommit

2015-10-19 Thread Steve Loughran
> On 18 Oct 2015, at 16:59, Allen Wittenauer wrote: > > > An update: > > * Parallel tests for Hadoop have been turned on. I missed that > HDFS-9139 enabled them globally. > * The bug preventing Docker mode has been fixed and now enabled. Note > that this will likely hide broken

[jira] [Created] (HADOOP-12490) Add default resources to Configuration which are not inside the class path

2015-10-19 Thread Matthias Jacob (JIRA)
Matthias Jacob created HADOOP-12490: --- Summary: Add default resources to Configuration which are not inside the class path Key: HADOOP-12490 URL: https://issues.apache.org/jira/browse/HADOOP-12490 Pr