Search Discussions
-
Lately we have added a secondary index feature to a persistence tier over HBASE. Essentially we implemented what is described as "Dual-Write Secondary Index" in ...
Henning Blohm
Dec 22, 2013 at 10:12 am
Jan 4, 2014 at 6:32 pm -
Hi, I have 2 clusters, Master (a) - Slave (b) replication. B doesn't have client write or reads, all handlers (100) are waiting but rpc.metrics.RpcQueueTime_num_ops and ...
Federico Gaule
Dec 5, 2013 at 12:50 pm
Dec 10, 2013 at 7:01 pm -
hi I have been attempting to learn hbase and have been unable to get a local copy running, it comes back with"could not find or load main class org.apache.hadoop.hbase.util.HBaseConfTool" and "could ...
Gerald Klein
Dec 27, 2013 at 2:22 pm
Dec 27, 2013 at 7:55 pm -
19
HBase Client
Hello All, I am newbie in hbase and wanted to see if there are any good hbase client that i can use to query underlying hbase datastore or what is the best tool to use? I am using command line but ...Ados1984
Dec 13, 2013 at 10:07 pm
Dec 13, 2013 at 10:52 pm -
Hello HBase users, I just ran a very simple performance test and would like to see if what I experienced make sense. The experiment is as follows: - I filled a hbase region with 700MB data (each row ...
Jerry Lam
Dec 23, 2013 at 8:19 pm
Jan 2, 2014 at 11:53 pm -
Hi I have been performance tuning HBase 0.94.6 running Phoenix 2.2.0 the last couple of days and need some help. Background. - 23 machine cluster, 32 cores, 4GB heap per RS. - Table t_24 have 24 ...
Kristoffer Sjögren
Dec 21, 2013 at 7:17 pm
Dec 29, 2013 at 6:43 am -
Hello, during the loading of data in our cluster I noticed some strange behavior of some regions, that I don't understand. Scenario: We convert data from a mysql database to HBase. The data is ...
Timo Schaepe
Dec 13, 2013 at 4:14 pm
Dec 20, 2013 at 2:48 am -
I imported data into HBase in the fashion of bulk load, but after that I found many unexpected file were created in the HDFS directory of /user/root/, and they like these ...
Tao Xiao
Dec 16, 2013 at 10:48 am
Jan 18, 2014 at 8:13 am -
Hi all, I'm using Hadoop 1.0.4 and HBase 0.94.12. When trying to bulk load using the Java API I sometimes get the HFiles moved to the wrong directory. I'm pre-splitting regions and the new regions ...
Amit Sela
Dec 15, 2013 at 11:09 pm
Dec 17, 2013 at 12:12 pm -
All, I am working on an HBase application where we store user events in an HBase table. The row key is the a user identifier and each column is an event identifier. Most users only have a handful of ...
Shawn Hermans
Dec 5, 2013 at 10:47 pm
Dec 7, 2013 at 1:00 am -
Hey there First, my Environment: Hortonworks HDP2(HBase 0.95.2.2.0.5.0-64, Pig 0.11.1). I use pig to load data from hbase, then got Exception Message of java.lang.ClassNotFoundException ...
Kyle Lin
Dec 6, 2013 at 9:58 am
Dec 10, 2013 at 2:06 am -
In order to turn off major compaction, I set MAJOR_COMPACTION_PERIOD to 0. However, I checked region server log, saw major compaction “happened" quite often: 2013-12-17 01:44:45,085 INFO ...
Branky
Dec 20, 2013 at 5:00 am
Dec 20, 2013 at 6:54 am -
Hi there, I'm wondering if the Periodic Flusher should be disabled by default? During a recent upgrade, I've noticed a strange behavior modification on my servers, and it was due to this new feature, ...
Adrien Mogenet
Dec 8, 2013 at 12:01 pm
Dec 14, 2013 at 5:27 pm -
7
Guava 15
Hi At the moment HFileWriterV2.close breaks at startup when using Guava 15. This is not a client problem - it happens because we start a master node to do integration tests. A bit precarious and ...Kristoffer Sjögren
Dec 16, 2013 at 10:02 am
Dec 16, 2013 at 8:36 pm -
CDH4.1.2 HBase 0.92.1 HDFS 2.0.0 Every 3 hours, our production HBase cluster does something that causes all the data nodes to have a sustained spike in CPU/network/disk. The spike lasts about 30 ...
Patrick Schless
Dec 13, 2013 at 8:08 pm
Dec 16, 2013 at 5:12 pm -
The Phoenix team is pleased to announce that Phoenix[1] has been accepted as an Apache incubator project[2]. Over the next several weeks, we'll move everything over to Apache and work toward our ...
James Taylor
Dec 13, 2013 at 11:50 pm
Dec 16, 2013 at 4:56 am -
Hi Can Anyone tell me the Java API for getting the Region Size of a table! Thanks!
Vineet Mishra
Dec 2, 2013 at 1:49 pm
Dec 3, 2013 at 5:56 am -
Hi folks, we're currently running CDH4.1.2 (HBase 0.92 + patches). Looking through the logs, I'm seeing that some tables are flushing at much lower size than others (a few dozen KB as opposed to the ...
Norbert Burger
Dec 26, 2013 at 9:53 pm
Dec 27, 2013 at 9:09 pm -
Any idea why I'm getting this? Error: java.lang.ClassNotFoundException: com.google.common.base.Preconditions at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at ...
Jean-Marc Spaggiari
Dec 23, 2013 at 4:12 pm
Dec 25, 2013 at 5:11 pm -
Hey guys, we are searching for a consistent backup strategy with the export tool. Is this article still up-to-date and I can use it? ...
Timo Schaepe
Dec 23, 2013 at 6:55 pm
Dec 23, 2013 at 9:51 pm -
Hi, To spread I/O on multiple disks of the HBase cluster, I set the property "hbase.local.dir" in hbase-site.xml to a comma-separated list of directories on different disks as follows: <property ...
Tao Xiao
Dec 20, 2013 at 7:12 am
Dec 21, 2013 at 2:32 am -
Sorry if it may sounds like an open-end question, but I am wondering why this scenario happened after many region-splits, https://github.com/sentric/hannibal/wiki/Usage#wiki-region_splits It seems to ...
Kim Chew
Dec 19, 2013 at 2:12 am
Dec 19, 2013 at 7:05 pm -
hello all, i was just taking a look at HTable source code to get a bit more understanding about hbase from a client perspective. i noticed that puts are put into a bugger (writeAsyncBuffer) that gets ...
Koert Kuipers
Dec 6, 2013 at 11:06 pm
Dec 10, 2013 at 1:18 pm -
Hi, When I first started learning about HBase I compared the logic of setting new values to something that is similar to the way a tool like Subversion works: When you set a new value you don't ...
Niels Basjes
Dec 9, 2013 at 5:39 pm
Dec 10, 2013 at 4:51 am -
Hi, I set up a hbase cluster(hbase-0.96.0-hadoop2 + hadoop-2.2.0) with 1 master and 3 slaves. Everything seems fine when I use hbase shell on the master. I could create/scan tables. But when I tried ...
Rural Hunter
Dec 6, 2013 at 4:28 pm
Dec 10, 2013 at 1:33 am -
Hi all, I got a trouble in using HRegion's RegionScanner in RegionServer. In my project, a custom RPC server was started in RegionServer using coprocessor mechanism, and it work well. In this RPC ...
Wukang Lin
Dec 3, 2013 at 4:22 pm
Dec 9, 2013 at 2:59 pm -
Hi, We have cluster with 4 data nodes and HBase version is 0.94.10. We have created snapshot for all hbase tables and trying to export snapshot in two ways. option 1.Export snapshot into same cluster ...
Oc tsdb
Dec 2, 2013 at 5:20 pm
Dec 3, 2013 at 3:27 pm -
I think I stopped my master while it was doing a big balancing. At restart, I'm getting the exception below and master exit. All RS are able to start correctly, but not the master. Since master is ...
Jean-Marc Spaggiari
Dec 26, 2013 at 2:01 pm
Dec 27, 2013 at 1:53 pm -
I have SequenceFiles I'd like to convert to HFile. How do I that?
Igor Gatis
Dec 6, 2013 at 4:36 am
Dec 7, 2013 at 2:39 pm -
Hello, I am just starting to use HBase and I am coming from Cassandra world.Here is a quick background regarding my data: My system will be storing data that belongs to a certain category. Currently ...
Kamal Bahadur
Dec 23, 2013 at 11:02 pm
Dec 24, 2013 at 1:39 am -
Hi , Is there a way where i can read record in region directly? Example : If my table is splited into 8 region and i have 4 RS(Each has 2 region) . I have control on my Rowkey split. Now i need to ...
Syed Abdul Kather
Dec 13, 2013 at 1:39 pm
Dec 14, 2013 at 6:49 pm -
Hi, Our production cluster is in distributed mode with 5 servers as zookeeper quorum. While accessing production HBase server from our application we are getting zookeeper.znode.parent mismatch ...
Sandeep L
Dec 13, 2013 at 6:48 am
Dec 13, 2013 at 8:13 am -
Hi, I encounter this problem: 13/12/10 13:25:15 WARN client.HConnectionManager$HConnectionImplementation: Encountered problems when prefetch META table: java.io.IOException: HRegionInfo was null or ...
Andrea
Dec 10, 2013 at 1:30 pm
Dec 10, 2013 at 2:30 pm -
Hi, we are taking tsdb data backup using HBase snapshots. We tested the scenario as mentioned below: 1. Created snapshots and exported all snapshots successfully. Exported data contains ...
Oc tsdb
Dec 9, 2013 at 11:25 am
Dec 10, 2013 at 10:47 am -
I try to delete multiple columns for the same row in HBase. I checked the API for the "Delete" class, method "deleteColumns", and have some confusion. Basically, I am not sure: if I should call ...
S. Zhou
Dec 31, 2013 at 1:19 am
Dec 31, 2013 at 2:30 am -
Thanks. Should we now go remove the 0.96.1 release from mirrors ?
Elliott Clark
Dec 19, 2013 at 11:39 pm
Dec 20, 2013 at 2:15 pm -
hi, folks, we are currently using both calls. They are being deprecated. Wondering what APIs should be used to replacement them? many thanks Demai
Demai Ni
Dec 17, 2013 at 9:17 pm
Dec 18, 2013 at 3:04 pm -
Hi, I'm a newbie to hbase and have a question on the rowkey design and I hope this question isn't to newbie-like for this list. I have a question which cannot be answered by knoledge of code but by ...
Wilm Schumacher
Dec 16, 2013 at 3:34 pm
Dec 17, 2013 at 6:16 pm -
hi friends I want to use a filter in hbase to return rows with different prefix... for eg. my rows structure are <id +URLStrings so i want to return rows with 4 <id prefix : <12234 <4534 <134 <4234 ...
fateme Abiri
Dec 17, 2013 at 2:15 pm
Dec 17, 2013 at 3:31 pm -
Hi Folks We upgraded our cluster to CDH4.5.0 recently, HBase version is 0.94.6-cdh4.5.0 now. Our client program(written in Python) cannot save data by using Thrift, there are errors happen when we ...
Ramon Wang
Dec 17, 2013 at 9:15 am
Dec 17, 2013 at 10:13 am -
I have just started to experiment with Hbase in our cluster. I have an secure Hbase cluster setup and would like to create an external Hive table around several of our Hbase tables. This works fine ...
Justin Workman
Dec 9, 2013 at 4:36 pm
Dec 16, 2013 at 12:40 am -
I have a distributed Hbase cluster that will not start. It looks like there is a table that is an inconsistent state: 2013-12-10 07:40:50,447 FATAL org.apache.hadoop.hbase.master.HMaster: Unexpected ...
Daya, Raheem
Dec 10, 2013 at 5:20 pm
Dec 10, 2013 at 6:46 pm -
Hi, In a different thread, we were discussing good and better schema designs. In order to really understand why one should or should not do something, its kind of important to understand the ...
Michael Segel
Dec 8, 2013 at 5:36 pm
Dec 10, 2013 at 7:55 am -
Hi, We are trying to understand how and where exactly LSM tress are used in HBase. Currently as per our understanding, while flushing memstore to Store files and while HFile compaction it is used ...
AnilKumar B
Dec 4, 2013 at 10:50 am
Dec 9, 2013 at 3:58 pm -
Any one knows what compaction queue size is meant? By doc's definition: *9.2.5.* hbase.regionserver.compactionQueueSize Size of the compaction queue. This is the number of stores in the region that ...
林煒清
Dec 2, 2013 at 6:00 am
Dec 7, 2013 at 1:25 pm -
Hi, I have the desire to find the columns that have not been updated for more than a specific time period. So I want to do a scan against the columns with a timerange. The normal behavior of HBase is ...
Niels Basjes
Dec 6, 2013 at 5:42 pm
Dec 7, 2013 at 2:27 am -
Hi, While exporting HBase snapshots we need to specify number of mappers to use as mentioned below.To get better performance how many mappers can be used and please let us know based on which ...
Oc tsdb
Dec 5, 2013 at 12:58 pm
Dec 6, 2013 at 2:17 pm -
Hello, I am seeking some advice on my hbase issue. I am trying to configure a system that will eventually load and store approximately 50GB-80GB of data daily. This data consists of files that are ...
Bill Sanchez
Dec 3, 2013 at 11:45 pm
Dec 4, 2013 at 2:51 am -
Hi, I have a simple hbase table of approx. 1000 rows. If I invoke the htable.delete() on this table in a while loop - it doesn't throw any error or exception. But at the end of operation - I see that ...
Mrudula Madiraju
Dec 2, 2013 at 11:02 pm
Dec 3, 2013 at 3:46 pm -
Hi I have some 2000+ of Auto-Region created which I want to make down to a less number. I am using Hbase 0.94, is there a way I can merge the Region without loosing or dirtying up the data. Thanks!
Vineet Mishra
Dec 2, 2013 at 1:51 pm
Dec 2, 2013 at 2:44 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 89 |
posts | 483 |
users | 108 |
website | hbase.apache.org |
108 users for December 2013
Archives
- June 2016 (130)
- May 2016 (187)
- April 2016 (267)
- March 2016 (237)
- February 2016 (206)
- January 2016 (173)
- December 2015 (189)
- November 2015 (166)
- October 2015 (238)
- September 2015 (226)
- August 2015 (236)
- July 2015 (259)
- June 2015 (262)
- May 2015 (435)
- April 2015 (391)
- March 2015 (360)
- February 2015 (353)
- January 2015 (313)
- December 2014 (217)
- November 2014 (436)
- October 2014 (434)
- September 2014 (467)
- August 2014 (605)
- July 2014 (504)
- June 2014 (356)
- May 2014 (390)
- April 2014 (509)
- March 2014 (551)
- February 2014 (483)
- January 2014 (554)
- December 2013 (483)
- November 2013 (488)
- October 2013 (534)
- September 2013 (620)
- August 2013 (753)
- July 2013 (694)
- June 2013 (579)
- May 2013 (633)
- April 2013 (722)
- March 2013 (677)
- February 2013 (772)
- January 2013 (761)
- December 2012 (742)
- November 2012 (798)
- October 2012 (785)
- September 2012 (681)
- August 2012 (802)
- July 2012 (803)
- June 2012 (586)
- May 2012 (768)
- April 2012 (522)
- March 2012 (643)
- February 2012 (636)
- January 2012 (655)
- December 2011 (563)
- November 2011 (556)
- October 2011 (540)
- September 2011 (680)
- August 2011 (756)
- July 2011 (778)
- June 2011 (830)
- May 2011 (828)
- April 2011 (1,051)
- March 2011 (1,095)
- February 2011 (753)
- January 2011 (1,000)
- December 2010 (755)
- November 2010 (561)
- October 2010 (529)
- September 2010 (770)
- August 2010 (461)
- July 2010 (634)
- June 2010 (506)
- May 2010 (458)
- April 2010 (518)
- March 2010 (843)
- February 2010 (363)
- January 2010 (578)
- December 2009 (414)
- November 2009 (542)
- October 2009 (578)
- September 2009 (428)
- August 2009 (493)
- July 2009 (610)
- June 2009 (459)
- May 2009 (351)
- April 2009 (357)
- March 2009 (328)
- February 2009 (302)
- January 2009 (341)
- December 2008 (342)
- November 2008 (274)
- October 2008 (362)
- September 2008 (311)
- August 2008 (298)
- July 2008 (326)
- June 2008 (158)
- May 2008 (190)
- April 2008 (168)
- March 2008 (150)
- February 2008 (136)