Search Discussions
-
18
hbase doubts
1.Is there any max limit on key size of hbase table. 2.Is multiple small tables vs one large table which one is preferred. 3.for bulk load -when LoadIncremantalHfile is run it again recalculates the ...Shushant Arora
Aug 17, 2015 at 1:45 pm
Aug 19, 2015 at 4:21 pm -
I have a table with 2 column families, call them A and B, with new data regularly being added. They are very different sizes: B is 100x the size of A. Among other uses for this data, I have a ...
Dave Latham
Aug 1, 2015 at 2:17 pm
Aug 3, 2015 at 7:23 pm -
Hi all, Since I kerberized my cluster, it seems like I can't use HBase anymore ... For example, executing create 'toto','titi' on HBase shell results in the printing of this line endlessly : WARN ...
Loïc Chanel
Aug 20, 2015 at 12:46 pm
Sep 1, 2015 at 1:06 pm -
Hi, we are using version 1.0.0+cdh5.4.4+160 We have heavy write load, ~ 10K per econd We have 10 nodes 7 disks each. I read some perf notes, they state that HBase can handle 1K per second writes per ...
Serega Sheypak
Aug 11, 2015 at 10:23 am
Aug 13, 2015 at 1:14 pm -
Hi, I'm curious about how exactly region movement works with regard to data transfer. To my understanding from the docs given an HDFS-backed cluster, a region movement / transition involves changing ...
Donmai
Aug 25, 2015 at 4:36 pm
Aug 27, 2015 at 2:19 pm -
Hi, We wanted to have deleted data for a week. So we configured MIN_VERSIONS = 1 KEEP_DELETED_CELLS = TTL TTL = 1 week. As per our understanding, after 1 week the deleted data becomes available for ...
Mukund murrali
Aug 5, 2015 at 6:34 am
Aug 20, 2015 at 5:25 pm -
Hi, I am using HBase 0.98 with HFiles of majorVersion 3. Is it possible to get and set cell tags from the HBase shell utility? I have been looking at various JIRAs and see some example client testing ...
Suresh Subbiah
Aug 31, 2015 at 7:25 pm
Sep 11, 2015 at 12:06 am -
Hello, HBase RegionServers fail once in a while: - it can be any regionserver, not always de same - it can happen when all the cluster is idle (at least not executing any human launched task) - it ...
Adrià Vilà
Aug 7, 2015 at 8:01 am
Aug 10, 2015 at 5:17 pm -
Quick question here. Compactions seems to be triggered when we flush automatically, but not when we flush manually. for 1 to 10 put into a table flush the table end of for Will create 10 files, and ...
Jean-Marc Spaggiari
Aug 5, 2015 at 5:16 pm
Aug 6, 2015 at 7:26 pm -
I'm trying to construct a `Get` the does two things: - Gets a cell by specific, known column qualifier, and - Gets more cells by column qualifier prefix public class Test { public static final byte[] ...
Dmitry Minkovsky
Aug 3, 2015 at 8:40 pm
Aug 4, 2015 at 3:23 am -
Hi, I am trying to use following code to test HBase Thrift interface for Node.js but it is not working. *var thrift = require('thrift');* *var hbase = require('./gen-nodejs/THBaseService');* *var ...
Chandrashekhar Kotekar
Aug 24, 2015 at 12:00 pm
Aug 24, 2015 at 2:25 pm -
Congratulations Stephen.
Ted Yu
Aug 21, 2015 at 2:12 am
Aug 22, 2015 at 3:39 am -
Good morning, I just installed Hbase from brew repository, in MacOSX (Darwin Kernel Version 14.3.0) Hbase 1.0.1, hadoop 2.7.1, zookeeper 3.4.6-1. Lab:~ danielmantovani$ hbase shell SLF4J: Class path ...
Daniel de Oliveira Mantovani
Aug 4, 2015 at 2:25 pm
Aug 5, 2015 at 2:36 pm -
Hello, Is there a Java API support for compound filter (a hierarchy of filters)? What I mean by compound filter is: (Filter1 AND filter2) OR (Filter2 OR filter4) I believe (not sure though) there's ...
Kannan Ramanathan
Aug 17, 2015 at 8:07 pm
Aug 18, 2015 at 2:32 pm -
Hi, Occasionally when I run restore_snapshot on HBase 0.98.10, it appears that the table directory structure created by the restore_snapshot command is not correct: rootdir/data/default/foo Is what ...
Donmai
Aug 26, 2015 at 4:58 pm
Aug 26, 2015 at 7:03 pm -
Hi all, The default size of Hbase.hregion.memstore.flush.size is define as 128 MB for Hbase.hregion.memstore.flush.size. Could anyone kindly explain what would be the impact if we increase this to a ...
Gautam Borah
Aug 24, 2015 at 4:27 pm
Aug 24, 2015 at 6:22 pm -
I'm looking for ways to setup an incremental update task to replicate the MySQL table to HBase. Sqoop seems like an option to import but doesn't seem to handle row updates and deletes. Hoping there ...
Buntu Dev
Aug 14, 2015 at 11:56 pm
Aug 15, 2015 at 12:51 am -
Hello the community, In my case, I want to cleanup the HTables that older than certain days; so we need to get the table's creation time, is there any API to get this? If not, I may have to add such ...
ShaoFeng Shi
Aug 14, 2015 at 9:54 am
Aug 14, 2015 at 2:29 pm -
Hi All, As titled, now we're using 0.98.12 in our product env but would like to do some planing for upgrading to branch-1. I could see 1.1.2 is coming soon but 1.2 is also in progress w/ some ...
Yu Li
Aug 24, 2015 at 9:41 am
Aug 29, 2015 at 11:39 am -
Hi, I have generated node.js files using Thrift and trying to get a single row from HBase. I am getting thrift.ProcessFunction: Internal error processing get <http://pastebin.com/embed.php?i=r9uqr8iN ...
Chandrashekhar Kotekar
Aug 24, 2015 at 2:32 pm
Aug 25, 2015 at 6:23 am -
Hi Recently we tried adding a new regionserver to the cluster. The region server had the following logs for all the regions it tried to open. 2015-08-14 01:23:52,175 ERROR ...
Mukund murrali
Aug 20, 2015 at 11:58 am
Aug 21, 2015 at 11:53 am -
Hello, I'm new to HBase, so pardon the stupid question. Hbase is meant to run on HDFS I presume, although it is not the default on the 'single host' setup. My question is: assuming I have a HDFS ...
MrE
Aug 20, 2015 at 3:32 pm
Aug 20, 2015 at 3:47 pm -
Hi all I have been trying to run hbase on a standalone mode with 1.1.0 and 0.98 versions without luck. Can some one please guide me on what to do. I have wasted one whole day for this. I always end ...
Rakesh sharma
Aug 15, 2015 at 5:57 pm
Aug 15, 2015 at 7:29 pm -
I'm planning on writing a time series of user action events including user profile, attributes and product purchase transactions to answer these questions/queries: - What are the events leading up to ...
Buntu Dev
Aug 27, 2015 at 6:58 pm
Aug 27, 2015 at 10:22 pm -
Hi How many ways about hbase pre-split? thank u very much! Best regards! Jackie
Jackiehbaseuser
Aug 27, 2015 at 1:38 am
Aug 27, 2015 at 12:33 pm -
Hi I want to the mornitor the Hbase(based hbase 0.96.2),which tool can i choose ! Thank u very much! Best regards! qiguo
Jackiehbaseuser
Aug 20, 2015 at 12:25 pm
Aug 20, 2015 at 5:06 pm -
Hi. I used PerformanceEvaluation randomWrite for perf measurement. Here are my metrics: -- Timers ---------------------------------------------------------------------- .putTimer count = 3944591 mean ...
Serega Sheypak
Aug 13, 2015 at 8:23 am
Aug 13, 2015 at 7:52 pm -
hi,all: I use the HBase version is hbase-0.96.0.This afternoon,I met a problem. dead loop small compact in the region server log. Regionserver on the log is as follows: 2015-08-07 16:03:24,406 INFO ...
聪聪
Aug 7, 2015 at 9:16 am
Aug 10, 2015 at 7:56 am -
Hi, I need to implement a limited sql like filter+group+order, and the group is on a fixed-length prefix of the rowkey (fixed per query), and the results are multiple metrics including some custom ...
Nicolae Marasoiu
Aug 7, 2015 at 4:43 pm
Aug 9, 2015 at 3:31 am -
Hi All How does HBase flush memstore besides the configuration in [hbase.hregion.memstore.flush.size]? I believe we set flush size to 64M, but I find many *small* memstore flush logs as below ...
Chang Chen
Aug 1, 2015 at 8:15 am
Aug 2, 2015 at 1:54 pm -
I'm planning on ingesting web page events via Flume to HBase and wanted to know if there are any ways HBase related projects to define rules to trigger an action if given criteria is met. For ...
Buntu Dev
Aug 26, 2015 at 7:39 am
Aug 26, 2015 at 9:14 am -
Hi How many ways when i design the hbase rowkey ,and give some examples. Thank u very much! Best regards! qiguo
Jackiehbaseuser
Aug 23, 2015 at 3:01 pm
Aug 23, 2015 at 3:52 pm -
Hello, Which is the fastest way to dump the content of Hbase table to Hdfs? is it possible to use the hbase snapshot + Spark to do this? now we have already use the hbase snapshot + mapreduce-v2(does ...
Dong.yajun
Aug 19, 2015 at 3:11 pm
Aug 19, 2015 at 3:52 pm -
hi, I was read the source code of hbase-client recently,and I have a question,what's the different between class ClientScanner and ClientSmallScanner?What's make the ClientSmallScanner get a better ...
Whodarewin2006
Aug 18, 2015 at 3:11 pm
Aug 18, 2015 at 3:38 pm -
Folks, I’d like to get REST gateway impersonation going on my cluster but I’m a little confused by the docs (section 55.8 of the reference guide for the version I’m using, 0.98.13.) As I understand ...
Rose, Joseph
Aug 10, 2015 at 9:55 pm
Aug 10, 2015 at 11:01 pm -
Hi, I have some difficulties understanding the "ExecutorService parameter" for HConnectionManager.createConnection and HConnection.getTable. 1 what's this executorService used for? is it used only ...
Mike Fang
Aug 10, 2015 at 9:28 pm
Aug 10, 2015 at 10:02 pm -
Hi all, We have two hbase cluster (one prod, one backup) running hbase 0.94.6 (from cdh4.) and have setup master-master replication. Last week we find the .oldlogs in the prod cluster was growing ...
Shuai Lin
Aug 7, 2015 at 7:14 am
Aug 7, 2015 at 9:07 am -
Hi, I am using HBase in collaboration with Apache Flink… Unfortunately the Flink-Cluster is not able to deal with tables that are split over more than one region server. The clients are just shutting ...
Lydia Ickler
Aug 6, 2015 at 8:43 pm
Aug 6, 2015 at 10:23 pm -
I've been thinking of creating a new Twemproxy/Thrift (https://github.com/twitter/twemproxy) like proxy for HBase that would be based on using (as the underlying transport protocol) the native ...
Amit Mor
Aug 5, 2015 at 7:30 am
Aug 5, 2015 at 5:45 pm -
Hi all, I'm having the issue of OutOfOrderScannerNextException, which in this case happens in scan with fuzzy row filter and only for a specific arguments, i.e. some fuzzy filter arguments work ...
Michal Haris
Aug 4, 2015 at 9:49 pm
Aug 4, 2015 at 10:23 pm -
Hi All We use HBase 0.96.1.1, and find a very strange issue which looks like CompactSplitThread is waiting for something! The following logs are from problematic RegionServer: 2015-07-29 10:15:39,702 ...
Chang Chen
Aug 3, 2015 at 12:18 pm
Aug 3, 2015 at 12:51 pm -
I was able to successfully export data to S3 using below command. hbase org.apache.hadoop.hbase.mapreduce.Export docs s3n://KEY:[email protected]/data/bkp1 1440760612 1440848237 and I was able to ...
Arun Patel
Aug 29, 2015 at 2:32 pm
Aug 29, 2015 at 2:32 pm -
I think Dinesh was referring to: http://docs.oracle.com/javase/7/docs/api/java/lang/Process.html Cheers
Ted Yu
Aug 13, 2015 at 10:30 pm
Aug 13, 2015 at 10:30 pm -
On behalf of the development community, I'm pleased to announce the release of YCSB version 0.3.0. Highlights: * Apache HBase 1.0 support * Aerospke 3.5 support (new) * Apache Cassandra 2.0 CQL ...
Govind Kamat
Aug 11, 2015 at 12:15 am
Aug 11, 2015 at 12:15 am -
Heya, One of our "advertised features" on 1.1 is a shaded packaging of client jars. Initial patches went through but it seems the feature is not standing up to more thorough testing. A number of ...
Nick Dimiduk
Aug 10, 2015 at 5:46 pm
Aug 10, 2015 at 5:46 pm -
I'm looking into how to apply changes to Mysql table to HBase and came across this list of projects to stream the binlog events but not sure how these changes events get parsed to be applied to HBase ...
Buntu Dev
Aug 6, 2015 at 6:45 pm
Aug 6, 2015 at 6:45 pm -
Hi St.Ack and thanks, I just gave Twemproxy as an example for the concept and need, no Redis/Memcached in this case. The core of the concept (if it solves anything...) is that every client node ...
Amit Mor
Aug 6, 2015 at 8:06 am
Aug 6, 2015 at 8:06 am -
Hi, We are using HDP 2.1, already upgrading to 2.2, ready for 2.3, meaning we have 0.98.0 and 0.98.4 currently on different environments. I saw in last let's say two months, before we started ...
Dejan Menges
Aug 3, 2015 at 2:53 pm
Aug 3, 2015 at 2:53 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 48 |
posts | 236 |
users | 54 |
website | hbase.apache.org |
54 users for August 2015
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)