Re: [NOTICE] PreCommit now running against Hadoop3 artifacts successfully

2017-10-01 Thread Ted Yu
It would be nice if the link is included in QA report when compilation against hadoop 3 fails: https://issues.apache.org/jira/browse/HBASE-17441?focusedCommentId=16186839=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16186839 Thanks On Sun, Oct 1, 2017 at 4:28 PM,

Re: [NOTICE] PreCommit now running against Hadoop3 artifacts successfully

2017-10-01 Thread Sean Busbey
The output of each hadoop-specific build are available in the build's artifacts. They show up in the 'patchprocess' directory with the name 'patch-javac-%hadoop_version%.txt'. So the hadoop-3 build is here:

Re: [NOTICE] PreCommit now running against Hadoop3 artifacts successfully

2017-10-01 Thread Ted Yu
I was looking under https://builds.apache.org/job/PreCommit-HBASE-Build/8875 but didn't seem to find the output which shows the compilation error against hadoop-3. Do you know if the output can be retrieved from Jenkins or, does developer have to perform build against hadoop-3 locally ? Thanks,