Search Discussions
-
Hi! I am running HBase 0.19.2, r771918 on top of Hadoop 0.19.1, r745977. When I stress the system with lots of uploaded data it often happens a Regionserver gets overloaded and is lost by the ...
Kirill Shabunov
May 21, 2009 at 6:16 pm
Jun 4, 2009 at 7:10 am -
Hello, I've been running some tests using HTable.lockRow but I think it is not performing well. One of my tests is quite simple: run several threads that will execute the following lines for the same ...
Guilherme Germoglio
May 8, 2009 at 11:30 pm
May 18, 2009 at 3:34 pm -
Hi All, I am a newbie to hbase. I am able to setup hbase in pseudo-distributed mode and I have also done with its integration from Java. ( java client class and hbase were on same system ) Now, I ...
Monty123
May 14, 2009 at 7:33 am
Jul 8, 2009 at 6:08 am -
HBase 0.19.3 is now available for download: http://www.apache.org/dyn/closer.cgi/hadoop/hbase/ This release addresses 14 issues found since the release of 0.19.2. See the release notes for details: ...
Stack
May 28, 2009 at 12:59 am
Jun 2, 2009 at 9:42 pm -
All, I'm just getting started with HBASE 0.19.1. I am running it on a five node Linux cluster. Everything seen to be working well. I can successfully manipulate tables via the shell. I cannot, ...
Gcr44
May 26, 2009 at 11:58 pm
May 30, 2009 at 9:41 pm -
Hi there, Thought I would run a count 'table-name' to see how many records are in a table. The count didn't work so I went and took a look in the regionserver log file and see the below. Now, to be ...
Sasha Dolgy
May 15, 2009 at 8:54 am
May 20, 2009 at 7:33 am -
Hey all, I'm loading data from a DB into HBase. I have a single java process iterating over a ResultSet. After about 10,000 rows i do a BatchUpdate. I've changed the Heap size of both Hadoop & HBase ...
Llpind
May 15, 2009 at 8:11 pm
May 19, 2009 at 5:18 pm -
Hi, I have been asekd to automate the following processes in HBase: - Script to add/remove regionservers and datanodes from a cluster when cluster is live - Script to handle master node failure - ...
Ninad Raut
May 14, 2009 at 6:47 am
May 17, 2009 at 7:10 am -
Hi there, I had a single-node cluster up and running. And yesterday the node crashed for unknown reason, and when I restart it, everything appears to work except that all the tables are LOST( UI says ...
Yabo-Arber Xu
May 25, 2009 at 4:05 am
May 31, 2009 at 4:47 pm -
I have seen several pages (most over a year old) which make reference to building lucene indexes against hbase, is there any updated documentation which can be used to do this, or an old document ...
Jamie Johnson
May 16, 2009 at 8:04 pm
May 18, 2009 at 5:21 am -
I am a Hbase/hadoop beginner. As an initial test, I am trying to import about 120GB of records into one big table in HBase (replication level 2). I have a HBase master and a Hadoop namenode running ...
Alexandra Alecu
May 13, 2009 at 5:56 pm
May 14, 2009 at 5:31 pm -
Hi there, I have the following table created, with indexes. {NAME = 'foo', IS_ROOT = 'false', IS_META = 'false', FAMILIES = [{NAME = 'entry', BLOOMFILTER = 'false', COMPRESSION = 'NONE', VERSIONS = ...
Sasha Dolgy
May 13, 2009 at 10:51 pm
May 13, 2009 at 11:35 pm -
Hi, I was trying to create secondary indexes on hbase table. i used the below reference to create the table. and i got successfully created. reference: ...
Rakhi Khatwani
May 29, 2009 at 8:25 am
Jun 1, 2009 at 7:41 pm -
Hi, I am using HBase for development of a system for my research project. I have a few questions regarding some recent API and Class changes in HBase which I suppose are to be released in HBase 0.20. ...
Sudipto Das
May 29, 2009 at 2:02 am
May 31, 2009 at 11:20 pm -
Hi, I've been experimenting row scanning in hbase recently, following advice from http://devblog.streamy.com/2009/04/23/hbase-row-key-design-for-paging-limit-offset-queries/?. One thing I notice is ...
Xinan Wu
May 29, 2009 at 1:47 am
May 29, 2009 at 4:23 am -
Hi, I wanna set up a cluster of 5 nodes in such a way that node1 - master node2 - secondary namenode node3 - slave node4 - slave node5 - slave How do we go about that? there is no property in ...
Rakhi Khatwani
May 14, 2009 at 1:04 pm
May 19, 2009 at 5:04 pm -
Hello all, Our company has been looking into Hadoop & HBase, and has decided to put up a test cluster. I've got Hadoop (0.19.1) with HBase cluster up and running on 4 boxes. Currently we store our ...
Llpind
May 12, 2009 at 10:03 pm
May 14, 2009 at 12:31 am -
Hi All, I a newbie to hbase, my question is how HBase internally manages data, what data structre it uses to store and manage data. Please help. Thanks in advance. -- View this message in context: ...
Monty123
May 6, 2009 at 7:27 am
May 8, 2009 at 4:04 am -
Unfortunately, a BatchUpdate object does not get this field updated upon Htable.commit(), if it was left unset (it remains set to its default LATEST_TIMESTAMP, on 0.19.1). Could that be done? This ...
Bob Schulze
May 25, 2009 at 4:31 pm
May 26, 2009 at 3:39 pm -
hi colleagues, I am doing batup insert on a 20 nodes cluster. Unfortunately the data are inserted to the last region (sequential insert), I have already applied the Hbase-1058 patch before the batch ...
11 Nov.
May 12, 2009 at 8:46 am
May 14, 2009 at 3:38 am -
Hi everyone, I'm working on a project in which we need a distributed inverted index, and are getting some fair results using HBase and Hadoop (Crawlers - Document Repository (HBase) --M/R- Document ...
Menno Luiten
May 8, 2009 at 12:25 pm
May 8, 2009 at 3:15 pm -
Hi, I started to experiment hbase-0.20 trunk code today and imported about 6GB data using native JAVA API. I occationally get RetriesExhaustedException exception during importing and it's usually ...
Xinan Wu
May 30, 2009 at 2:11 am
Jun 2, 2009 at 6:56 pm -
Hello, I just needed to remove 8 machines from our 33 node cluster. (hadoop-0.19.1, hbase-0.19.2) The first 4 nodes I decommissioned in hadoop with the exclude-file and hbase running. After 4 hours I ...
Mat Hofschen
May 27, 2009 at 2:55 pm
May 28, 2009 at 6:17 pm -
Xudong Du, While I appreciate answering HBase questions, I prefer to do that on the HBase users mailing list for everyone's benefit. Your problem seems to be that the HDFS Namenode is running but you ...
Jean-Daniel Cryans
May 27, 2009 at 12:02 pm
May 27, 2009 at 5:34 pm -
Hi, I want to get a design perspective here as to what will be the advantages of seperating region servers and compute node(to run mapreduce tasks) Will seperating datanodes from computes node reduce ...
Ninad Raut
May 14, 2009 at 9:56 am
May 17, 2009 at 7:09 am -
Hi All, What is the ideal set up for HDFS and HBase? Do I install my HBase regionservers on the same machines that have HDFS datanodes? Or, is it better to separate all of them? Thanks, Harold
Harold Lim
May 12, 2009 at 4:59 pm
May 12, 2009 at 6:26 pm -
Hi, I have started to work with hadoop and hbase recently. I want to know how to store and retrieve data and perform query on stored data by using hbase. Is there any tutorial available for this ...
Muhammad Mudassar
May 29, 2009 at 1:15 pm
May 29, 2009 at 11:41 pm -
Hi, In the HBase shell wiki page it states the following: "Your script can lean on the methods provided by the HBase Shell." Can anyone provide a link or an example of how this would be done? I am ...
Norbert Antunes
May 26, 2009 at 10:39 pm
May 27, 2009 at 12:07 pm -
What do people think? It'd probably be in San Francisco. It'd have to be a little early because a bunch of us will be heading south for the http://www.scaleunlimited.com/events/scale_camp. Thanks, ...
Stack
May 19, 2009 at 10:09 pm
May 19, 2009 at 10:10 pm -
I'd like to run an efficient table get() methods and retrieve about a 1000 rows where each row includes about 4 columns (around 20 bytes per cell) with several versions per column. I assume the ...
Yair Even-Zohar
May 17, 2009 at 6:18 pm
May 19, 2009 at 5:32 am -
Hi, Was wondering if anyone can shed light on the following debug message I'm seeing: 2009-05-13 06:35:48,417 DEBUG [Thread-3] (MessageQueue.java:22) message.MessageQueue: Queue size = 0 2009-05-13 ...
Sasha Dolgy
May 13, 2009 at 10:24 am
May 13, 2009 at 3:30 pm -
I'm running hadoop 0.20.0 and I used svn to get the hbase trunk as of today (May 9). I did an 'ant package' in the hbase trunk, configured it for 5 nodes, distributed it to them, and started up my ...
Tom Santos
May 9, 2009 at 11:22 pm
May 10, 2009 at 8:44 am -
Hi all! How to get all rowkey values in HBase? Thanks! Best, Nguyen
Nguyenhuynh.mr
May 7, 2009 at 4:17 am
May 7, 2009 at 4:09 pm -
Hi, Have a question, I see the hbase shell allows me to create multiple columns... is it optimal for me to insert a small set of data in every row and scale it to billions of row? the problem is the ...
Vijay
May 29, 2009 at 6:36 pm
Jun 1, 2009 at 3:34 am -
HBase will be represented by Ryan Rawson on a free full day meetup covering "open source, distributed, non relational databases" on June 11th in San Francisco. The idea is that the event will give ...
Johan Oskarsson
May 12, 2009 at 3:45 pm
May 13, 2009 at 9:34 am -
This year's Hadoop Summit (http://developer.yahoo.com/events/hadoopsummit09/) is confirmed for June 10th at the Santa Clara Marriott, and is now open for registration. We have a packed agenda, with ...
Ajay Anand
May 5, 2009 at 9:15 pm
May 12, 2009 at 5:20 pm -
Hey there, I've been working with Hadoop for about a year now, and have recently been tasked with our new metadata storange and analysis platform. I'm looking for your advice into what I should ...
Dotnetmetal
May 11, 2009 at 10:57 pm
May 12, 2009 at 12:37 am -
Hello all, I am currently testing some MR job which does a form of a naive join on a HBase table with itself or a Hadoop file with itself. My findings are that HBase table has a huge overhead (in ...
Eran Bergman
May 11, 2009 at 12:41 pm
May 11, 2009 at 4:38 pm -
Can we increase the priority of Hbase-52 please? This feature is essential to anybody who uses the versions as an additional dimension in Hbase. Using versions allows us to view hbase not only as a ...
Yair Even-Zohar
May 11, 2009 at 10:24 am
May 11, 2009 at 3:35 pm -
Hi, I have a couple of small issues regarding hadoop/hbase 1. i wanna scan a table, but the table is really huge. so i want the result of the scan to some file so that i can analyze it. how do we go ...
Rakhi Khatwani
May 6, 2009 at 10:09 am
May 11, 2009 at 6:09 am -
HBase 0.19.2 is now available for download http://hadoop.apache.org/hbase/releases.html 17 issues have been fixed since hbase 0.19.1. Release notes are available here: *http://tinyurl.com/p3x2bn* ...
Stack
May 9, 2009 at 5:53 pm
May 9, 2009 at 7:05 pm -
All, Please pardon if this question has been asked before. For I have done a lot of google'ing on this subject and have been having trouble finding the exact answer to my query. In short: is it ...
Andrew Wharton
May 28, 2009 at 8:06 pm
May 28, 2009 at 8:49 pm -
Hi all, With HBASE-1304, it's time to normalize and review our filter API. Here are a few givens: - all calls must be byte[] offset,int offset, int length - maybe we can have calls for KeyValue ...
Ryan Rawson
May 27, 2009 at 6:29 am
May 27, 2009 at 10:54 pm -
Hey all, I'm trying to find some up-to-date hardware advice for building a Hadoop cluster. I've only been able to dig up the following links. Given Moore's law, these are already out of date: ...
Patrick Angeles
May 27, 2009 at 1:50 pm
May 27, 2009 at 7:39 pm -
Questions such as these are better asked on the HBase user mailing list. See http://hadoop.apache.org/hbase/mailing_lists.html for how to subscribe. There is also an IRC channel on irc.freenode.net ...
Jim Kellerman (POWERSET)
May 20, 2009 at 3:21 pm
May 22, 2009 at 9:55 am -
Hi I am running map reduce row count program to count number of rows in my HBase table. It is giving the following exception: 09/05/21 10:31:47 INFO hdfs.DFSClient: ...
Puri, Aseem
May 21, 2009 at 5:10 am
May 21, 2009 at 3:58 pm -
Hi All, I am able to setup hbase with hadoop in pseudo distributed mode. Now, I am not able to find good tutorial on net for setting up hbase in multinode cluster. Please help. -- View this message ...
Monty123
May 20, 2009 at 1:34 pm
May 20, 2009 at 6:18 pm -
The next Bay Area Hadoop User Group meeting is scheduled for Wednesday, May 20th at Yahoo! 700 First Avenue, Sunnyvale, Building E, Class room 10 from 6:00-7:30 pm. Please note that the location has ...
Ajay Anand
May 13, 2009 at 8:14 pm
May 20, 2009 at 4:35 pm -
Hi All, I am able to play with tables ( add, update, insert etc. ) from a java class using HTable, BatchUpdate apis. Is there are any apis to directly execute hql queries from a java program, just ...
Monty123
May 20, 2009 at 10:25 am
May 20, 2009 at 10:33 am -
Hi, I am trying to stop start region server remotely but I am getting a error log saying "connection to node1/192.168.0.1:44444 from an unknown user: closed" ssh [email protected] ...
Ninad Raut
May 18, 2009 at 10:27 am
May 19, 2009 at 5:10 am
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 73 |
posts | 351 |
users | 70 |
website | hbase.apache.org |
70 users for May 2009
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)