Search Discussions
-
Hi I have java code: import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.HColumnDescriptor; import ...
Margusja
Apr 10, 2014 at 8:12 am
Apr 12, 2014 at 10:34 pm -
Hi to everybody, I have a probably stupid question: is it a problem to run many mapreduce jobs on the same HBase table at the same time? And multiple jobs on different tables on the same cluster? ...
Flavio Pompermaier
Apr 4, 2014 at 10:09 am
May 28, 2014 at 1:11 pm -
Hey all. I have some questions regarding row key and column design. We want to calculate some metrics based on our page views broken down by hour, day, month and year. We also want this broken down ...
Software Dev
Apr 29, 2014 at 10:34 pm
May 2, 2014 at 12:18 am -
Hi, i am running webapp written on jaxrs framework which performs CRUD opereations on hbase. app was working fine till last week, now when i perform reading opeartion from hbase i don't see any data, ...
Yeshwanth kumar
Apr 22, 2014 at 12:19 pm
Apr 27, 2014 at 7:11 pm -
I have a small hbase cluster with 1 namenode, 1 secondary namenode, 4 datanode. and the hbase master is on the same machine with namenode, 4 hbase slave on datanode machine. I found average requests ...
Li Li
Apr 22, 2014 at 2:40 am
Apr 24, 2014 at 6:59 am -
Hi, iam trying run HBase on hadoop 2.2 but master can't start. I found a message in master log (snipped): 2014-04-23 20:58:24,246 FATAL org.apache.hadoop.hbase.master.HMaster: HBase is having a ...
Lukáš Drbal
Apr 23, 2014 at 7:15 pm
May 22, 2014 at 4:11 am -
I am using HDP 2.0.6, which has 18 nodes(region servers). One of my HBase tables has 50 regions but I found that the 50 regions all stay in just two nodes, not spread evenly in the 18 nodes. I did ...
Tao Xiao
Apr 15, 2014 at 11:40 am
Apr 17, 2014 at 4:55 pm -
Hi Guys I'm using hbase org.apache.hadoop.hbase.mapreduce.Export / org.apache.hadoop.hbase.mapreduce.Import to backup and restore HBase data, at least it's good to me, i would like to know if there ...
R W
Apr 2, 2014 at 5:57 am
Apr 23, 2014 at 8:54 pm -
Hi, When I export large table with 460+ regions, I saw the exportSnapshot job fail sometime (not all the time). The error of the map task is below: But I verified the file highlighted below, it does ...
Tianying Chang
Apr 30, 2014 at 4:21 pm
May 1, 2014 at 4:19 am -
Hi, we use a script to take on a regular basis snapshot's and delete old one's. We recognizes that the web interface of the hbase master was not working any more becaues of too many open files. The ...
Hansi Klose
Apr 17, 2014 at 1:52 pm
May 10, 2014 at 11:04 pm -
hi,maillist: i try check content of storefile use HFile tool,but i get error ,anyone know how to fix it? i use hbase-0.94.6. # hbase org.apache.hadoop.hbase.io.hfile.HFile -v -f ...
Ch huang
Apr 9, 2014 at 3:55 am
Apr 11, 2014 at 9:44 pm -
Hi, All! I need help! I run the java client to write 3million data into HBase, but when wrote almost 1 million, the process was blocked without any exception. Does anyone know the possible reason? So ...
Jingych
Apr 30, 2014 at 1:28 am
May 4, 2014 at 10:48 am -
Dear All, My current hbase environment is heavy write cluster with constant 2000+ insert rows / second spread to 10 region servers. Each day I also need to do data deletion, and that will add a lot ...
Henry Hung
Apr 25, 2014 at 6:07 am
May 2, 2014 at 2:26 am -
After our first release of *HSearch* (announced in this forum) back in December 2010, we have been working at it incorporating customer feedback from their production deployments. Recently, we ...
Shubhendu.singh
Apr 16, 2014 at 10:33 am
Apr 18, 2014 at 2:14 pm -
hi, is hbase 0.94.x versions compatible with hadoop 2.2 i checked the apache hbase website there it mentioned as NT(not tested) thanks, yeshwanth.
Yeshwanth kumar
Apr 30, 2014 at 3:20 pm
May 1, 2014 at 4:31 pm -
Hi, I am planning to write endpoint coprocessor to calculate TOP N results for my usecase. I got confused with old apis and new apis. I followed below links and try to implement. But looks like api's ...
Bogala, Chandra Reddy
Apr 10, 2014 at 11:29 am
Apr 15, 2014 at 5:11 pm -
I want to create a large dateset for HBase with different versions and number of rows. It's about 10M rows and 100 versions to do some benchmarks. What's the fastest way to create it?? I'm generating ...
Guillermo Ortiz
Apr 14, 2014 at 11:51 am
Apr 14, 2014 at 10:03 pm -
Hi All, In a master-slave replication, is it possible to replicate only the addition of rows?. If I delete in the master it shouldn't be deleted in the slave. -- Cheers, Manthosh Kumar. T
Manthosh Kumar T
Apr 4, 2014 at 8:01 am
Apr 9, 2014 at 3:36 pm -
hi all, with the same read/write data, will threads count affect performance? e.g. I have 10,000 write request/second. I don't care the order very much. how many writer threads should I use to obtain ...
Li Li
Apr 28, 2014 at 10:27 am
Apr 29, 2014 at 1:55 am -
Hi all, I understand that there is a significant improvement gain when turning on short circuit reads, and additionally by setting HBase to do checksums rather than HDFS. However, I'm a little ...
Krishna Rao
Apr 24, 2014 at 12:56 pm
Apr 29, 2014 at 7:16 pm -
Hi, How do I get all rows from .META. pertaining to a specific table? I don't want to scan all of .META. and then do a grep on the output since .META. is quite large but I don't know how to use HBase ...
David Koch
Apr 25, 2014 at 9:50 am
Apr 25, 2014 at 4:26 pm -
I have a big table and rows will be added to this table each day. I wanna run a MapReduce job over this table and select rows of several days as the job's input data. How can I achieve this? If I ...
Tao Xiao
Apr 21, 2014 at 3:04 pm
Apr 24, 2014 at 3:18 am -
Mon Apr 14 23:54:40 CST 2014, [email protected], java.io.IOException: java.io.IOException: Could not reseek StoreFileScanner[HFileScanner for reader ...
Li Li
Apr 15, 2014 at 12:32 am
Apr 15, 2014 at 3:14 pm -
Hi, I have one region server which needs to be rebooted for server maintenance. The server hosts both the hadoop and hbase slave(hadoop2-hbase 0.96). What is the recommended steps to reboot it ...
Rural Hunter
Apr 9, 2014 at 1:58 pm
Apr 11, 2014 at 7:55 am -
Hi All, I have around 20-30 geographically distant clients that need to write data to a centralized HBase server. I have dedicated VPN for the communication and hence bandwidth won't be a issue. is ...
Manthosh Kumar T
Apr 3, 2014 at 1:00 pm
Apr 3, 2014 at 2:10 pm -
I have a requirement of processing huge weblogs on daily basis. 1. data will come incremental to datastore on daily basis and I need cumulative and daily distinct user count from logs and after that ...
Shushant Arora
Apr 30, 2014 at 8:35 am
Apr 30, 2014 at 1:03 pm -
I have a full table scan which cost about 10 minutes. it seems a bottleneck for our application. if use map-reduce to rewrite it. will it be faster?
Li Li
Apr 14, 2014 at 6:09 am
Apr 15, 2014 at 12:30 am -
Hi, I face a "strange" issue today. I stopped my cluster to merge some regions. When I tried to restart it, one server got stuck. If I try to stop the cluster, this server ignore the request and stay ...
Jean-Marc Spaggiari
Apr 29, 2014 at 2:38 pm
Apr 30, 2014 at 1:21 am -
Hello, Does anybody know how to develop a custom LoadBalancer for HBase? What is the development process? And how to use my custom LoadBalancer? Do I need to re-compile the whole HBase source code? ...
LEI Xiaofeng
Apr 7, 2014 at 11:56 am
Apr 7, 2014 at 12:37 pm -
I'm using HBase with MapReduce to load a lot of data, so I have decide to do it with bulk load. I parse my keys with SHA1, but when I try to load them, I got this exception. java.io.IOException ...
Guillermo Ortiz
Apr 30, 2014 at 3:57 pm
May 6, 2014 at 12:18 pm -
Hi We have a requirement in which we have to get the scan result sorted on a particular column. eg. *Get Details of Authors sorted by their Publication Count. Limit :1000 * *Row Key is a MD5 hash of ...
Vikram Singh Chandel
Apr 29, 2014 at 9:13 am
May 2, 2014 at 8:33 pm -
Hi all, Here what i want to do is i want to firstly need to create and a column family and then need to create a column for data to be added later. Here i can not use PUT command as it requires a ...
Chamika Kasun
Apr 29, 2014 at 6:08 pm
Apr 29, 2014 at 7:23 pm -
Any recommendations on how to limit the bandwidth consumption of an ExportSnapshot job? I'd like to control bandwidth consumption so important network workloads, like shuffling and balancing, are ...
Scott Kuehn
Apr 24, 2014 at 4:17 pm
Apr 27, 2014 at 12:21 am -
I found one of 4 region server is heavy load than other. and I want to split region manully. from the web ui name: vc2.url_db,,1398174763371.35a8599a5eb457b9e0210f86d8b6d19f. region ...
Li Li
Apr 24, 2014 at 3:21 am
Apr 24, 2014 at 3:51 am -
Hi, We have a use case where some data are mostly random read, so it polluted cache and caused big GC. It is better to turn off the block cache for those data. So we are going to call ...
Tianying Chang
Apr 16, 2014 at 11:41 pm
Apr 18, 2014 at 6:55 am -
Hi, I wrote a little script which should control the running replication. The script is triggered by cron and executes the following command with the actual time stamp in "endtime" and a time stamp = ...
Hansi Klose
Apr 14, 2014 at 10:06 am
Apr 17, 2014 at 1:25 pm -
Hello all, When I take a snapshot on cluster 1, copy it to cluster 2 using ExportSnapshot utility, what permissions should I set on the snapshot to be able to clone it into a new table? I matched the ...
Artem Ervits
Apr 9, 2014 at 9:09 pm
Apr 10, 2014 at 12:43 am -
Hi all, I read an article yesterday about Hbase. It says if a region server has a performance hit by heavy IO, that will impact the whole cluster. So I want to know how a single node's performance ...
Libo Yu
Apr 2, 2014 at 2:59 pm
Apr 3, 2014 at 7:49 pm -
I'm using Hortonworks HDP and my HBase cluster has 14 nodes and one of them crashed today (there is no job running). I looked up the crashed region server's log and found that its logging paused for ...
Tao Xiao
Apr 3, 2014 at 2:45 am
Apr 3, 2014 at 5:58 pm -
Hey All - I'm having some strange results using FuzzyRowFilter. I'm programming in jython for that extra bit of adventure. My hbase key looks something like [random 10bytes][servicetype ...
Liam Slusser
Apr 25, 2014 at 1:24 am
Apr 25, 2014 at 9:02 am -
Mighty Hbase users and developers, I have few questions and I'd really appreciate it if someone can clarify them. 1) I want to know if Hbase inherently supports *atomic append*functionality like ...
GSK Chaitanya
Apr 14, 2014 at 5:11 pm
Apr 16, 2014 at 6:23 am -
I have a table in Hbase that sizes around 96Gb, I generate 4 regions of 30Gb. Some time, table starts to split because the max size for region is 1Gb (I just realize of that, I'm going to change it ...
Guillermo Ortiz
Apr 15, 2014 at 9:46 am
Apr 15, 2014 at 10:35 am -
for hbase 0.98.1 how do I find a list of jar files that I would need to add to HBASE_CLASSPATH in order to start a regionserver?
John Hancock
Apr 12, 2014 at 2:02 pm
Apr 14, 2014 at 5:13 pm -
Hey folks, Stack published a writeup I did on the HBase blog on the effects of rowkey size, column-name size, CF compression, data block encoding and KV storage approach on HFile size. For example, ...
Doug Meil
Apr 11, 2014 at 9:23 pm
Apr 12, 2014 at 12:11 pm -
I'm currently running into an issue on my local setup where my application is unable to connect to the hbase table but I'm successfully able to query the table using hbase shell. I'm using HTable ...
Kanwal
Apr 9, 2014 at 7:29 pm
Apr 11, 2014 at 6:42 am -
Hi I downloaded and installed hortonworks sandbox 2.0 for virtualbox. HBase version is: 0.96.0.2.0.6.0-76-hadoop2, re6d7a56f72914d01e55c0478d74e5cfd3778f231 [[email protected] twitbase-master]$ cat ...
Margusja
Apr 9, 2014 at 4:58 pm
Apr 10, 2014 at 9:30 pm -
is hbase 0.97 support 64 bit? or should complied from 32 bit to 64 bit? Thanks! beatls
Hua beatls
Apr 8, 2014 at 12:55 pm
Apr 8, 2014 at 3:54 pm -
I am currently trying to create another hbase cluster by exporting snapshots from our main storage. While it worked well for the smaller tables, it failed on timeouts on larger tables while trying to ...
yanivG
Apr 8, 2014 at 6:53 am
Apr 8, 2014 at 1:32 pm -
I need data versioning but want to keep older data in a separate location (to keep the current data file denser). What would be the best way to do that?
Mike Peterson
Apr 3, 2014 at 3:35 pm
Apr 5, 2014 at 6:43 pm -
Hi all, To test 0.8.1, I recently upgraded our kafka from 0.8-beta1 to 0.81. For the same config, I''ve noticed high cpu usage (20% to more than 70%) on several clusters. Our production is using ...
Libo Yu
Apr 5, 2014 at 2:54 am
Apr 5, 2014 at 2:12 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 93 |
posts | 509 |
users | 103 |
website | hbase.apache.org |
103 users for April 2014
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)