Build failed in Jenkins: HBase-0.94 #218

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94/218/ -- [...truncated 31556 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 20.575 sec Running org.apache.hadoop.hbase.master.TestMaster Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time

[jira] [Created] (HBASE-8691) High-Throuhput Streaming Scan API

2013-06-05 Thread Sandy Pratt (JIRA)
Sandy Pratt created HBASE-8691: -- Summary: High-Throuhput Streaming Scan API Key: HBASE-8691 URL: https://issues.apache.org/jira/browse/HBASE-8691 Project: HBase Issue Type: Improvement

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #347

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/347/ -- [...truncated 7111 lines...] Running org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec Running

[jira] [Created] (HBASE-8692) [AccessController] Restrict HTableDescriptor enumeration

2013-06-05 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-8692: - Summary: [AccessController] Restrict HTableDescriptor enumeration Key: HBASE-8692 URL: https://issues.apache.org/jira/browse/HBASE-8692 Project: HBase

Build failed in Jenkins: HBase-0.94-security #160

2013-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94-security/160/changes Changes: [enis] HBASE-8590 [0.94] BlockingMetaScannerVisitor should check for parent meta entry while waiting for split daughter -- [...truncated 20235 lines...] Forking command line:

Build failed in Jenkins: HBase-0.94 #1006

2013-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94/1006/changes Changes: [enis] HBASE-8590 [0.94] BlockingMetaScannerVisitor should check for parent meta entry while waiting for split daughter -- [...truncated 6010 lines...] Running

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #348

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/348/changes Changes: [tedyu] HBASE-8534 addendum removes TestDriver (Nick Dimiduk) -- [...truncated 7672 lines...] Tests run: 10, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 293.361 sec FAILURE! No

Build failed in Jenkins: HBase-0.95-Hadoop-2 #351

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/351/changes Changes: [tedyu] HBASE-8534 addendum removes TestDriver (Nick Dimiduk) -- [...truncated 7758 lines...] Running org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster Tests run: 1, Failures: 0,

Build failed in Jenkins: HBase-TRUNK #370

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/370/changes Changes: [tedyu] HBASE-8534 addendum removes TestDriver (Nick Dimiduk) -- [...truncated 7113 lines...] Downloading:

Build failed in Jenkins: HBase-0.95 #359

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/359/changes Changes: [tedyu] HBASE-8534 addendum removes TestDriver (Nick Dimiduk) -- [...truncated 7267 lines...] Downloaded:

Nifty code summaries.

2013-06-05 Thread Jonathan Hsieh
I found this and its related pages to be some nice visualizations and pretty interesting info. (HBase is 500k lines of java now.. ). https://www.ohloh.net/p/hbase -- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // j...@cloudera.com

[jira] [Created] (HBASE-8693) Implement extensible type API based on serialization primitives

2013-06-05 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-8693: --- Summary: Implement extensible type API based on serialization primitives Key: HBASE-8693 URL: https://issues.apache.org/jira/browse/HBASE-8693 Project: HBase

[jira] [Created] (HBASE-8694) Performance evaluation of serialization strategies

2013-06-05 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-8694: --- Summary: Performance evaluation of serialization strategies Key: HBASE-8694 URL: https://issues.apache.org/jira/browse/HBASE-8694 Project: HBase Issue Type:

Re: Nifty code summaries.

2013-06-05 Thread Todd Lipcon
interesting, my sloccount program shows about half of that: SLOCDirectory SLOC-by-Language (Sorted) 199611 hbase-serverjava=193938,ruby=3834,jsp=870,xml=768,python=108, ansic=93 30341 hbase-clientjava=30179,xml=162 14527 hbase-common

Re: Nifty code summaries.

2013-06-05 Thread Luke Lu
My sloccount shows Hadoop has over 51% in xml in branch-2 as well :) The truth is, of course, the thing is counting all the auto generated jdiffs since 0.17. On Wed, Jun 5, 2013 at 10:29 AM, Todd Lipcon t...@cloudera.com wrote: Also, it thinks Hadoop is 46% written in XML. We're so 1995 chic!

Re: Please welcome our newest committer, Jeffrey Zhong

2013-06-05 Thread Sergey Shelukhin
Congrats! :) On Tue, Jun 4, 2013 at 6:00 PM, lars hofhansl la...@apache.org wrote: Welcome Jeffrey. From: Stack st...@duboce.net To: HBase Dev List dev@hbase.apache.org Sent: Tuesday, June 4, 2013 3:47 AM Subject: Please welcome our newest committer,

[jira] [Created] (HBASE-8695) The HBase thrift service ignores XML configuration

2013-06-05 Thread Brandon Forehand (JIRA)
Brandon Forehand created HBASE-8695: --- Summary: The HBase thrift service ignores XML configuration Key: HBASE-8695 URL: https://issues.apache.org/jira/browse/HBASE-8695 Project: HBase Issue

Fwd: How to collect the real-time transaction request logs from HBase Master/Region Servers?

2013-06-05 Thread Joarder KAMAL
Many apologies for forwarding this email again. Could you let me know how can I be able to pull/export the real-time raw logs (number of requests and their details in a particular regions) which appears in the HBase Web UI like shown in below? I looked at pp. 277-283 of Lars George's book and

[jira] [Created] (HBASE-8696) Fixup for logs that show when running hbase-it tests.

2013-06-05 Thread stack (JIRA)
stack created HBASE-8696: Summary: Fixup for logs that show when running hbase-it tests. Key: HBASE-8696 URL: https://issues.apache.org/jira/browse/HBASE-8696 Project: HBase Issue Type: Improvement

Build failed in Jenkins: HBase-0.95-Hadoop-2 #352

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/352/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default -- [...truncated lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.866 sec

Build failed in Jenkins: HBase-0.95 #360

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/360/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default -- [...truncated 6978 lines...] Running org.apache.hadoop.hbase.regionserver.TestJoinedScanners Tests run: 1,

[jira] [Resolved] (HBASE-8636) Backport KeyValue Codec to 0.94 (HBASE-7413)

2013-06-05 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Yates resolved HBASE-8636. Resolution: Fixed Committed to 0.94 Backport KeyValue Codec to 0.94 (HBASE-7413)

[jira] [Created] (HBASE-8697) HBase client should be able to retry if time out exception is encountered when access region server

2013-06-05 Thread Changshu Liu (JIRA)
Changshu Liu created HBASE-8697: --- Summary: HBase client should be able to retry if time out exception is encountered when access region server Key: HBASE-8697 URL: https://issues.apache.org/jira/browse/HBASE-8697

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #349

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/349/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default -- [...truncated 7640 lines...] Tests run: 5, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 407.635

Build failed in Jenkins: HBase-TRUNK #371

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/371/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default -- [...truncated 7115 lines...] Downloaded:

Jenkins build is back to normal : HBase-0.94 #219

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94/219/changes

Build failed in Jenkins: HBase-0.94-Security-Hadoop-2 #179

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/179/changes Changes: [jyates] HBASE-8636: Backport KeyValue Codec to 0.94 (HBASE-7413) [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [jyates] HBASE-8684: Table

Build failed in Jenkins: HBase-0.94-Security #200

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security/200/changes Changes: [jyates] HBASE-8636: Backport KeyValue Codec to 0.94 (HBASE-7413) -- [...truncated 9928 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.378 sec Running

Build failed in Jenkins: HBase-0.94-Hadoop-2 #178

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Hadoop-2/178/changes Changes: [jyates] HBASE-8636: Backport KeyValue Codec to 0.94 (HBASE-7413) [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [jyates] HBASE-8684: Table

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #350

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/350/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [Michael Stack] HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames

Build failed in Jenkins: HBase-0.95-Hadoop-2 #353

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/353/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [Michael Stack] HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames

Build failed in Jenkins: HBase-TRUNK #372

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/372/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [Michael Stack] HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames

Build failed in Jenkins: HBase-TRUNK-Hadoop-2 #351

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK-Hadoop-2/351/changes Changes: [Michael Stack] HBASE-8402 ScanMetrics depends on number of rpc calls to the server -- [...truncated 5403 lines...] Running org.apache.hadoop.hbase.master.TestMaster Tests run: 4,

Build failed in Jenkins: HBase-0.95 #361

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/361/changes Changes: [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [Michael Stack] HBASE-8645 Change ServerName so it uses hostname only, not FQDN hostnames

Build failed in Jenkins: HBase-0.95-Hadoop-2 #354

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95-Hadoop-2/354/changes Changes: [Michael Stack] HBASE-8402 ScanMetrics depends on number of rpc calls to the server -- [...truncated 4057 lines...] No results for java.util.concurrent.FutureTask@79ab2f72 Running

Build failed in Jenkins: HBase-0.95 #362

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.95/362/changes Changes: [Michael Stack] HBASE-8402 ScanMetrics depends on number of rpc calls to the server -- [...truncated 4045 lines...] Running org.apache.hadoop.hbase.mapreduce.TestTableMapReduceUtil Tests run: 1,

Jenkins build is back to normal : HBase-TRUNK #373

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-TRUNK/373/changes

Build failed in Jenkins: hbase-0.95-on-hadoop2 #123

2013-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95-on-hadoop2/123/changes Changes: [stack] HBASE-8402 ScanMetrics depends on number of rpc calls to the server [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [stack] HBASE-8645

Jenkins build is back to normal : HBase-0.94-security #161

2013-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-0.94-security/161/changes

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #555

2013-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/555/changes Changes: [stack] HBASE-8402 ScanMetrics depends on number of rpc calls to the server [jyates] HBASE-8684: Table Coprocessor can't access external HTable by default - ADDENDUM: moving test to correct package [stack]

Build failed in Jenkins: HBase-0.94-Security-Hadoop-2 #180

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Security-Hadoop-2/180/ -- [...truncated 2525 lines...] Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorEndpoint Running org.apache.hadoop.hbase.coprocessor.example.TestBulkDeleteProtocol Tests run: 4,

Build failed in Jenkins: HBase-0.94-Hadoop-2 #179

2013-06-05 Thread apurtell
See http://54.241.6.143/job/HBase-0.94-Hadoop-2/179/ -- [...truncated 5293 lines...] Running org.apache.hadoop.hbase.io.hfile.TestHFilePerformance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.182 sec Running

Jenkins build is back to normal : hbase-0.95 #227

2013-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/hbase-0.95/227/changes