Search Discussions
-
Hi, I have a table in hbase which has more than 5GB of data, it is distributed at 101 regions at 5 regionservers. When I execute an endpoint which is supposed to fetch a column qualifier value using ...
Kumar, Deepak8
Mar 12, 2013 at 5:52 am
Apr 2, 2013 at 6:52 am -
Hi all, I have set up Hbase in pseudo distributed mode. I am using hadoop-1.1.2 hbase-0.94.6 and setup files are in Home directory. content of ~/hbase-0.94.6/conf/hbase-site.xml is <configuration ...
Alok Singh Mahor
Mar 30, 2013 at 2:03 pm
Apr 5, 2013 at 11:48 am -
Hi Nick, As an HBase user I would welcome this addition. In addition to the proposed list of datatypes A UUID/GUID type would also be nice to have. Regards, /David
David Koch
Mar 14, 2013 at 4:52 pm
Mar 19, 2013 at 8:39 pm -
We are using a 6-node HBase cluster with a Thrift Server on each of the RegionServer nodes, and trying to evaluate maximum write throughput for our use case (which involves many processes sending ...
Dan Crosta
Mar 1, 2013 at 12:17 pm
Mar 5, 2013 at 7:05 am -
I have key in the form of "hashedid + timestamp" but when I run scan I get rows for almost every value. For instance if I run scan for 'azzzaaa' that doesn't even exist even then I get the results ...
Mohit Anchlia
Mar 28, 2013 at 4:16 am
Mar 30, 2013 at 4:38 pm -
Hey guys, as I sent in an email a long time ago, the RSs in my cluster did not get along and crashed 3 times a day. I tried a lot of options we discussed in the emails, but it not solved the ...
Pablo Musa
Mar 8, 2013 at 3:45 pm
Apr 3, 2013 at 9:41 pm -
It was suggested to me that there might be a way to delete a cell in a column for a particular timestamp, without masking all older values. Is this true? Or have I been fed lies? Thanks! Natty -- ...
Jonathan Natkins
Mar 7, 2013 at 5:55 pm
Mar 8, 2013 at 3:20 am -
Hi, The issue that I am facing is around the performance drop of Hbase, when I was having 20 columns in a column family Vs now when I am having 40 columns in a column family. The number of columns ...
Pankaj Misra
Mar 25, 2013 at 4:56 pm
Mar 27, 2013 at 10:33 pm -
Hi all, I've been lurking here for a while, so thanks for all the valuable tips and guidance you've given so far. I'm running some experiments to understand where to use coprocessors. One interesting ...
Kim Hamilton
Mar 5, 2013 at 1:14 am
Mar 8, 2013 at 2:12 am -
Hi All Pls welcome Anoop, our newest committer. Anoop's work in HBase has been great and he has helped lot of users in the mailing list. He has contributed features related to Endpoints and CPs ...
Ramkrishna vasudevan
Mar 10, 2013 at 4:42 pm
Mar 20, 2013 at 3:17 pm -
Dear All, I had some miserable experience with gets (batch gets) in hbase. I have two tables with different rowkeys, columns are distributed across the two tables. Currently what I am doing is scan ...
Kiran
Mar 6, 2013 at 4:36 am
Mar 6, 2013 at 7:06 am -
Hi, We recently encountered the issue that HBase tables got into a state that was not disabled nor enabled. We found that the root cause was the linux clock skewed more than 5 hours. I googled and ...
Yuling_c
Mar 15, 2013 at 10:49 pm
Mar 18, 2013 at 10:07 pm -
Hi, zookeeper.out is too large, how to reduce this file? it is a online system. Best R. beatls
Hua beatls
Mar 30, 2013 at 1:42 pm
Apr 1, 2013 at 5:02 am -
Given that HBase has it's own cache (block cache and bloom filters) and that all the table data is stored in HDFS, I'm wondering if HBase benefits from OS page cache at all. In the set up I'm using ...
Pankaj Gupta
Mar 20, 2013 at 4:08 pm
Mar 26, 2013 at 3:02 am -
Hi I am using HBase 0.94.2 currently. While using it , its write performance, due to compaction is being affeced by compaction. Please could you suggest some quick tips in relation to how to deal ...
Tarang dawer
Mar 22, 2013 at 11:45 am
Mar 27, 2013 at 9:55 pm -
We occasionally get scanner timeout errors such as "66698ms passed since the last invocation, timeout is currently set to 60000" when iterating a scanner through the Thrift API. Is there any reason ...
Dan Crosta
Mar 17, 2013 at 6:46 pm
Mar 21, 2013 at 7:02 am -
Hi all, I did some testing with HTableInterface#batch() for batching Increments and I was wondering about the returned value Object[]. As I understand (or would expect), the returned value would be ...
Amit Sela
Mar 14, 2013 at 5:35 pm
Mar 15, 2013 at 12:22 am -
Hi, I'm new to the list, just registered for this question. I'm setting up HBase in pseudo-distributed mode. I can run the hbase shell locally, and create tables, put some rows, they are present in ...
Pal Konyves
Mar 20, 2013 at 12:03 am
Mar 24, 2013 at 9:10 pm -
Hi, We are using code similar to https://github.com/jrkinley/hbase-bulk-import-example/ in order to benchmark our HBase cluster. We are running a CDH4 installation, and HBase is version ...
Nicolas Seyvet
Mar 21, 2013 at 3:16 pm
Mar 22, 2013 at 4:33 pm -
Hi, I just want to scan data in memstore, but I saw InternalScan is private class. Is there a way i can do it without change the hbase source code? Thanks, Snake
Snake
Mar 21, 2013 at 9:12 am
Mar 23, 2013 at 7:11 am -
I am trying to connect to hbase that I installed on hadoop that I installed on a ubuntu machine. when using hbase shell, I can create tables and get data. I cannot remotely connect to to hbase (using ...
ranInc
Mar 13, 2013 at 3:33 pm
Mar 18, 2013 at 6:17 pm -
Hi all, should I strictly use only oracle's java 6 only? will I really face problem if I am using openjdk7? if then then what type of problem I will face? is/are anyone using openjdk? or tried that ? ...
Alok Singh Mahor
Mar 30, 2013 at 6:38 pm
Mar 31, 2013 at 5:29 pm -
Hi, We recently encountered a few issues about hbase server incorrect shutdown causing table corruption issues. Basically, if the HBase server was not gracefully shutdown using stop-hbase.sh, instead ...
Yuling_c
Mar 15, 2013 at 10:45 pm
Mar 16, 2013 at 4:01 am -
Hi, All, I want to find all existing values for a given column in a HBase, and would that result in a full-table scan in HBase? For example, given a column C, the table is of very large number of ...
Yun peng
Mar 9, 2013 at 7:12 pm
Mar 11, 2013 at 5:13 am -
Hi, i have one question about rowkey design and presplit table. My usecase: I need store a lot of comments where each comment are for one article and this article has one category. What i need: 1) ...
Lukáš Drbal
Mar 4, 2013 at 10:49 am
Mar 7, 2013 at 10:33 pm -
We are running hbase 0.94.2, cdh4.2 edition. We have the local read shortcut enabled. Since updating to this version I've seen a bunch of WARN messages corresponding to exceptions trying to connect ...
Bryan Beaudreault
Mar 5, 2013 at 9:28 pm
Mar 7, 2013 at 11:07 am -
Hi, We are in process of migrating from 0.92.1 to 0.94.2. A coprocessor was running fine in 0.92. After migrating to 0.94, the client is timing out (java.net.SocketTimeoutException). We are using ...
Agarwal, Saurabh
Mar 28, 2013 at 10:19 pm
Mar 29, 2013 at 2:25 pm -
We recently upgraded multiple clusters to CDH 4.2, which comes with hbase 0.94.2 Since then We've seen region servers die periodically in a way I never saw before on CDH3. Here are the exceptions ...
Bryan Beaudreault
Mar 4, 2013 at 5:01 pm
Mar 4, 2013 at 5:54 pm -
13/03/26 12:46:14 WARN zookeeper.ClientCnxn: Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.ConnectException: Connection refused at ...
Gaurhari dass
Mar 26, 2013 at 7:25 am
Jun 6, 2013 at 3:20 pm -
I was wondering how I can go about evenly splitting an entire table in HBase during table creation[1]. I tried providing the empty byte arrays HConstants.EMPTY_START_ROW and HConstants.EMPTY_END_ROW ...
Cole
Mar 20, 2013 at 10:35 pm
Apr 4, 2013 at 4:30 am -
After noticing a lot of threads, I turned on debugging logging for hbase client and saw this many times counting up constantly: HBaseClient:531 - IPC Client (687163870) connection to ...
Jeff Whiting
Mar 29, 2013 at 6:42 pm
Mar 29, 2013 at 8:06 pm -
Hi, I am running HBase 0.94.6 with Hadoop 2.0.2-alpha. The log keeps printing the following message: 2013-03-25 19:32:15,469 DEBUG org.apache.hadoop.hbase.master.CatalogJanitor: Scanned 1 catalog ...
Jian Fang
Mar 25, 2013 at 7:53 pm
Mar 26, 2013 at 1:52 am -
Hi, I would like to benchmark HBase using some of our distributed applications using custom developed benchmarking scripts/programs. I found the following clients are available. Could you please let ...
Pradeep Kumar Mantha
Mar 20, 2013 at 6:26 am
Mar 20, 2013 at 5:03 pm -
Hi, I have many small MySQL DBs (more than 1000) that need to transfer data into multiple (10) tables in one single hbase cluster concurrently. What will be the best recommended approach ? Thanks.
Lashing
Mar 14, 2013 at 4:27 pm
Mar 15, 2013 at 4:01 pm -
Hello, I want to import a file on HDFS from one cluster A (source) into HBase tables on a different cluster B (destination) using a Mapper job with an HBase sink. Both clusters run HBase. This setup ...
David Koch
Mar 24, 2013 at 12:46 pm
Mar 31, 2013 at 7:38 pm -
Hello all, As I understand it, a common performance tweak is to disable major compactions so that you don't end up with storms taking things out at inconvenient times. I'm thinking that I should just ...
Brennon Church
Mar 21, 2013 at 1:47 pm
Mar 22, 2013 at 1:14 am -
It seems that the answer is no, but I just wanted to make sure I didn't miss something. As far as I can tell, scanning a column on a time range returns just the most recent value within that time ...
Jonathan Natkins
Mar 7, 2013 at 5:09 pm
Mar 7, 2013 at 5:37 pm -
Hi, I'm trying to run HBase in distrbuted mode with 2 region servers, but when starting it, I'm getting the following error: starting master, logging to ...
Anand nalya
Mar 28, 2013 at 3:31 pm
Mar 28, 2013 at 6:26 pm -
Dear, When I run two MR Jobs which will read same Hbase table and write to another same Hbase table at the same time. The result is one job successful finished. And another job crashed. And The ...
GuoWei
Mar 26, 2013 at 6:17 am
Mar 27, 2013 at 3:15 am -
Hello, Is it possible to run a M/R on cluster A over a table that resides on cluster B with output to a table on cluster A? If so, how? I am interested in doing this for the purpose of copying part ...
David Koch
Mar 18, 2013 at 10:10 pm
Mar 26, 2013 at 2:50 pm -
We are facing big region size but small region number of a table. 10 region servers, each has only one region with size over 10G, map slot of each task tracker is 12. We are planning to ‘split’ ...
Lu, Wei
Mar 25, 2013 at 10:03 am
Mar 26, 2013 at 2:38 am -
We have a requirement to support data matching while loading deltas to HBase. I see there is a utility to support bulk loading. http://hbase.apache.org/book/arch.bulk.load.html But is there any way ...
Jignesh Patel
Mar 21, 2013 at 4:04 pm
Mar 24, 2013 at 12:44 pm -
Hello everybody I saw the unusual status on WEB UI(see the attached image). But HBase Shell still works fine. I can scan, put, create table, drop table. Sometimes restarting HBase can get rid of this ...
Kyle Lin
Mar 22, 2013 at 4:08 am
Mar 22, 2013 at 6:24 am -
Hi I have set up HBase and trying to use Thrift-Php to upload an image and then display it. Is there any example or tutorial containing the neccessary php? Thank you. -- View this message in ...
Dimpanagr
Mar 14, 2013 at 1:07 pm
Mar 15, 2013 at 4:25 pm -
It seems to me that a major_compact table command from hbase shell do not fush memstore? When I done with major compact, still some data in memstore and will be flush out to disk when I shut down ...
Liu, Raymond
Mar 12, 2013 at 7:35 am
Mar 13, 2013 at 5:35 am -
When I try to access HBase from a cluster node which is not the zookeeper server I have the following problem: -bash-3.2$ hostname node33 -bash-3.2$ hbase shell HBase Shell; enter 'help<RETURN ' for ...
Ryan Compton
Mar 12, 2013 at 8:48 pm
Mar 12, 2013 at 9:21 pm -
Hi, We are running some high load jobs which are mostly writes. During these jobs, compaction is triggered which takes sometime as longs as 40mins to complete. This causes blocking (as others wait ...
Samar.opensource
Mar 4, 2013 at 6:45 am
Mar 4, 2013 at 1:41 pm -
I have a few use cases where I'd like to leverage HBase's high write throughput to blindly write lots of data even if most of it hasn't changed since the last write. I want to retain ...
Matt Corgan
Mar 3, 2013 at 3:43 am
Mar 3, 2013 at 3:48 pm -
I am reading the following mail: http://www.mail-archive.com/core-user@hadoop.apache.org/msg04066.html After running the following command (I am using Hadoop 1.0.4): bin/hadoop jar ...
Jingguo yao
Mar 26, 2013 at 10:26 am
Apr 1, 2013 at 11:07 am
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 110 |
posts | 677 |
users | 147 |
website | hbase.apache.org |
147 users for March 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)