Search Discussions
-
Hi, How should I retrieve HRegion's in AssignmentManager ? I see HRegion.getRegionInfo() but there is no counterpart. Thanks
Ted Yu
Mar 14, 2011 at 8:38 pm
Mar 15, 2011 at 3:37 am -
So, I'm debugging something else but thread dumping I see a bunch of this: "IPC Server handler 6 on 61020" daemon prio=10 tid=0x00000000422d2800 nid=0x7714 runnable [0x00007f1c5acea000] ...
Stack
Mar 1, 2011 at 7:51 pm
Mar 1, 2011 at 10:52 pm -
how do you think about moving meta table to ZK, so no meta table are needed. if we do so, we need enhance ZK in the following way: 1. let children of ZNode in order. if we do so, we can benifit: 1. ...
Jiangwen w
Mar 18, 2011 at 4:27 am
Mar 21, 2011 at 2:25 pm -
7
ColumnInterpreter and HbaseObjectWritable Was: HbaseObjectWritable and UnsupportedOperationException
Renaming the subject to better reflect the nature of further discussion. There're two considerations for my current implementation attached to HBASE-1512. 1. User shouldn't modify HbaseObjectWritable ...Ted Yu
Mar 31, 2011 at 6:38 pm
Apr 1, 2011 at 5:43 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1788/changes Changes: [stack] HBASE-3600 Update our jruby to 1.6.0 [stack] HBASE-3600 Update our jruby to 1.6.0 [rawson] HBASE-3613 NPE in ...
Apache Hudson Server
Mar 16, 2011 at 3:31 pm
Mar 17, 2011 at 3:25 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1759/changes Changes: [stack] HBASE-3559 Move report of split to master OFF the heartbeat channel -- forgot to add file ...
Apache Hudson Server
Mar 1, 2011 at 7:13 am
Mar 2, 2011 at 11:07 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1819/changes Changes: [todd] HBASE-3711 - amend patch to fix compilation error [todd] HBASE-3711 importtsv fails if rowkey length exceeds ...
Apache Hudson Server
Mar 29, 2011 at 11:21 pm
Apr 2, 2011 at 1:18 am -
Dear HBase developers, Last Monday, several HBase contributors met up at the StumbleUpon offices for a bit of a hackathon. We spent the beginning of the day discussing a few general topics, and then ...
Todd Lipcon
Mar 26, 2011 at 5:54 am
Mar 26, 2011 at 10:59 pm -
It looks like hbase-2001 added some overlap between the Server and RegionServerServices Interfaces. Here's the commit that added it: commit c1dd72441d376e62615a0ec92f09515521ccb99b Author: Andrew ...
Stack
Mar 24, 2011 at 3:44 am
Mar 24, 2011 at 6:15 am -
I try to compile hbase in windows, got some problems, can someone help to find out what’s the problem? 1.in windows entironment,I try to compile the hbase (pom.xml) by the Maven's command line[mvn ...
Zhoushuaifeng
Mar 21, 2011 at 8:54 am
Mar 23, 2011 at 6:36 am -
I am thinking of distinguishing read and write request count, on top of HBASE-3507. For load balancer, the action for balancing read vs. write load should be different. For read load, region movement ...
Ted Yu
Mar 15, 2011 at 2:05 pm
Mar 15, 2011 at 5:13 pm -
The first hbase 0.90.2 release candidate is available for download: http://people.apache.org/~stack/hbase-0.90.2-candidate-0/ Its also available in Apache's Maven Staging Repository [1] About 60 ...
Stack
Mar 27, 2011 at 10:52 pm
Apr 8, 2011 at 3:56 am -
Hi, The TimestampFilter docs read: * Note: Use of this filter overrides any time range/time stamp * options specified using {@link org.apache.hadoop.hbase.client.Get#setTimeRange(long, long)}, * ...
Lars George
Mar 28, 2011 at 8:02 pm
Mar 30, 2011 at 6:43 am -
I think a row lock should be obtained before getting a row. but the following method in HRegion class show a row lock won't be obtained *public Result get(final Get get, final Integer lockid)* * * ...
Jiangwen w
Mar 28, 2011 at 5:42 am
Mar 28, 2011 at 6:57 am -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1810/changes Changes: [jdcryans] HBASE-3681 Check the sloppiness of the region load before balancing (Ted Yu via JD) [jdcryans] And adding the ...
Apache Hudson Server
Mar 25, 2011 at 5:48 am
Mar 25, 2011 at 11:28 pm -
Hey my fellow hadoop/hbase developers, I just came across this google compression/decompression package yesterday, could we make a good use of this compression scheme in hadoop? It's written in C++ ...
Weishung Chung
Mar 23, 2011 at 7:43 pm
Mar 24, 2011 at 7:49 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1799/changes Changes: [stack] HBASE-3052 Add ability to have multiple ZK servers in a quorum in MiniZooKeeperCluster for test writing -- BACKED ...
Apache Hudson Server
Mar 22, 2011 at 1:48 am
Mar 23, 2011 at 1:48 am -
Can we add a counter for the number of InternalScanner's to HRegion ? We decrement this counter when close() is called. Such counter can be used to gauge the cost of moving the underlying region. ...
Ted Yu
Mar 21, 2011 at 10:44 pm
Mar 21, 2011 at 11:36 pm -
Hi, See email thread 'One of the regionserver aborted, then the master shut down itself' for background. I am evaluating various ways of trimming the memory footprint of RegionLoad because there ...
Ted Yu
Mar 17, 2011 at 9:32 pm
Mar 17, 2011 at 9:53 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1782/changes Changes: [stack] HBASE-3538 Column families allow to have slashes in name [stack] HBASE-3626 Update instructions in thrift demo ...
Apache Hudson Server
Mar 12, 2011 at 6:26 pm
Mar 15, 2011 at 5:37 am -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1777/changes Changes: [stack] Added section on keeping row and column names small to schema section ------------------------------------------ ...
Apache Hudson Server
Mar 10, 2011 at 10:53 pm
Mar 11, 2011 at 4:22 pm -
Hi, When I experimented with HBASE-1512, I got the following from HbaseObjectWritable: java.lang.UnsupportedOperationException: No code for unexpected class ...
Ted Yu
Mar 31, 2011 at 4:53 pm
Mar 31, 2011 at 6:24 pm -
Hi, Background: I was looking at references to this method in HTable: public HTable(final String tableName) There was only one, by LoadIncrementalHFiles. Actually my coworker stumbled on the above ...
Ted Yu
Mar 30, 2011 at 4:09 pm
Mar 30, 2011 at 4:44 pm -
Dear fellow HBase developers, Could someone educate me and let me know how to figure out the number of disk seeks involved in a range search (startRow to endRow specified in Scan). Also, could anyone ...
Weishung Chung
Mar 26, 2011 at 3:57 pm
Mar 28, 2011 at 5:01 pm -
Hi, In our QA environment, we use hbase 0.90.1 I see the following in zookeeper log: 2011-03-24 05:43:36,002 INFO org.apache.zookeeper.server.ZooKeeperServer: Expiring session 0x12ee75190d70078, ...
Ted Yu
Mar 24, 2011 at 5:31 pm
Mar 24, 2011 at 6:02 pm -
Hi, I plan to utilize region server load for better balancing. Currently the following method only calls serverManager.regionServerReport(): public HMsg [] regionServerReport(HServerInfo serverInfo, ...
Ted Yu
Mar 19, 2011 at 5:51 pm
Mar 19, 2011 at 10:34 pm -
Hi, Please refer to 'One of the regionserver aborted, then the master shut down itself' on user list for background. I looked at calls to this method: public void assignUserRegions(List<HRegionInfo ...
Ted Yu
Mar 16, 2011 at 4:33 pm
Mar 16, 2011 at 6:36 pm -
I was getting all of the apache mailing lists blocked from getting LinkedIn invitations. Tech support tells me that dev@hbase.apache.org is already linked to an existing account. Did somebody do that ...
Ted Dunning
Mar 11, 2011 at 6:00 pm
Mar 11, 2011 at 7:09 pm -
Hi, I am still confused what libs we need for clients. I keep seeing Guava and I am not sure where this is used. I tried some (given, simple) examples and cannot see where it is required as they all ...
Lars George
Mar 3, 2011 at 4:06 pm
Mar 3, 2011 at 5:46 pm -
2
zookeeper start failure HBASE 0.91 Trunk + Hadoop 0.20-append failure with Pseudo-Distributed conf
Hi everybody, I am a beginner using Hbase for testings, I already managed to implement Pseudo distributed conf with Hadoop 0.20 + Hbase 0.26 on my machine, as well as distributed one with virtual ...Jerome
Mar 30, 2011 at 8:35 pm
Apr 9, 2011 at 8:39 am -
The tip of 0.90.x has some pretty important fixes added since 0.90.1 Lets push out 0.90.2. I'd like to do that tomorrow or Monday. All the criticals and blockers should be done by then. If objection ...
Stack
Mar 24, 2011 at 7:27 pm
Mar 24, 2011 at 9:06 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1804/changes Changes: [apurtell] HBASE-3468 Enhance checkAndPut and checkAndDelete with comparators ------------------------------------------ ...
Apache Hudson Server
Mar 24, 2011 at 12:18 am
Mar 24, 2011 at 3:27 pm -
See below. Doing some testing on that I let the mapreduce program and an hbase shell flushing every 60 seconds run overnight. The result on two tables was: 562 store files! ...
Andrew Purtell
Mar 19, 2011 at 6:15 pm
Mar 22, 2011 at 12:39 am -
See <https://hudson.apache.org/hudson/job/hbase-0.90/124/changes Changes: [stack] HBASE-3671 Split report before we finish parent region open; workaround till 0.92; Race between split and OPENED ...
Apache Hudson Server
Mar 20, 2011 at 12:34 am
Mar 22, 2011 at 12:06 am -
Hi, I have a question about TestRegionRebalancing.assertRegionsAreBalanced() I see hardcoded slop of 0.1 In 0.90 and beyond, sloppiness is gone. Therefore: // TODO: Fix this test. Old balancer used ...
Ted Yu
Mar 19, 2011 at 9:52 pm
Mar 20, 2011 at 4:44 am -
Hi, What's the equivalent for the following in hbase 0.90.x and beyond ? http://hbase.apache.org/docs/r0.20.5/api/org/apache/hadoop/hbase/stargate/package-summary.html I don't find the module in ...
Ted Yu
Mar 17, 2011 at 11:34 pm
Mar 18, 2011 at 1:34 am -
In building a Coprocessor test case, I noticed that TestRegionObserverInterface.initHRegion isn't called within the containing class.
Jason Rutherglen
Mar 14, 2011 at 1:57 pm
Mar 14, 2011 at 3:25 pm -
I read the SplitTransaction and flush code, but still don't understand the procedure of this question, can someone tell me? Zhou Shuaifeng(Frank) ...
Zhou Shuaifeng
Mar 14, 2011 at 8:56 am
Mar 14, 2011 at 9:18 am -
See <https://hudson.apache.org/hudson/job/hbase-0.90/105/changes Changes: [stack] HBASE-3586 Improve the selection of regions to balance [rawson] HBASE-3608 MemstoreFlusher error message doesnt ...
Apache Hudson Server
Mar 8, 2011 at 1:01 am
Mar 8, 2011 at 11:58 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1768/changes Changes: [stack] Fix client dependencies (Lars George via Stack) ------------------------------------------ [...truncated 2978 ...
Apache Hudson Server
Mar 4, 2011 at 5:36 pm
Mar 5, 2011 at 3:35 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1765/changes Changes: [rawson] HBASE-3514 more Integer.MAX_VALUE for blocksize ------------------------------------------ [...truncated 2981 ...
Apache Hudson Server
Mar 3, 2011 at 4:29 am
Mar 4, 2011 at 3:26 am -
Hi, In hbase 0.90.x, is there limit on the number of concurrent scanners for one region server ? We think that openning many scanners might result in scanner timeout. Thanks
Ted Yu
Mar 31, 2011 at 5:56 pm
Apr 1, 2011 at 12:30 am -
Seeking more comment. ---------- Forwarded message ---------- From: Patrick Hunt <phunt@apache.org Date: Thu, Mar 24, 2011 at 4:15 PM Subject: Re: negotiated timeout To: Ted Yu <yuzhihong@gmail.com ...
Ted Yu
Mar 25, 2011 at 12:28 am
Mar 25, 2011 at 3:48 am -
Hey. Are we still using ReviewBoard for Hbase? I put up a patch for hbck, but the auto-generated email from ReviewBoard was blocked as spam. Re: ...
Marc Limotte
Mar 24, 2011 at 12:42 am
Mar 24, 2011 at 4:40 pm -
See <https://hudson.apache.org/hudson/job/hbase-0.90/129/ ------------------------------------------ [...truncated 202 lines...] A src/test/java/org/apache/hadoop/hbase/util/TestMergeTable.java A ...
Apache Hudson Server
Mar 23, 2011 at 5:00 am
Mar 23, 2011 at 5:33 am -
I have a mapreduce task put together for experimentation which does a lot of Increments over three tables and Puts to another. I set writeToWAL to false. My HBase includes the patch that fixes ...
Andrew Purtell
Mar 19, 2011 at 6:11 pm
Mar 21, 2011 at 8:56 pm -
Hi, I put trunk snapshot on dev cluster. I observed the following where -ROOT- couldn't get online: http://pastebin.com/pGVuLtT3 zookeeper log had the following: 2011-03-18 18:26:44,848 INFO ...
Ted Yu
Mar 18, 2011 at 6:35 pm
Mar 18, 2011 at 7:34 pm -
See <https://hudson.apache.org/hudson/job/HBase-TRUNK/1793/changes Changes: [nspiegelberg] add HBASE-3665 to CHANGES.txt [nspiegelberg] HBASE-3665 tighten assertions for testBloomFilterSize ...
Apache Hudson Server
Mar 17, 2011 at 11:02 pm
Mar 18, 2011 at 1:28 am -
See <https://hudson.apache.org/hudson/job/hbase-0.90/120/changes Changes: [todd] Some cleanup to CHANGES.txt ------------------------------------------ [...truncated 2808 lines...] Tests run: 1, ...
Apache Hudson Server
Mar 17, 2011 at 3:25 pm
Mar 17, 2011 at 11:51 pm -
Hi, I didn't find any reference to the following method in trunk: static public ARegionLoad hrlToARL(HServerLoad.RegionLoad rl) throws IOException { Out of curiosity, can someone tell me who/how the ...
Ted Yu
Mar 17, 2011 at 9:21 pm
Mar 17, 2011 at 11:22 pm
Group Overview
group | dev |
categories | hbase, hadoop |
discussions | 80 |
posts | 281 |
users | 36 |
website | hbase.apache.org |
36 users for March 2011
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)