Search Discussions
-
Hi Folks, I have a table with the following column families in the schema {"referer_id:", "100"}, (Integer here is max length) {"url:","1500"}, {"site:","500"}, {"status:","100"} The common ...
ANKUR GOEL
Mar 25, 2008 at 1:34 pm
Apr 9, 2008 at 2:25 pm -
19
Lost tables
Hi I use hbase 0.2. devel from trunk and hadoop 0.17, and i lost all tables after restart hbase. I do : 1) start hadoop dfs 2) start hbase 3) create table X 4) make insert to table X 5) select from X ...Cure
Mar 27, 2008 at 12:56 pm
Apr 3, 2008 at 5:18 pm -
I don't understand . Why explicit connection pooling is no need ? When we use HBase in some app such as search engine, we need to read from table then give user a response.
Ma qiang
Mar 13, 2008 at 4:30 pm
May 13, 2008 at 5:24 pm -
Hi I'm totally new to Hbase and Hadoop and just checking it out to see if we can use it. So I'm just trying to get it up and running, and after some snooping around I think I got Hadoop up and ...
Erik Holstad
Mar 14, 2008 at 7:46 pm
Apr 14, 2008 at 11:10 pm -
Newbie user questions. Can you correct me if I am wrong in my following statements: I have looked into querying against hBase and come up with a few paths to do this, from the hBase shell I can use ...
Alexthompson
Mar 3, 2008 at 3:02 am
Mar 3, 2008 at 11:42 pm -
Hi, When using Htable APIs, I don't see any method for closing the underlying connection(s). How are connections to Region serves handled in case a thread using Htable dies abruptly ? In other words ...
Goel, Ankur
Mar 18, 2008 at 1:13 pm
Mar 26, 2008 at 4:59 am -
All, One of the more common types of questions we get from people new to HBase are about the differences in the schema between HBase and relational databases. So that we can generate some good ...
Bryan Duxbury
Mar 28, 2008 at 5:03 am
Mar 28, 2008 at 3:02 pm -
Hi All, I've downloaded hadoop-0.16.1-hbase.jar from http://hadoop.apache.org/core/releases.html I try to implement a simple program, and I am stuck in the following line of code: BatchUpdate b = new ...
Naama Kraus
Mar 16, 2008 at 8:27 am
Mar 17, 2008 at 6:26 pm -
I have had thoughts for the same usage of hBase/Hadoop, that is as a backend for a dynamic site. SCHEMA DESIGN: My application had about 8 tables in it, all relational, after reading what I could ...
Alexthompson
Mar 9, 2008 at 9:43 am
Mar 12, 2008 at 5:13 pm -
I am trying to set up an hbase cluster, and the nodes are unable to communicate with each other. I have the following slightly unusual setup: - Each machine has two NICs: NIC1: - accessible outside ...
Marc Harris
Mar 4, 2008 at 2:47 pm
Mar 6, 2008 at 10:52 am -
Hi is there any posibility to connect to hbase from remote machine ? i have two machines : A and B, and i have setup on A hadoop 0.17 with newest hbase from svn. but i cant connect from B to A:60000. ...
Cure
Mar 20, 2008 at 4:07 pm
Mar 22, 2008 at 9:07 am -
There has been some negative feedback on the release candidate. What I'd like people to do is vote on the following issues. Are they blockers (+1 if they are a blocker, -1 if not)? HBASE-527 ...
Jim Kellerman
Mar 21, 2008 at 5:49 pm
Mar 24, 2008 at 5:25 am -
Does anyone have any experience with backing up data for an HBase cluster on Amazon EC2 instances? We could take snapshots of the filesystem on a regular basis and dump to S3, but I was wondering if ...
Joost Ouwerkerk
Mar 20, 2008 at 11:59 pm
Mar 21, 2008 at 4:28 am -
Hi, I am trying to upload close to 4 GB of data on hbase, but I am not able to do. Following are my observations: 1. Before failing number of rows inserted were about 800,000, and the time taken for ...
Ved Prakash
Mar 14, 2008 at 5:43 am
Mar 14, 2008 at 4:36 pm -
Hi, Yesterday I shutdown my hbase master, and then I shutdown dfs. I am trying to start hbase master today and it doesn't start. First I started dfs using start-dfs.sh and then I tried starting hbase ...
Ved Prakash
Mar 12, 2008 at 3:03 pm
Mar 13, 2008 at 5:55 am -
It seems like I've seen a lot of mentions of running large data analysis jobs on Hadoop clusters, but I can't recall reading anything about hosting a website on a Hadoop cluster. I'm just starting to ...
Charlie O'Keefe
Mar 7, 2008 at 5:37 pm
Mar 7, 2008 at 6:37 pm -
There is a REST interface to HBase. See http://wiki.apache.org/hadoop/Hbase/HbaseRest for the specification. --- Jim Kellerman, Senior Engineer; Powerset No virus found in this outgoing message. ...
Jim Kellerman
Mar 11, 2008 at 5:13 pm
Mar 11, 2008 at 7:00 pm -
I have used hbase quite a bit but never reached a traffic level above 100mbps. Just seeing if anyone out there has used a gigabit switch and ever seen a speed from hbase top 100mbps for any period of ...
Billy
Mar 8, 2008 at 7:55 am
Mar 8, 2008 at 6:41 pm -
All, I threw together a blog post about the HBase Users' Group Meeting from last night. You can find it at http://blog.rapleaf.com/dev/?p=23. -Bryan
Bryan Duxbury
Mar 5, 2008 at 10:34 pm
Mar 5, 2008 at 11:00 pm -
So you're saying that in order up upload 40G of data, I need a 2G heap for a data node and a 2G heap for a region server? That seems way out of proportion. And that if I don't have that much ...
Marc Harris
Mar 3, 2008 at 2:59 pm
Mar 3, 2008 at 6:00 pm -
-- Harish Mallipeddi circos.com : poundbang.in/blog/
Harish Mallipeddi
Mar 30, 2008 at 5:14 am
Mar 30, 2008 at 5:14 am -
For download and release notes, see http://hadoop.apache.org/hbase/releases.html. HBase 0.1.0 has many stability improvements over our last release, the HBase that was bundled under contrib in Hadoop ...
Stack
Mar 28, 2008 at 8:07 am
Mar 28, 2008 at 8:07 am -
Hi all, If I can not close the connection to HBase using HTable, after the object was set as null . Whether the resource of this connection will be release ? The code as below; public class MyMap ...
Ma qiang
Mar 13, 2008 at 8:58 am
Mar 13, 2008 at 8:58 am -
Unless there are some unstated requirements, a simple Java program can do what you want. pseudo code: open csv file using java.io.File open table in hbase: HTable table = new HTable(conf,mytablename) ...
Jim Kellerman
Mar 11, 2008 at 5:07 pm
Mar 11, 2008 at 5:07 pm -
When I run HBase shell, it looks like the column was Null for some reason that causes this. hql DELETE * FROM test-table; 08/02/29 18:45:17 INFO client.HBaseAdmin: Disabled table test-table Exception ...
Andy Li
Mar 1, 2008 at 12:18 am
Mar 1, 2008 at 12:18 am
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 26 |
posts | 150 |
users | 31 |
website | hbase.apache.org |
31 users for March 2008
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)