Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[jira] [Created] (HBASE-15201) Add hbase-spark to hbase assembly

2016-02-01 Thread Jerry He (JIRA)
Jerry He created HBASE-15201: Summary: Add hbase-spark to hbase assembly Key: HBASE-15201 URL: https://issues.apache.org/jira/browse/HBASE-15201 Project: HBase Issue Type: Improvement

Re: Build failed in Jenkins: HBase-1.3 » latest1.7,yahoo-not-h2 #527

2016-02-01 Thread Stack
TestRemoteTable hung in this run: kalashnikov:hbase.git.commit stack$ python ./dev-support/findHangingTests.py https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=yahoo-not-h2/527/consoleText Fetching https://builds.apache.org/job/HBase-1.3/jdk=latest1.7,label=yahoo-not-h2/527/consoleText

[jira] [Created] (HBASE-15198) RPC client not using Codec and CellBlock for puts by default

2016-02-01 Thread Anoop Sam John (JIRA)
Anoop Sam John created HBASE-15198: -- Summary: RPC client not using Codec and CellBlock for puts by default Key: HBASE-15198 URL: https://issues.apache.org/jira/browse/HBASE-15198 Project: HBase

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[jira] [Created] (HBASE-15199) Move jruby jar so only on hbase-shell module classpath; currently globally available

2016-02-01 Thread stack (JIRA)
stack created HBASE-15199: - Summary: Move jruby jar so only on hbase-shell module classpath; currently globally available Key: HBASE-15199 URL: https://issues.apache.org/jira/browse/HBASE-15199 Project:

Successful: hbase.apache.org HTML Checker

2016-02-01 Thread Apache Jenkins Server
Successful If successful, the HTML and link-checking report for http://hbase.apache.org is available at https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/21/artifact/link_report/index.html. If failed, see https://builds.apache.org/job/HBase%20Website%20Link%20Ckecker/21/console.

Re: DISCUSS: Protobufs?

2016-02-01 Thread Anoop John
UnsafeByteStrings - This may help us to avoid copy even with out our HBaseZeroCopyByteString stuff. But with a DirectByteBuffer, it has to copy data to onheap byte[]. We even want a DBB backing ! -Anoop- On Tue, Feb 2, 2016 at 12:07 PM, 张铎 wrote: >

DISCUSS: Protobufs?

2016-02-01 Thread Stack
We are running into a few issues with protobufs. + PB always copies all data before making a Message. This generates garbage unnecessarily. + CodedInputStream does not support ByteBuffers in 2.5. In 2.6 it does but again, copies the data out of the BB always; this is especially painful when the

[jira] [Created] (HBASE-15203) Reduce garbage created by path.toString() during Checksum verification

2016-02-01 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-15203: -- Summary: Reduce garbage created by path.toString() during Checksum verification Key: HBASE-15203 URL: https://issues.apache.org/jira/browse/HBASE-15203

[jira] [Created] (HBASE-15202) Reduce garbage while setting response

2016-02-01 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-15202: -- Summary: Reduce garbage while setting response Key: HBASE-15202 URL: https://issues.apache.org/jira/browse/HBASE-15202 Project: HBase

Re: DISCUSS: Protobufs?

2016-02-01 Thread 张铎
https://groups.google.com/forum/#!topic/protobuf/wAqvtPLBsE8 PB2 and PB3 are wire compatible, and of course, protobuf-java is not compatible so dependency will be a problem... But I think the shaded client and server can solve the problem? Thanks. 2016-02-02 14:27 GMT+08:00 Stack

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[jira] [Created] (HBASE-15200) ZooKeeper znode ACL checks should only compare the shortname

2016-02-01 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-15200: -- Summary: ZooKeeper znode ACL checks should only compare the shortname Key: HBASE-15200 URL: https://issues.apache.org/jira/browse/HBASE-15200 Project: HBase