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

2016-02-27 Thread Apache Jenkins Server
See

RE: Introduce Apache Kerby to Hadoop

2016-02-27 Thread Zheng, Kai
Thanks Andrew for the update on HBase side! >> Throughput drops 3-4x, or worse. Hopefully we can avoid much of the encryption overhead. We're prototyping a solution working on that. Regards, Kai -Original Message- From: Andrew Purtell [mailto:andrew.purt...@gmail.com] Sent: Saturday,

RE: Introduce Apache Kerby to Hadoop

2016-02-27 Thread Zheng, Kai
Hi Haohui, I'm glad to know GRPC and it sounds cool. I think it's a good proposal to suggest Hadoop IPC/RPC upgrading to GRPC. We haven't evaluated GRPC for the question of RPC encryption optimization because it's another story. It's not an overlap for the optimization work because even if

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

2016-02-27 Thread Apache Jenkins Server
See Changes: [gtcarrera9] HADOOP-12831. LocalFS/FSOutputSummer NPEs in constructor if bytes per -- [...truncated 5095 lines...] Running org.apache.hadoop.metrics2.filter.TestPatternFilter

Re: Introduce Apache Kerby to Hadoop

2016-02-27 Thread Andrew Purtell
I get a excited thinking about the prospect of better performance with auth-conf QoP. HBase RPC is an increasingly distant fork but still close enough to Hadoop in that respect. Our bulk data transfer protocol isn't a separate thing like in HDFS, which avoids a SASL wrapped implementation, so

Re: Introduce Apache Kerby to Hadoop

2016-02-27 Thread Haohui Mai
Have we evaluated GRPC? A robust RPC requires significant effort. Migrating to GRPC can save ourselves a lot of headache. Haohui On Sat, Feb 27, 2016 at 1:35 AM Andrew Purtell wrote: > I get a excited thinking about the prospect of better performance with > auth-conf