Re: Local repo sharing for maven builds

2015-10-05 Thread Colin McCabe
On Mon, Sep 28, 2015 at 12:52 AM, Steve Loughran wrote: > > the jenkins machines are shared across multiple projects; cut the executors > to 1/node and then everyone's performance drops, including the time to > complete of all jenkins patches, which is one of the goals.

Re: DomainSocket issues on Solaris

2015-10-05 Thread Colin P. McCabe
Hi Alan, As Chris commented earlier, the main use of DomainSocket is to transfer file descriptors from the DataNode to the DFSClient. As you know, this is something that can only be done through domain sockets, not through inet sockets. We do support passing data over domain sockets, but in

Re: [DISCUSS] Looking to a 2.8.0 release

2015-10-05 Thread Colin P. McCabe
I think it makes sense to have a 2.8 release since there are a tremendous number of JIRAs in 2.8 that are not in 2.7. Doing a 3.x release seems like something we should consider separately since it would not have the same compatibility guarantees as a 2.8 release. There's a pretty big delta

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [cnauroth] HADOOP-12350. WASB Logging: Improve WASB Logging around deletes, reads -- [...truncated 3792 lines...] main: [mkdir] Created dir:

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [cmccabe] HADOOP-12452. Fix tracing documention reflecting the update to htrace-4 -- [...truncated 3773 lines...] [INFO] Executed tasks [INFO] [INFO] ---

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

2015-10-05 Thread Apache Jenkins Server
See

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [cmccabe] HDFS-9155. OEV should treat .XML files as XML even when the file name -- [...truncated 5231 lines...] Running org.apache.hadoop.fs.TestSymlinkLocalFSFileContext Tests

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-9151. Mover should print the exit status/reason on console like -- [...truncated 5842 lines...] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-9151. Mover should print the exit status/reason on console like -- [...truncated 5237 lines...] Running org.apache.hadoop.io.TestTextNonUTF8 Tests run: 1,

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

2015-10-05 Thread Tsuyoshi Ozawa
I forgot to mention - we also need to upgrade Google Guice to 0.4.0 for source-level JDK8 support in addition to asm and cglib. https://github.com/google/guice/wiki/Guice40 > Some highlights: > Java8 runtime compatibility for Guice core & all extensions. Best regards, - Tsuyoshi On Tue, Oct 6,

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [cmccabe] HDFS-9155. OEV should treat .XML files as XML even when the file name [aw] HADOOP-10949. metrics2 sink plugin for Apache Kafka (Babak Behzad via -- [...truncated

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [aw] HADOOP-10949. metrics2 sink plugin for Apache Kafka (Babak Behzad via -- [...truncated 9514 lines...] [javadoc] Loading source files for package

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [wangda] YARN-4176. Resync NM nodelabels with RM periodically for distributed -- [...truncated 5275 lines...] Running org.apache.hadoop.crypto.TestOpensslCipher Tests run: 3,

[DISCUSS] About the details of JDK-8 support

2015-10-05 Thread Tsuyoshi Ozawa
Hi commiters and users of Hadoop stack, I’ll share the current status of JDK-8 support here. We can take a two-step approach to support JDK-8 - runtime-level support and source-level support. About runtime-level support, I’ve tested Hadoop stack with JDK-8 e.g. MapReduce, Spark, Tez, Flink on

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [wangda] YARN-4176. Resync NM nodelabels with RM periodically for distributed -- [...truncated 6859 lines...] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time

Re: DomainSocket issues on Solaris

2015-10-05 Thread Alan Burlison
On 05/10/15 18:30, Colin P. McCabe wrote: 1. Don't get DomainSocket working on Solaris. Rely on the legacy short-circuit read instead. It has poorer security guarantees, but doesn't require domain sockets. You can add a line of code to the failing junit tests to skip them on Solaris. I

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

2015-10-05 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-9158. [OEV-Doc] : Document does not mention about '-f' and '-r' -- [...truncated 3760 lines...] [INFO] --- maven-compiler-plugin:3.1:compile

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

2015-10-05 Thread Apache Jenkins Server
See

Re: DomainSocket issues on Solaris

2015-10-05 Thread Steve Loughran
I don't think anyone would object for the changes, except for one big caveat: a lot of us would like that binary file to be backwards compatible; a Hadoop 2.6 JAR should be able to link to the 2.8+ libhadoop. So whatever gets changed, the old methods are still going to hang around > On 2 Oct

Re: DomainSocket issues on Solaris

2015-10-05 Thread Alan Burlison
On 05/10/2015 15:14, Steve Loughran wrote: I don't think anyone would object for the changes, except for one big caveat: a lot of us would like that binary file to be backwards compatible; a Hadoop 2.6 JAR should be able to link to the 2.8+ libhadoop. So whatever gets changed, the old methods