Search Discussions
-
See <https://builds.apache.org/job/HBase-0.94/640/changes Changes: [gchanan] HBASE-6775 Use ZK.multi when available (Addendum: add test file) [stack] HBASE-4791 Allow Secure Zookeeper JAAS ...
Apache Jenkins Server
Dec 18, 2012 at 9:55 pm
Dec 25, 2012 at 3:23 pm -
During the past few days I spend some time to bring the 0.94 test back into shape. GC issues, bad backports, hanging tests, memory issues, you name it. I do not want to ever have to do that again ...
Lars hofhansl
Dec 25, 2012 at 7:58 pm
Jan 10, 2013 at 10:21 pm -
Since 0.96 is a singularity, is it a time to deprecate thrift finally? Or we can use thrift2 by default, and keep thrift around more? What's the pros and cons to switch to thrift2? Thanks, Jimmy
Jimmy Xiang
Dec 6, 2012 at 11:24 pm
Dec 10, 2012 at 9:18 pm -
Hi All Last week I got a chance to present the secondary indexing solution what we have done in Huawei at the China Hadoop Conference. You can see the presentation from ...
Anoop Sam John
Dec 4, 2012 at 8:12 am
Dec 25, 2012 at 10:36 am -
See comments in HBASE-7247: the master checks the time spent by the regionserver, and assign it to another if it takes too long. It adds complexity. from Stack: "I'm currently of the opinion that ...
Nicolas Liochon
Dec 5, 2012 at 7:48 pm
Dec 6, 2012 at 6:56 pm -
See https://issues.apache.org/jira/browse/HBASE-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537252#comment-13537252 -- Best regards, - Andy Problems ...
Andrew Purtell
Dec 20, 2012 at 7:54 pm
Jan 8, 2013 at 9:10 pm -
Hi All, I have question about improving the Map / Reduce job performance while ingesting huge amount of data into Hbase using HFileOutputFormat. Here is what we are using: 1) *Cloudera ...
Upender K. Nimbekar
Dec 17, 2012 at 3:35 pm
Dec 19, 2012 at 7:10 am -
I've unsubscribed from issues@ because I can't handle the sheer volume of e-mail from it. In HDFS, they have newly-created issues get sent to dev@hdfs and people can then choose to watch them for ...
Dave Wang
Dec 5, 2012 at 12:29 am
Dec 5, 2012 at 6:14 pm -
Hi guys, Every build in recent history run by the PreCommit job [0] has failed. For some of them, this is the usual suspect of a patch not applying cleanly. But for many, the issue looks like a ...
Nick Dimiduk
Dec 13, 2012 at 6:25 pm
Dec 14, 2012 at 8:55 am -
I'm looking at the KeyValueHeap trying to see how we can make it work with Cells. I'm curious, in this method @Override public boolean next(List<KeyValue result, int limit, String metric) throws ...
Matt Corgan
Dec 9, 2012 at 7:27 am
Dec 11, 2012 at 6:55 pm -
See <https://builds.apache.org/job/hbase-0.94-test-tmp/1/ ------------------------------------------ [...truncated 2186 lines...] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed ...
Apache Jenkins Server
Dec 22, 2012 at 11:05 pm
Dec 23, 2012 at 8:29 pm -
Over in HBASE-7263 there has been some discussion about removing support for explicit RowLocks in 0.96. This would involve the following: - Remove lockRow/unlockRow functions in HTable and similar - ...
Gregory Chanan
Dec 11, 2012 at 9:53 pm
Dec 13, 2012 at 12:32 am -
Hello All, If our read of https://issues.apache.org/jira/browse/HBASE-5898 is correct it talks about three issues: #1 Contention on a lock causing bad performance #2 HDFS slowness causing IPC ...
Shrijeet Paliwal
Dec 11, 2012 at 8:06 pm
Dec 12, 2012 at 4:05 am -
See <https://builds.apache.org/job/HBase-0.94/677/changes Changes: [larsh] pom.xml, changes.txt for 0.94.4 ------------------------------------------ [...truncated 2211 lines...] Tests run: 70, ...
Apache Jenkins Server
Dec 29, 2012 at 3:35 am
Dec 29, 2012 at 8:14 am -
Hello Are there any if then else, while loop, for loops in hbase. please reply asap regards Manoj Gokhale -- NOTICE: This email and any file transmitted are confidential and/or legally privileged and ...
Manoj Gokhale
Dec 31, 2012 at 8:47 am
Dec 31, 2012 at 4:42 pm -
Hi, From https://builds.apache.org/job/PreCommit-HBASE-Build/3727/console (for HBASE-7384) : /home/jenkins/tools/maven/latest/bin/mvn clean test -DskipTests -DHBasePatchProcess ...
Ted Yu
Dec 28, 2012 at 3:04 am
Dec 28, 2012 at 3:27 pm -
See <https://builds.apache.org/job/HBase-0.94/669/ ------------------------------------------ [...truncated 631 lines...] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.31 sec ...
Apache Jenkins Server
Dec 26, 2012 at 6:57 pm
Dec 26, 2012 at 8:15 pm -
Has any work been done to implement the ClientService protobuf server defined in the following proto file? ...
Mick Hittesdorf
Dec 11, 2012 at 4:40 am
Dec 12, 2012 at 6:48 am -
If anybody has some time to spend to check out some of the failing tests that'd be very helpful. https://builds.apache.org/job/HBase-0.94/ (I'm looking at TestReplication, which has been failing ...
Lars hofhansl
Dec 22, 2012 at 6:18 am
Dec 24, 2012 at 5:51 pm -
Hi everyone, Take heed! Notice the crickets in the javadoc portion of our build: $ curl -s https://builds.apache.org/job/PreCommit-HBASE-Build/3597/artifact/trunk/patchprocess/trunkJavacWarnings.txt| ...
Nick Dimiduk
Dec 18, 2012 at 10:22 pm
Dec 21, 2012 at 3:44 am -
See <https://builds.apache.org/job/HBase-0.94/634/ ------------------------------------------ [...truncated 611 lines...] Running org.apache.hadoop.hbase.mapreduce.TestTimeRangeMapRed Tests run: 1, ...
Apache Jenkins Server
Dec 17, 2012 at 5:42 pm
Dec 18, 2012 at 8:01 pm -
See <https://builds.apache.org/job/HBase-0.94/626/changes Changes: [apurtell] HBASE-7359. [REST] 'accessToken' in RemoteHTable is vestigial [apurtell] HBASE-7197. Add multi get to RemoteHTable ...
Apache Jenkins Server
Dec 15, 2012 at 8:00 pm
Dec 17, 2012 at 1:38 am -
Hey folks, I've been testing and finding bugs on a branch of online snapshots for the past few days. The good news is that taking an online snapshot seems to be fairly robust -- I've been taking ...
Jonathan Hsieh
Dec 14, 2012 at 5:18 pm
Dec 14, 2012 at 8:39 pm -
See <https://builds.apache.org/job/HBase-0.94/610/changes Changes: [larsh] HBASE-7252 TestSizeBasedThrottler fails occasionally ------------------------------------------ [...truncated 601 lines...] ...
Apache Jenkins Server
Dec 2, 2012 at 12:25 am
Dec 8, 2012 at 2:37 am -
3
0.94.4
The rate of bug fixes and improvements that go into 0.94 is impressive. The number of new features is a bit higher that I would like, at the same time 0.96 will yet take a bit to stabilize. Until it ...Lars hofhansl
Dec 15, 2012 at 11:59 pm
Dec 29, 2012 at 8:30 pm -
Hey all, I'm going to post one more rev for these and then plan on committing several patches onto the *snapshot branches* (not trunk) tomorrow. Each piece has gotten at least one review that seems ...
Jonathan Hsieh
Dec 27, 2012 at 10:02 pm
Dec 29, 2012 at 8:03 am -
See <https://builds.apache.org/job/HBase-0.94/673/changes Changes: [larsh] HBASE-3776 Add Bloom Filter Support to HFileOutputFormat (Anoop Sam John) ------------------------------------------ ...
Apache Jenkins Server
Dec 28, 2012 at 7:35 am
Dec 28, 2012 at 8:27 am -
Hi, There are two constants with the same value: HConstants.ZOOKEEPER_SESSION_TIMEOUT and HConstants.ZK_SESSION_TIMEOUT HConstants.ZOOKEEPER_SESSION_TIMEOUT is only used in tests ...
Ted Yu
Dec 21, 2012 at 11:23 pm
Dec 26, 2012 at 7:32 pm -
gavin peng created HBASE-7433: --------------------------------- Summary: Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: servers with issues ...
gavin peng (JIRA)
Dec 25, 2012 at 3:48 am
Dec 26, 2012 at 6:08 pm -
Following up on the below conversation thread, I will make the adjustment up in JIRA later today so newly opened JIRAs will show in the dev list (To be more exact, CREATED, RESOLVED, CLOSED, and ...
Michael Stack
Dec 20, 2012 at 5:06 pm
Dec 23, 2012 at 10:01 pm -
Are folks down with purging CoprocessorProtocol in 0.96 and all of its associated machinery? For example, Andrew Purtell says "I'd be +1 with dropping CoprocessorProtocol from 0.96 and up, given all ...
Michael Stack
Dec 20, 2012 at 9:21 pm
Dec 21, 2012 at 12:04 am -
Currently, the apache hbase website is built as described here http://hbase.apache.org/book.html#hbase.org We run maven site and then site:deploy. This rsyncs our content out to a dir on ...
Michael Stack
Dec 17, 2012 at 10:56 pm
Dec 18, 2012 at 12:50 am -
See <https://builds.apache.org/job/HBase-0.94/619/changes Changes: [tedyu] HBASE-7307 MetaReader.tableExists should not return false if the specified table regions has been split (Rajesh) ...
Apache Jenkins Server
Dec 11, 2012 at 8:36 pm
Dec 12, 2012 at 8:42 am -
Looking through the HRegion.RegionScannerImpl, I see various synchronized next(...) methods, same for StoreScanner. Scanners are created for Get operations and these scanners are guaranteed to be ...
Lars hofhansl
Dec 9, 2012 at 3:21 am
Dec 11, 2012 at 5:01 am -
Hi, On the book the GIT and SVN commands provided allow to extract the trunk version. But I would like to get 0.94.3 to test a fix for HBASE-1212 in it. How can I extact this specific version? ...
Jean-Marc Spaggiari
Dec 6, 2012 at 1:14 am
Dec 6, 2012 at 5:54 pm -
Hi, Using this command: mvn package assembly:single -DskipTests I got: INFO] HBase ............................................. FAILURE [20.459s] [INFO] HBase - Common ...
Ted Yu
Dec 5, 2012 at 12:27 am
Dec 5, 2012 at 7:00 pm -
See <https://builds.apache.org/job/HBase-0.94/684/changes Changes: [jyates] HBASE-7466: Fix junit dependency type in 0.94 ------------------------------------------ [...truncated 2196 lines...] ...
Apache Jenkins Server
Dec 31, 2012 at 2:11 am
Dec 31, 2012 at 8:32 pm -
See <https://builds.apache.org/job/HBase-0.94-security/90/changes Changes: [larsh] HBASE-7455 Increase timeouts in TestReplication and TestSplitLogWorker [larsh] HBASE-7440 ...
Apache Jenkins Server
Dec 29, 2012 at 8:45 am
Dec 29, 2012 at 5:24 pm -
Zhong Deyin created HBASE-7445: ---------------------------------- Summary: Hbase cluster is unavailable while the regionserver that Meta table deployed crashed Key: HBASE-7445 URL ...
Zhong Deyin (JIRA)
Dec 28, 2012 at 3:02 am
Dec 28, 2012 at 3:24 am -
See <https://builds.apache.org/job/HBase-0.94/631/ ------------------------------------------ [...truncated 610 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.026 sec ...
Apache Jenkins Server
Dec 17, 2012 at 6:11 am
Dec 17, 2012 at 4:06 pm -
The QA bot was previously pointing at a JIRA filter which matched all Patch Available issues. That number has grown to 300 across the many projects that the QA bot works on. Unfortunately, that meant ...
Todd Lipcon
Dec 13, 2012 at 2:35 am
Dec 13, 2012 at 10:24 pm -
See <https://builds.apache.org/job/HBase-0.94/623/changes Changes: [tedyu] HBASE-7205 Coprocessor classloader is replicated for all regions in the HRegionServer (Ted Yu and Adrian Muraru) ...
Apache Jenkins Server
Dec 13, 2012 at 5:53 am
Dec 13, 2012 at 9:00 pm -
Hi. In the previous projects, I got used to using production (cheap) asserts all over the code to verify strictly internal state (e.g., random example, we take a buffer out of "buffers to flush" pool ...
Sergey Shelukhin
Dec 6, 2012 at 6:26 pm
Dec 11, 2012 at 4:06 am -
See <https://builds.apache.org/job/HBase-0.94/615/changes Changes: [stack] HBASE-7301 Force ipv4 for unit tests ------------------------------------------ [...truncated 640 lines...] Running ...
Apache Jenkins Server
Dec 9, 2012 at 12:24 am
Dec 10, 2012 at 12:01 am -
Is anyone using post-review with Review Board to submit patches from git to reviews.apache.org? Can you provide some configuration tips? The obvious settings aren't working for me. Thanks, -n
Nick Dimiduk
Dec 5, 2012 at 7:56 pm
Dec 5, 2012 at 10:52 pm -
The 1st 0.94.4 RC is available for download here: http://people.apache.org/~larsh/hbase-0.94.4-rc0/ Signed with my code signing key: C7CFE328 0.94.4 is a bug fix release. Bigger than expected, this ...
Lars hofhansl
Dec 29, 2012 at 9:43 pm
Jan 2, 2013 at 11:43 pm -
Hi, If you use Eclipse to work on HBase, you can easily see the long lines in your code by turning on 'Show print margin' option in Preferences - General - Editors - Text Editors and specifying 100 ...
Ted Yu
Dec 30, 2012 at 6:26 pm
Jan 2, 2013 at 9:01 pm -
Hello, I am new to HBase and asked to evaluate HBase. Are Hive / Pig procedural languages for HBase? (with shell as the command line utility) (Just as oracle has SQL as the query language and PLSQL ...
Manoj Gokhale
Dec 31, 2012 at 12:31 pm
Dec 31, 2012 at 6:51 pm -
Andrew Purtell created HBASE-7447: ------------------------------------- Summary: Occasional failures of TestSplitLogWorker#testAcquireTaskAtStartup Key: HBASE-7447 URL ...
Andrew Purtell (JIRA)
Dec 28, 2012 at 5:02 am
Dec 30, 2012 at 11:16 pm -
Lars Hofhansl created HBASE-7455: ------------------------------------ Summary: Increase timeouts in TestReplication even further Key: HBASE-7455 URL: https://issues.apache.org/jira/browse/HBASE-7455 ...
Lars Hofhansl (JIRA)
Dec 29, 2012 at 6:08 am
Dec 29, 2012 at 6:24 am
Group Overview
group | dev |
categories | hbase, hadoop |
discussions | 116 |
posts | 568 |
users | 46 |
website | hbase.apache.org |
46 users for December 2012
Archives
- June 2016 (281)
- May 2016 (433)
- April 2016 (472)
- March 2016 (525)
- February 2016 (447)
- January 2016 (410)
- December 2015 (406)
- November 2015 (474)
- October 2015 (395)
- September 2015 (398)
- August 2015 (470)
- July 2015 (597)
- June 2015 (419)
- May 2015 (521)
- April 2015 (814)
- March 2015 (637)
- February 2015 (354)
- January 2015 (440)
- December 2014 (533)
- November 2014 (463)
- October 2014 (563)
- September 2014 (584)
- August 2014 (607)
- July 2014 (654)
- June 2014 (485)
- May 2014 (628)
- April 2014 (576)
- March 2014 (598)
- February 2014 (479)
- January 2014 (586)
- December 2013 (602)
- November 2013 (401)
- October 2013 (433)
- September 2013 (570)
- August 2013 (720)
- July 2013 (752)
- June 2013 (1,027)
- May 2013 (1,522)
- April 2013 (1,397)
- March 2013 (1,157)
- February 2013 (841)
- January 2013 (996)
- December 2012 (568)
- November 2012 (354)
- October 2012 (350)
- September 2012 (582)
- August 2012 (555)
- July 2012 (514)
- June 2012 (450)
- May 2012 (528)
- April 2012 (449)
- March 2012 (446)
- February 2012 (370)
- January 2012 (551)
- December 2011 (574)
- November 2011 (678)
- October 2011 (538)
- September 2011 (495)
- August 2011 (355)
- July 2011 (330)
- June 2011 (343)
- May 2011 (327)
- April 2011 (204)
- March 2011 (281)
- February 2011 (289)
- January 2011 (306)
- December 2010 (228)
- November 2010 (294)
- October 2010 (364)
- September 2010 (219)
- August 2010 (236)
- July 2010 (283)
- June 2010 (384)
- May 2010 (530)
- April 2010 (433)
- March 2010 (510)
- February 2010 (879)
- January 2010 (952)
- December 2009 (706)
- November 2009 (575)
- October 2009 (618)
- September 2009 (705)
- August 2009 (538)
- July 2009 (1,224)
- June 2009 (1,333)
- May 2009 (1,002)
- April 2009 (630)
- March 2009 (725)
- February 2009 (349)
- January 2009 (724)
- December 2008 (750)
- November 2008 (503)
- October 2008 (634)
- September 2008 (516)
- August 2008 (743)
- July 2008 (698)
- June 2008 (463)
- May 2008 (448)
- April 2008 (652)
- March 2008 (673)
- February 2008 (881)