Search Discussions
-
Hi all, I'm having an issue with getting HBase to run. I'm following this tutorial: http://hbase.apache.org/book.html#start_hbase When I run that command [ bin/start-hbase.sh start ], nothing ...
Yves S. Garret
Apr 25, 2013 at 4:53 pm
May 29, 2013 at 5:37 pm -
Hello, We're doing some performance testing of the essential column family feature, and we're seeing some performance degradation when comparing with and without the feature enabled: Performance of ...
James Taylor
Apr 7, 2013 at 6:05 am
Apr 10, 2013 at 5:31 am -
Hi All, We are using HBase 0.94.5 and Hadoop 1.0.4. We have HBase cluster of 5 nodes(5 regionservers and 1 master node). Each regionserver has 8 GB RAM. We have loaded 25 millions records in HBase ...
Ankit Jain
Apr 13, 2013 at 3:11 pm
Sep 30, 2013 at 11:34 am -
What is the difference between a NoSQL database like HBase and a data warehouse? Doesn’t both store data from disparate sources and formats? -- View this message in context ...
Kiran
Apr 28, 2013 at 3:48 am
Apr 30, 2013 at 6:42 pm -
Hello, I am newer for hbase, but i have some experience on cassandra. In the official document, it is said prefer to use rows instead of columns. I don't know whether I should follow. This is my user ...
Shawn du
Apr 7, 2013 at 6:29 pm
Apr 28, 2013 at 3:24 pm -
This feels like a stupid mistake I'm making somewhere but I searched for quite a while and did not find any evidence that anybody else reported this problem. I'm trying to use hbase shell to call the ...
Robin Gowin
Apr 18, 2013 at 3:49 pm
Apr 26, 2013 at 1:42 pm -
Hi, We are facing problems with really slow HBase region server recoveries ~ 20 minuted. Version is hbase 0.94.3 compiled with hadoop.profile=2.0. Hadoop version is CDH 4.2 with HDFS 3703 and HDFS ...
Varun Sharma
Apr 19, 2013 at 1:01 am
Apr 22, 2013 at 7:52 am -
Hi, I have a rowkey defined by : getMD5AsHex(Bytes.toBytes(myObjectId)) + String.format("%19d\n", (Long.MAX_VALUE - changeDate.getTime())); How could I get the previous and next row for a given ...
Ricla
Apr 29, 2013 at 3:03 pm
May 1, 2013 at 2:22 pm -
Hi, I have been trying to play around with the regionserver handler count. What I noticed was, the cluster comes up fine up to a certain point, ~7500 regionserver handler counts. But above that the ...
Viral Bajaria
Apr 28, 2013 at 8:31 pm
Apr 30, 2013 at 9:53 am -
Hi Is it possible to completely overwrite/replace a row in a single _atomic_ action? Already existing columns and qualifiers should be removed if they do not exist in the data inserted into the row ...
Kristoffer Sjögren
Apr 19, 2013 at 5:54 pm
Apr 22, 2013 at 10:59 pm -
Hello, I am using HBase 0.94.6 on CDH 4.2 and trying to export a snapshot to another cluster (also CDH 4.2), but this is failing repeatedly. The table I am trying to export is approximately 4TB in ...
Sean MacDonald
Apr 22, 2013 at 7:12 pm
Apr 29, 2013 at 5:01 pm -
14
Read thruput
Hi All, I am trying to use Hbase for real-time data retrieval with a timeout of 50 ms. I am using 2 machines as datanode and regionservers, and one machine as a master for hadoop and Hbase. But I am ...Vibhav Mundra
Apr 1, 2013 at 10:09 am
Apr 4, 2013 at 4:22 am -
Hi, quick question. How are the data from the map tasks partitionned for the reducers? If there is 1 reducer, it's easy, but if there is more, are all they same keys garanteed to end on the same ...
Jean-Marc Spaggiari
Apr 10, 2013 at 12:50 pm
Apr 11, 2013 at 11:53 am -
The problem is that when I'm putting my data (multithreaded client, ~30MB/s traffic outgoing) into the cluster the load is equally spread over all RegionServer with 3.5% average CPU wait time ...
Kzurek
Apr 24, 2013 at 10:13 am
Sep 9, 2014 at 8:45 pm -
Hi, Maybe there is an obvious way but i'm not seeing it. I have a need to query HBase for multiple chunks of data, that is something equivalent to select columns from table where rowid between A and ...
Graeme Wallace
Apr 8, 2013 at 6:24 pm
Apr 9, 2013 at 3:01 am -
10
checkAnd...
Hi, I want to increment a cell value only after checking a condition on another cell. I could find checkAndPut/checkAndDelete on HTableInteface. It seems that checkAndIncrement (and checkAndAppend) ...Lior Schachter
Apr 27, 2013 at 1:02 pm
May 16, 2013 at 3:21 am -
Hi, All, I'd like to add a global timestamp oracle on Zookeep to assign globally unique timestamp for each Put/Get issued from HBase cluster. The reason I put it on Zookeeper is that each Put/Get ...
Yun peng
Apr 16, 2013 at 12:14 pm
Apr 27, 2013 at 12:19 am -
Hi, all I'm evaluating hbase-0.94.6.1 and i have 48 regions on 2 node cluster. I was restarting on of RSs and after that tried to balance cluster by running balancer from shell. After running command ...
Samir Ahmic
Apr 12, 2013 at 4:00 pm
Apr 12, 2013 at 6:23 pm -
Hi all, Anyone has an idea what's going wrong here? I've downloaded the HBase 0.94.6.1 tarball, installed HBase on my Mac OS X 10.8 box but get always the same error launching the hbase shell ...
Christoph Pilka
Apr 6, 2013 at 12:34 am
Apr 6, 2013 at 7:31 am -
Hello, I have a question. I have a table where i store data in the column qualifiers(the values itself are null). I just have 1 column family. The number of columns per row is variable (1~ few ...
Prakash Kadel
Apr 3, 2013 at 1:43 pm
Apr 3, 2013 at 3:42 pm -
Hi, I have an hbase cluster where I have a table with a composite key. I map this table to a Hive external table using which I insert/select data into/from this table: CREATE EXTERNAL TABLE event(key ...
Rupinder Singh
Apr 30, 2013 at 5:49 pm
May 2, 2013 at 4:02 am -
Hi, I'm having two tables - CUSTOMERS(60000 + rows) and PRODUCTS(1000851 rows). The table structures are : CUSTOMERS rowkey : CUSTOMER_ID column family : CUSTOMER_INFO columns : NAME EMAIL ADDRESS ...
Omkar Joshi
Apr 17, 2013 at 9:49 am
Apr 22, 2013 at 6:41 am -
Hi all, I had a regionserver crushed during counters increment. Looking at the regionserver log I saw: org.apache.hadoop.hbase.DroppedSnapshotException: region: TABLE_NAME, ROW_KEY...at ...
Amit Sela
Apr 17, 2013 at 8:30 am
Apr 17, 2013 at 6:35 pm -
Hi, Is there an explicit specification of the behavior of max versions (set in a get/scan) when combined with filters? From my experiments (with 0.92 CDH4.1.2), the max versions is applied in a way ...
Christophe Taton
Apr 5, 2013 at 6:20 pm
Apr 9, 2013 at 5:57 pm -
Hello, This is a follow-up to my previous post a few days back. I am trying to connect to 2 different Hadoop clusters' setups through a same client but I am running into the issue that the config of ...
Shahab Yunus
Apr 26, 2013 at 10:52 pm
Apr 28, 2013 at 12:44 pm -
Hello, We use HBase core processor endpoint to process realtime data. But when I use coreprocessorExec method to scan table and pass startRow and endRow. It always scan all table instead of the ...
GuoWei
Apr 19, 2013 at 9:54 am
Apr 20, 2013 at 5:35 am -
Hi, I'm using HBase 0.94.5 with thrift server. I'm trying to get the rows from HBase using org.apache.hadoop.hbase.thrift.generated.Hbase.Client.getRows(ByteBuffer, List<ByteBuffer , Map<ByteBuffer, ...
Anand nalya
Apr 11, 2013 at 3:20 pm
Apr 12, 2013 at 2:33 pm -
Hi, I can stop region server by using HBaseAdmin class but cannot start. How can I start region server by using Hbase API? HRegionServer class has startRegionServer method, Can I use this class? -- ...
Mehmet Simsek
Apr 19, 2013 at 12:16 pm
Apr 20, 2013 at 12:10 pm -
HI, from web ui I find one of my 5 regionserver missing, and check the log find: ***************************************************************************************** [[email protected] logs]$ tail ...
Hua beatls
Apr 17, 2013 at 7:38 am
Apr 17, 2013 at 9:31 am -
Hello, I had an interesting problem come up recently. We have a few thousand regions across 8 datanode/regionservers. I made a change, increasing the heap size for hadoop from 128M to 2048M which ...
Brennon Church
Apr 12, 2013 at 5:51 am
Apr 15, 2013 at 6:01 pm -
Hello, I cannot see what is amiss with the following configuration. I have followed, to the best of my knowledge, the instructions to a "T". If anyone could shed some light, I would be grateful. All ...
Jeff Blaine
Apr 3, 2013 at 8:21 pm
Apr 4, 2013 at 12:37 am -
Hi I am new to HBase, I have been trying to POC an application and have a design questions. Currently we have a single table with the following key design jobId_batchId_bundleId_uniquefileId This is ...
Cameron Gandevia
Apr 26, 2013 at 7:50 pm
May 2, 2013 at 6:10 pm -
Hi, I get the following error with scala HBaseConfiguration.create() java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is ...
Håvard Wahl Kongsgård
Apr 29, 2013 at 5:05 pm
May 2, 2013 at 8:22 am -
Hi, I am just reading about region splitting. By default - as I understand - Hbase handles splitting the regions. I just don't know how to imagine on which key it splits the regions. 1) For example ...
Pal Konyves
Apr 20, 2013 at 5:52 pm
Apr 21, 2013 at 11:22 am -
Hi, I'm trying to connect from a Java client running on a Windows desktop machine to a remote HBase cluster running in the distributed mode(atop 2-node Hadoop cluster). 1. On the master(namenode)node ...
Omkar Joshi
Apr 15, 2013 at 5:12 am
Apr 15, 2013 at 11:15 am -
Hi guys: I get the jvm error with these information: 2013-04-07 23:36:58,344 FATAL org.apache.hadoop.hbase.regionserver.HRegionServer: ABORTING region server a2,60020,1365323145468: Unhandled ...
Jian fan
Apr 8, 2013 at 1:28 am
Apr 8, 2013 at 5:41 am -
Hi All. There is confused understanding about region-regionser locality. from the current document , http://hbase.apache.org/book/regions.arch.html 9.7.3. Region-RegionServer Locality Over time, ...
KIM JUN YOUNG
Apr 4, 2013 at 3:03 pm
Apr 4, 2013 at 6:51 pm -
Hi, If a region is being written to, and a scanner takes a lease out on the region, what will happen to the writes? Is there a concept of "Transaction Isolation Levels"? I don't see errors in Puts ...
Aaron Zimmerman
Apr 25, 2013 at 8:10 pm
Apr 29, 2013 at 6:32 pm -
Hello list, I was wondering how to create a multi-row-mutation with precondition-constraints. Something like this: public boolean[] multiCheckAndPut(byte[]row, byte[] family, byte[] column, List<Put ...
Em
Apr 27, 2013 at 3:10 pm
Apr 28, 2013 at 8:09 am -
Folks: This is my first post on the HBase user mailing list. I have the following scenario: I've a HBase table of upto a billion keys. I'm looking to support an application where on some user action, ...
Sudarshan Kadambi (BLOOMBERG/ 731 LEXIN)
Apr 25, 2013 at 9:44 pm
Apr 25, 2013 at 10:45 pm -
This is with HBase 0.94.4 & CDH 4.1.1 This morning one our region servers (we have 44) stopped responding to the '/jmx' request. (It's working for regular activity.) Additionally, the region server ...
Buckley,Ron
Apr 23, 2013 at 1:57 pm
Apr 24, 2013 at 6:30 pm -
Hi folks, I reorganized the Schema Design case studies 2 weeks ago and consolidated them into here, plus added several cases common on the dist-list ...
Doug Meil
Apr 19, 2013 at 10:40 pm
Apr 22, 2013 at 1:41 am -
I are planning to create a "scheduled task list" table in our hbase cluster. Essentially we will define a table with key timestamp and then the row contents will be all the tasks that need to be ...
Kireet Reddy
Apr 15, 2013 at 5:17 pm
Apr 20, 2013 at 11:11 pm -
We have a 3 node cluster in production with the zookeeper instances running on each node. I checked the memory usage for QuorumPeerMain using 'cat /proc/<processid /status' and it shows that the ...
Rohit Kelkar
Apr 18, 2013 at 3:22 pm
Apr 19, 2013 at 6:26 pm -
Hi, I'm having the a table named ORDERS with 1000851 rows: rowkey : ORDER_ID column family : ORDER_DETAILS columns : CUSTOMER_ID PRODUCT_ID REQUEST_DATE PRODUCT_QUANTITY PRICE PAYMENT_MODE I'm using ...
Omkar Joshi
Apr 17, 2013 at 11:53 am
Apr 19, 2013 at 10:01 am -
Hi, When I use HTablePool to perform some HBase data loading operations, I encountered a problem where the Put operation seemed to hang forever. A little bit of digging shows that the default client ...
Jim the Standing Bear
Apr 10, 2013 at 2:56 pm
Apr 10, 2013 at 4:19 pm -
hi, There are some physical machines which each one contains a large ssd(2T) and general disk(4T), and we want to build our hdfs and hbase environment. If we use all storage(6T) as each machine ...
Bing Jiang
Apr 9, 2013 at 11:42 am
Apr 10, 2013 at 5:07 am -
Hi, I have a table "service_counters" that has service id as row id. There is a column family "stats-hourly" that stores counters related to that service per hour. I have set TTL to be 7 days for the ...
Ashish Nigam
Apr 3, 2013 at 6:34 pm
Apr 4, 2013 at 12:54 am -
Hi, When i try to restart the HBase service i see the following errors in my Hbase Master log, 2013-04-02 03:37:29,713 INFO org.apache.hadoop.hbase.master.metrics.MasterMetrics: Initialized ...
Praveen Bysani
Apr 2, 2013 at 4:20 am
Apr 2, 2013 at 10:20 am -
Is it possible to prioritize writes over reads in HBase? I'm facing some I/O read related issues that influence my write clients and cluster in general (constantly growing store files on some RS) ...
Kzurek
Apr 24, 2013 at 10:25 am
May 8, 2013 at 1:30 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 116 |
posts | 722 |
users | 144 |
website | hbase.apache.org |
144 users for April 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)