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

2016-02-23 Thread Apache Jenkins Server
See Changes: [vvasudev] YARN-4709. NMWebServices produces incorrect JSON for containers. -- [...truncated 3780 lines...] [INFO] Compiling 2 source files to

Re: [crypto][chimera] Next steps

2016-02-23 Thread sebb
On 23 February 2016 at 07:34, Benedikt Ritter wrote: > I'm confused. None of the other PMC members has expressed whether he or she > want's the see Chimera/crypto joining Apache Commons, yet we're already > discussing how JNI bindings should be handled. > > I'd like to see: > 1) a clear statement

Re: [crypto][chimera] Next steps

2016-02-23 Thread Jochen Wiedmann
On Tue, Feb 23, 2016 at 12:14 AM, Colin P. McCabe wrote: > Many CPUs come with built-in support for certain cryptographic and/or > hash/checksum-related primitives. For example, modern x86 CPUs have > CRC32C implemented in hardware. Currently, this must be accessed via > inline assembly express

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

2016-02-23 Thread Apache Jenkins Server
See

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

2016-02-23 Thread Apache Jenkins Server
See Changes: [vvasudev] MAPREDUCE-6635. Unsafe long to int conversion in -- [...truncated 3624 lines...] [INFO] Installing

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

2016-02-23 Thread Apache Jenkins Server
See Changes: [rohithsharmaks] YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi -- [...truncated 3928 lines...] at net.sf.ehcache.CacheManager.addCacheNoCheck(Cache

Re: [crypto][chimera] Next steps

2016-02-23 Thread Emmanuel Bourg
Hi all, I got a quick look at the Chimera code. If I understand well it consists in: - a native interface to the OpenSSL AES & secure random functions - an abstraction layer to use the JCE or OpenSSL AES implementation - an abstraction layer to use the JCE or OpenSSL secure random - encrypting/dec

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

2016-02-23 Thread Apache Jenkins Server
See

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

2016-02-23 Thread Apache Jenkins Server
See

[jira] [Resolved] (HADOOP-12281) Add an incompatible version of Kryo to the hadoop-client classpath

2016-02-23 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-12281. - Resolution: Won't Fix resolving as a wontfix in case more people start taking it serious

[jira] [Created] (HADOOP-12833) KDiag to look at HADOOP_TOKEN_FILE_LOCATION more

2016-02-23 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-12833: --- Summary: KDiag to look at HADOOP_TOKEN_FILE_LOCATION more Key: HADOOP-12833 URL: https://issues.apache.org/jira/browse/HADOOP-12833 Project: Hadoop Common

[jira] [Created] (HADOOP-12834) Credentials to include text of inner IOE when rethrowing wrapped

2016-02-23 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-12834: --- Summary: Credentials to include text of inner IOE when rethrowing wrapped Key: HADOOP-12834 URL: https://issues.apache.org/jira/browse/HADOOP-12834 Project: Had

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

2016-02-23 Thread Apache Jenkins Server
See -- [...truncated 8 lines...] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.laun

[jira] [Created] (HADOOP-12835) RollingFileSystemSink can throw an NPE on non-secure clusters

2016-02-23 Thread Daniel Templeton (JIRA)
Daniel Templeton created HADOOP-12835: - Summary: RollingFileSystemSink can throw an NPE on non-secure clusters Key: HADOOP-12835 URL: https://issues.apache.org/jira/browse/HADOOP-12835 Project: Ha

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

2016-02-23 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H3 (Mapreduce Hadoop Zookeeper Hdfs yahoo-not-h2) in workspace

Re: [crypto][chimera] Next steps

2016-02-23 Thread Gangumalla, Uma
Thanks all for the valuable feedbacks and discussions. Here are my replies for some of the questions.. [Mark wrote] It depends. I care less about the quality of the code than I do about the community that comes with it / forms around it. A strong community can fix code issues. Great code can't save

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

2016-02-23 Thread Apache Jenkins Server
See -- [...truncated 8 lines...] at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1665) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchComm

Re: [crypto][chimera] Next steps

2016-02-23 Thread Gary Gregory
On Tue, Feb 23, 2016 at 2:53 AM, Emmanuel Bourg wrote: > Hi all, > > I got a quick look at the Chimera code. If I understand well it consists > in: > - a native interface to the OpenSSL AES & secure random functions > - an abstraction layer to use the JCE or OpenSSL AES implementation > - an abst

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

2016-02-23 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H3 (Mapreduce Hadoop Zookeeper Hdfs yahoo-not-h2) in workspace

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

2016-02-23 Thread Apache Jenkins Server
See Changes: [jlowe] YARN-2046. Out of band heartbeats are sent only on container kill and [zhz] HDFS-9844. Correct path creation in getTrashRoot to handle root dir. [zhz] HDFS-9816. Erasure Coding: allow to use multiple EC polici

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

2016-02-23 Thread Apache Jenkins Server
See

RE: [crypto][chimera] Next steps

2016-02-23 Thread Xu, Cheng A
Yes, we have implementations for both JCE cipher and Openssl Cipher. It's configurable for user. -Original Message- From: Jochen Wiedmann [mailto:jochen.wiedm...@gmail.com] Sent: Tuesday, February 23, 2016 5:40 PM To: Commons Developers List Cc: Hadoop Common Subject: Re: [crypto][chimer

RE: [crypto][chimera] Next steps

2016-02-23 Thread Chen, Haifeng
Thanks Bourg for these questions. >> Sorry if it sounds naive, but why not accessing the OpenSSL functions >> through a JCE provider instead of building an abstraction layer on top of >> another abstraction layer (JCE). The Apache JuiCE project was an attempt to >> implement this idea a few yea

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

2016-02-23 Thread Apache Jenkins Server
See Changes: [rkanter] MAPREDUCE-6640. mapred job -history command should be able to take Job -- [...truncated 5588 lines...] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option

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

2016-02-23 Thread Apache Jenkins Server
See

RE: [crypto][chimera] Next steps

2016-02-23 Thread Chen, Haifeng
>> The same should be there with Chimera/Apache Crypto. Yes, current implementation will fallback to JCE Cipher if native is not available. [Uma] we would fix up IP issues if any sooner. If you see all the code file license header is with Apache License files. The current repo and package struct

[jira] [Created] (HADOOP-12836) Change hadoop-azure to support full semantics required for the root directory.

2016-02-23 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-12836: -- Summary: Change hadoop-azure to support full semantics required for the root directory. Key: HADOOP-12836 URL: https://issues.apache.org/jira/browse/HADOOP-12836

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

2016-02-23 Thread Apache Jenkins Server
See Changes: [cnauroth] HADOOP-12535. Run FileSystem contract tests with hadoop-azure. -- [...truncated 5588 lines...] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPerm