Re: [DISCUSS] About the details of JDK-8 support

2015-10-14 Thread Steve Loughran
> On 13 Oct 2015, at 17:32, Haohui Mai wrote: > > Just to echo Steve's idea -- if we're seriously considering supporting > JDK 8, maybe the first thing to do is to set up the jenkins to run > with JDK 8? I'm happy to help. Does anyone know who I can talk to if I > need to

[jira] [Created] (HADOOP-12478) Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath()

2015-10-14 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-12478: --- Summary: Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath() Key: HADOOP-12478 URL: https://issues.apache.org/jira/browse/HADOOP-12478 Project:

hadoop-hdfs-client splitoff is going to break code

2015-10-14 Thread Steve Loughran
just an FYI, the split off of hadoop hdfs into client and server is going to break things. I know that, as my code is broken; DFSConfigKeys off the path, HdfsConfiguration, the class I've been loading to force pickup of hdfs-site.xml -all missing. This is because hadoop-client POM now

[jira] [Created] (HADOOP-12475) Replace guava Cache with ConcurrentHashMap for caching Connection in ipc Client

2015-10-14 Thread Walter Su (JIRA)
Walter Su created HADOOP-12475: -- Summary: Replace guava Cache with ConcurrentHashMap for caching Connection in ipc Client Key: HADOOP-12475 URL: https://issues.apache.org/jira/browse/HADOOP-12475

[jira] [Created] (HADOOP-12476) TestDNS.testLookupWithoutHostsFallback

2015-10-14 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-12476: --- Summary: TestDNS.testLookupWithoutHostsFallback Key: HADOOP-12476 URL: https://issues.apache.org/jira/browse/HADOOP-12476 Project: Hadoop Common Issue

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

2015-10-14 Thread Apache Jenkins Server
See Changes: [aw] HADOOP-12364. Deleting pid file after stop is causing the daemons to -- [...truncated 5398 lines...] Running org.apache.hadoop.io.TestTextNonUTF8 Tests run: 1, Failures: 0,

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

2015-10-14 Thread Apache Jenkins Server
See Changes: [aw] fix CHANGES.txt name typo [stevel] HADOOP-12478. Shell.getWinUtilsPath() has been renamed -- [...truncated 8524 lines...] [javadoc] Loading source files for package

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

2015-10-14 Thread Haohui Mai
Option 2 sounds good to me. It might make sense to make hadoop-client directly depends on Hadoop-hdfs? Haohui On Wed, Oct 14, 2015 at 10:56 AM larry mccay wrote: > Interesting... > > As long as #2 provides full backward compatibility and the ability to > explicitly exclude

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

2015-10-14 Thread Ted Yu
+1 on option 2. On Wed, Oct 14, 2015 at 10:56 AM, larry mccay wrote: > Interesting... > > As long as #2 provides full backward compatibility and the ability to > explicitly exclude the server dependencies that seems the best way to go. > That would get my non-binding +1. > :)

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

2015-10-14 Thread Mingliang Liu
The jira tracking this issue is: https://issues.apache.org/jira/browse/HDFS-9241 +1 on option 2 I think it makes sense to make hadoop-client directly depend on hadoop-hdfs (which itself depends on hadoop-hdfs-client). Ciao, Mingliang Liu Member of Technical Staff - HDFS, Hortonworks Inc.

[jira] [Created] (HADOOP-12479) ProtocMojo does not log the reason for a protoc compilation failure.

2015-10-14 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-12479: -- Summary: ProtocMojo does not log the reason for a protoc compilation failure. Key: HADOOP-12479 URL: https://issues.apache.org/jira/browse/HADOOP-12479 Project:

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

2015-10-14 Thread Apache Jenkins Server
See

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

2015-10-14 Thread Apache Jenkins Server
See Changes: [lei] HDFS-9238. Update TestFileCreation.testLeaseExpireHardLimit() to avoid -- [...truncated 3859 lines...] Generating

Re: [DISCUSS] About the details of JDK-8 support

2015-10-14 Thread Robert Kanter
The only problem with trying to get the JDK 8 trunk builds green (or blue I guess) is that it's like trying to hit a moving target because of how many new commits keep coming in. I was looking at fixing these a while ago, and managed to at least make them compile and fixed (or worked with others

[jira] [Created] (HADOOP-12477) Add test to make sure hadoop-minicluster provides enough dependencies

2015-10-14 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-12477: - Summary: Add test to make sure hadoop-minicluster provides enough dependencies Key: HADOOP-12477 URL: https://issues.apache.org/jira/browse/HADOOP-12477

Build failed in Jenkins: Hadoop-common-trunk-Java8 #545

2015-10-14 Thread Apache Jenkins Server
See Changes: [rohithsharmaks] YARN-4250. NPE in AppSchedulingInfo#isRequestLabelChanged. (Brahma Reddy -- [...truncated 5789 lines...] Running org.apache.hadoop.util.TestVersionUtil

Re: [DISCUSS] About the details of JDK-8 support

2015-10-14 Thread Allen Wittenauer
If people want, I could setup a cut off of yetus master to run the jenkins test-patch. (multiple maven repos, docker support, multijdk support, … ) Yetus would get some real world testing out of it and hadoop common-dev could stop spinning in circles over some of the same issues month after

Build failed in Jenkins: Hadoop-common-trunk-Java8 #544

2015-10-14 Thread Apache Jenkins Server
See Changes: [vvasudev] YARN-4253. Standardize on using PrivilegedOperationExecutor for all [vvasudev] YARN-4252. Log container-executor invocation details when exit code is [vvasudev] YARN-4255. container-executor does not

Jenkins build is back to normal : Hadoop-common-trunk-Java8 #546

2015-10-14 Thread Apache Jenkins Server
See

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

2015-10-14 Thread larry mccay
Interesting... As long as #2 provides full backward compatibility and the ability to explicitly exclude the server dependencies that seems the best way to go. That would get my non-binding +1. :) Perhaps we could add another artifact called hadoop-thin-client that would not be backward

Jenkins build is back to normal : Hadoop-common-trunk-Java8 #550

2015-10-14 Thread Apache Jenkins Server
See

Build failed in Jenkins: Hadoop-common-trunk-Java8 #549

2015-10-14 Thread Apache Jenkins Server
See Changes: [xyao] HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. [xyao] Revert "HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. -- [...truncated 5800

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

2015-10-14 Thread Apache Jenkins Server
See Changes: [lei] HDFS-9188. Make block corruption related tests FsDataset-agnostic. (lei) -- [...truncated 5398 lines...] Running org.apache.hadoop.io.TestTextNonUTF8 Tests run: 1,