Re: Key Rotation in Data-at-Rest Encryption

2015-06-14 Thread Sitaraman Vilayannur
Hi Arun, Thanks for your response. Could you explain this a bit further for me Is the EZ key version same as an alias for the key? The EDEK is stored in the extended attributes of the file and the EZkey Version is stored in the FileInfo why is the EZKey Version not stored in the extended attr

Re: Key Rotation in Data-at-Rest Encryption

2015-06-14 Thread Arun Suresh
Apologize if I wasn't clear > Is the EZ key version same as an alias for the key? yup > the EDEK along with the EZ key version is stored in the FIleInfo FileInfo contains both EDEK and EZ key version. The FileInfo (you can look at the *org.apache.hadoop.fs.FileEncryptionInfo* class for more info)

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

2015-06-14 Thread Apache Jenkins Server
See

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

2015-06-14 Thread Apache Jenkins Server
See

set up jenkins test for branch-2

2015-06-14 Thread Yongjun Zhang
Hi, We touched this topic before but it was put on hold. I'd like to bring it to our attention again. >From time to time we saw changes that work fine in trunk but not branch-2, and we don't catch the issue in a timely manner. The difference between trunk and branch-2 is sufficient to justify per

Re: set up jenkins test for branch-2

2015-06-14 Thread Sean Busbey
pre-commit will already test on branch-2 provided you follow the patch naming guidelines. there is also a branch-2 specific jenkins job: https://builds.apache.org/view/H-L/view/Hadoop/job/Hadoop-branch2/ I'd suggest starting by looking at that job and filing jiras to address whatever the failures