Search Discussions
-
Greetings all. My name is Jack and I work for an image hosting company Image Shack, we also have a property thats widely used as a twitter app called yfrog (yfrog.com). Image-Shack gets close to two ...
Jack Levin
Sep 20, 2010 at 6:01 pm
Sep 24, 2010 at 12:51 pm -
Hi folks, Got a problem in basic Hadoop-Hbase communication. My small test program ProteinCounter1.java - shown in full below - reports out this error java.lang.RuntimeException: ...
Taylor, Ronald C
Sep 17, 2010 at 11:20 pm
Jan 7, 2014 at 2:38 pm -
Hello all, I am trying to use HBase for a project. The data base will hold billions of rows. I am struggling to understand how filters work. In particular, I want to be able to scan for rows that ...
Acc2
Sep 15, 2010 at 1:19 pm
Sep 19, 2010 at 3:54 pm -
My regions are 1gb in size and when I cold start the cluster I oversaturate my network links (1000 mbps) and get client dfs timeouts , anyway to slow the m down? -Jack
Jack Levin
Sep 24, 2010 at 10:08 pm
Sep 29, 2010 at 3:32 am -
Hi, I am trying to install a standalone hbase server on Fedora Core 11. I have hadoop running: bash-4.0$ jps 30908 JobTracker 30631 NameNode 30824 SecondaryNameNode 30731 DataNode 30987 TaskTracker ...
Michael Scott
Sep 14, 2010 at 5:17 am
Sep 16, 2010 at 9:25 pm -
Hey guys, I'm banging my head against some perf issues on EC2. I'm using .20.6 on ASF hadoop .20.2, and tweaked the ec2 hbase scripts to handle the new version. I'm trying to insert about 22G of data ...
Bradford Stephens
Sep 1, 2010 at 9:13 am
Sep 3, 2010 at 8:38 pm -
Hi folks, I know this question may have been asked many times, but I am wondering if there is any update on the optimized cell size (in megabytes) and row size (in megabytes)? Many thanks. William
William Kang
Sep 6, 2010 at 8:57 pm
Oct 15, 2010 at 9:20 am -
Hi, I have an indexedtable with index on around 20 columns. The write performance on the original table is around 60 per second. This is just a one node setup. Even with mutiple parallel clients, I ...
Murali Krishna. P
Sep 2, 2010 at 5:44 pm
Sep 6, 2010 at 6:47 pm -
We're using 0.20.6; we have a non-trivial application using many aspects of hbase; we have a couple of customers in production; we understand this is still pre-release, however we don't want to lose ...
Mark Laffoon
Sep 28, 2010 at 3:00 pm
Sep 29, 2010 at 10:25 pm -
Hi All. I get org.apache.hadoop.fs.ChecksumException for a table on heavy write in standalone mode. table tmp.bsn.main created 2010-09-22 10:42:28,860 and then 5 threads writes data to it. At some ...
Andrey Stepachev
Sep 22, 2010 at 8:38 am
Sep 22, 2010 at 11:10 am -
hi, all I use YCSB to measure the insert/read latency of hbase. I found there will be 0 records inserted in up to 10 seconds during the insertion procedure. See the following result at 1514 second. I ...
Tao Xie
Sep 10, 2010 at 2:33 am
Sep 20, 2010 at 4:25 pm -
Hi folks. I'd like to run the following data loss scenario by you to see if we are doing something obviously wrong with our setup here. Setup: - Hadoop 0.20.1 - HBase 0.20.3 - 1 Master Node running ...
George P. Stathis
Sep 19, 2010 at 1:58 pm
Sep 23, 2010 at 4:57 pm -
Is there a way to create a new .META. table if I lost it? For example, I'm getting this exception everywhere: org.apache.hadoop.hbase.TableNotFoundException: .META. (NativeException) The add_table ...
Matt Corgan
Sep 21, 2010 at 8:08 pm
Sep 22, 2010 at 12:44 am -
Hi all, I'm stuck. I can't insert any valuable peace of data into hbase. Data is something around ~20mil rows (20G). I try to insert them into nondistributed hbase with 4 parallel jobs. MR job run ...
Andrey Stepachev
Sep 29, 2010 at 11:26 am
Sep 30, 2010 at 6:02 pm -
First, I saw: 2010-09-21 11:30:05,122 DEBUG org.apache.hadoop.hbase.master.RegionServerOperationQueue: Put ProcessServerShutdown of 10.103.2.5,60020,1285042335711 back on queue 2010-09-21 ...
Jack Levin
Sep 21, 2010 at 10:01 pm
Sep 22, 2010 at 6:12 pm -
Hello, We are considering which of HBase or Cassandra to choose for our future projects. I'm recommending HBase to my boss and coworkers, because HBase is good both for analysis (MapReduce) and for ...
MauMau
Sep 4, 2010 at 4:32 pm
Sep 8, 2010 at 10:40 pm -
Dear All, In my Hadoop 0.20.1/HBase 0.20.3 cluster I’ve got 2 region servers. On each region server, Hadoop DataNode and HBase RegionServer processes are running. Hadoop is set up redundantly (it ...
Andrey Timerbaev
Sep 26, 2010 at 9:22 am
Sep 29, 2010 at 4:16 pm -
Strange situation, cold start the cluster, and one of the servers just started getting more and more consuming of RAM, you can see it form the screenshot I am attaching. Here is the log: ...
Jack Levin
Sep 27, 2010 at 7:30 pm
Sep 27, 2010 at 10:28 pm -
Every time we run a map reduce job against data in HBase, we see hundreds of UnknownScannerExceptions in the hbase log at ERROR level. The job seems to complete fine and there are no other errors. ...
Ken Weiner
Sep 16, 2010 at 4:30 pm
Sep 18, 2010 at 12:33 am -
I cant find any documentation which says you shouldn't write to the same HBase table you're scanning. But it doesnt seem to work... I have a mapper (subclass of TableMapper) which scans a table, and ...
Curt Allred
Sep 30, 2010 at 6:12 pm
Oct 1, 2010 at 12:42 am -
Hi there, I am very curious about the content of Hbase store file. Try to read it by HDFS java API, but it's hard to understand these data due to alot of invisible codes. Any suggestion? Fleming ...
Y_823910
Sep 9, 2010 at 1:08 am
Sep 10, 2010 at 12:48 am -
hi, all I'm reading the code of RegionManager, I find in the following method there is an situation when nRegionsToAssign <= nregions, the code only assigns 1 region. Is this correct? Hbase version ...
Tao Xie
Sep 7, 2010 at 2:06 am
Sep 7, 2010 at 7:58 pm -
Hi All I have used these configuration settings to access hbase server from java client HBaseConfiguration config = new HBaseConfiguration(); config.clear(); config.set("hbase.zookeeper.quorum", ...
Shuja Rehman
Sep 1, 2010 at 10:02 am
Sep 3, 2010 at 3:21 pm -
Hi Can someone explain (or refer me to a twiki which explains) which versions of Hbase can be safely rolled back i.e., without any changes to the underlying database and state? Thank you Vidhya
Vidhyashankar Venkataraman
Sep 16, 2010 at 11:00 pm
Oct 11, 2010 at 8:58 pm -
Hi, we are trying to create a hbase table from scratch using map-reduce and HFileOutputFormat. However, we haven't really find examples or tutorials on how to do this, and there is some aspects which ...
Renaud Delbru
Sep 23, 2010 at 11:17 am
Sep 24, 2010 at 4:12 pm -
When HBase cluster shuts down, how is memstore flushing triggered ? Thanks
Ted Yu
Sep 24, 2010 at 11:50 pm
Sep 25, 2010 at 2:41 pm -
My HBase cluster just crashed. One of the Region servers stopped (do not yet know why). After restarting it, the cluster seemed a but wobbly, so I decided to shutdown everything, and restart fresh. I ...
Matthew LeMieux
Sep 9, 2010 at 1:01 am
Sep 9, 2010 at 6:22 pm -
Hi, I tried to find the info on data migration from 0.20 to 0.89 and so far wasn't successful. I noticed that migrate utility is not in the code base for the 0.89 anymore. is there a way or howto ...
Dmitriy Lyubimov
Sep 30, 2010 at 6:24 pm
Sep 30, 2010 at 6:34 pm -
I'm sequentially importing ~1 billion small rows (32 byte keys) into a table called StatAreaModelLink. I realize that sequential insertion isn't efficient by design, but I'm not in a hurry so I let ...
Matt Corgan
Sep 27, 2010 at 11:26 pm
Sep 29, 2010 at 7:23 pm -
Hi, We have a job that writes many small files (using MultipleOutputFormat) and its exceeding the 4000 xcievers that we have configured. What is the effect on the cluster of increasing this count to ...
Martin Arnandze
Sep 23, 2010 at 12:05 pm
Sep 27, 2010 at 6:44 pm -
Hi All. I found many hadoop jars floating around (for example http://people.apache.org/~rawson/repo/org/apache/hadoop/hadoop-core/) but can't find distribution and/or source repository used to build ...
Andrey Stepachev
Sep 22, 2010 at 8:29 am
Sep 22, 2010 at 5:56 pm -
Hi, so in our production, we see temporary networking failures (we are not quite 100% sure what they are) but now and then region server's zookeeper session would get expired and in addition some ipc ...
Dmitriy Lyubimov
Sep 22, 2010 at 12:21 am
Sep 22, 2010 at 12:39 am -
Hi all, I am not sure why hbase do not have rsync in start-hbase.sh ? In my opinion, this feature is very useful for users, is there any other consideration about this ? -- Best Regards Jeff Zhang
Jeff Zhang
Sep 21, 2010 at 1:25 am
Sep 21, 2010 at 10:41 pm -
Now my scenario is running ycsb doing heavy read. I compared the results of setting hfile.block.cache.size to 0.2 with 0. I found with the factor 0 the hbase metric 'get_avg_time' is even smaller. ...
Tao Xie
Sep 19, 2010 at 8:06 am
Sep 20, 2010 at 1:25 am -
Hi All, I encounted some problem when doing putting data test on hbase. Please help. Thanks a lot. After putting about millions of rows, the 2 region servers of 3 were stopped. Server 1 stopped when ...
ZhouShuaifeng 00100568
Sep 14, 2010 at 2:09 am
Sep 15, 2010 at 1:47 am -
Hello, I use Netty extensively, and for a long time I wanted to have a fully asynchronous / non-blocking and thread-safe HBase client. So I ended up writing one from scratch, which I just released ...
Tsuna
Sep 8, 2010 at 9:23 am
Sep 11, 2010 at 4:02 am -
Hello folks, We've just installed Hbase 0.89 on a 24-node cluster running Hadoop 0.20.2 here at our government lab. Got a problem. The Hbase interactive shell works fine. I can create a table with a ...
Taylor, Ronald C
Sep 7, 2010 at 10:18 pm
Sep 8, 2010 at 1:00 am -
I have been trying to run my scanner jobs and sometimes they fail due to DFS errors in one of the storefiles: I looked at the namenode logs and the file that caused the problem was in the process of ...
Vidhyashankar Venkataraman
Sep 1, 2010 at 6:59 pm
Sep 2, 2010 at 6:58 am -
Right now, most of our boxes have 3 disk in them. We take a small partition on each of those and raid stripe them together to use as the OS partition then allocate the rest of the disks as JBOD for ...
Daniel Einspanjer
Sep 30, 2010 at 11:18 pm
Sep 30, 2010 at 11:34 pm -
I'm inserting several million rows of a table that has ~50 columns, 31 of which are days of the month and are often null. For the null ones I issue a delete instead of a put to make sure any previous ...
Matt Corgan
Sep 30, 2010 at 7:09 pm
Sep 30, 2010 at 8:48 pm -
Apologies if I've missed this information elsewhere but I'm unclear if I can upgrade to Hadoop 0.21 while still running HBase 0.20.6. -- View this message in context: ...
Pete Tyler
Sep 25, 2010 at 8:35 pm
Sep 28, 2010 at 3:01 am -
I've just had another of those region server shutdowns (RegionServerSuicide). * how do I avoid disruption when this sort of thing happens * what is the best procedure for recovering from such a thing ...
Matthew LeMieux
Sep 22, 2010 at 10:42 pm
Sep 27, 2010 at 6:25 pm -
Hi All, I am very new to Hadoop and Hbase and here is my first question as I was not able to get definite answer from various sources. Could you help me understand if what I am planning to do is ...
Jason
Sep 19, 2010 at 2:20 am
Sep 20, 2010 at 6:04 am -
Hi I am using thrift to get data from remote hbase and using client.get(tableName.getBytes(), rowKey.getBytes(), "ColFamily:colName".getBytes()); method to get the data for particular columns. I am ...
Shuja Rehman
Sep 15, 2010 at 2:57 pm
Sep 17, 2010 at 9:26 am -
Here is a log of what I did as a result of which I do not see any tables. TABLE1 is a relatively bigger table for my table sizes, but not by HBase standards. I had loaded 15-20 versions of ~2G files ...
Sharma, Avani
Sep 13, 2010 at 6:07 pm
Sep 14, 2010 at 9:46 pm -
I was trying to bulk increment some files into a HBAse (0.89) table and found this problem.. If a file does not fit into any of the regions in the existing table, then the tool gets into an infinite ...
Vidhyashankar Venkataraman
Sep 10, 2010 at 6:43 pm
Sep 13, 2010 at 5:01 am -
After running stargate with no issues for a month or two, I encountered some problems today, and can't quite figure it out. Perhaps someone could give me advice. I start up stargate $ ...
Mike anderson
Sep 30, 2010 at 5:26 pm
Sep 30, 2010 at 8:18 pm -
I am running a little test/poc here. I need to load a few million rows every day into a database. And it's not log file data, I have comma delimited rows (of columns) which would exactly fit a ...
Sharma, Raghvendra
Sep 27, 2010 at 4:28 am
Sep 27, 2010 at 3:32 pm -
Hi all - A couple of nights ago I enabled cron jobs to run major compactions against a few of the tables that I use in HBase. This has caused multiple worker machines on the cluster to fail. Based on ...
Scott Whitecross
Sep 17, 2010 at 4:14 pm
Sep 23, 2010 at 2:52 pm -
Hi Guys, Why is this HBase Book 0.89 empty: http://hbase.apache.org/docs/r0.89.20100726/book.html ? Any good books or developer's reference guild? Any info will be highly appreciated! Thanks! Jack.
Jian Lu
Sep 20, 2010 at 11:59 pm
Sep 21, 2010 at 6:04 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 110 |
posts | 770 |
users | 86 |
website | hbase.apache.org |
86 users for September 2010
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)