Search Discussions
-
Hi, after our issues ("Replay of HLog required", in a precious thread) with HBase, it seems that HBase has corrupted regions. We have, on the three region servers, errors stating that HBase cannot ...
Renaud Delbru
Jul 23, 2008 at 3:03 pm
Jul 25, 2008 at 10:05 pm -
Hi guys. Is there a way of retrieving multiple "rows" with one server call ? Something like MySQL's "where id in (a,b,c...) Or more like this. List<SortedMap<Text,byte[] rows = HTable.getRows(Text[] ...
Marcus Herou
Jul 28, 2008 at 9:39 am
Sep 2, 2008 at 8:40 pm -
The first 0.2.0 release candidate is available for download: http://people.apache.org/~stack/hbase-0.2.0-candidate-1/ Please take this release candidate for a spin. Check the documentation, that unit ...
Stack
Jul 22, 2008 at 10:25 pm
Jul 25, 2008 at 3:12 pm -
I am testing HBase 0.1.2 and am getting the following performance using RowCounter class (I had to modify the main() method of the original class because it contains some hardcoded parameters :-) ...
Yair even-zohar
Jul 9, 2008 at 3:54 pm
Jul 14, 2008 at 9:02 pm -
Hello, I created a map/reduce process by extending the TableMap and TableReduce API but for some reason when I run multiple mappers, in the logs its showing that the same rows are being processed by ...
Dru Jensen
Jul 30, 2008 at 8:34 pm
Aug 4, 2008 at 5:41 pm -
12
HQL usage
hi all, i have been reading the docs on HQL and thought it would be a great to use programatically. but after checking out the src, it seems it is only used for the shell. is that the intended usage ...lucio Piccoli
Jul 21, 2008 at 3:03 pm
Jul 22, 2008 at 8:52 pm -
Hi, I have installed Hadoop and HBase on two different linux machines one being Ubuntu and the other Xentos . I was also able to start slave(Xentos) from the master(Ubuntu). And the output of "jps" ...
Srikanth Bondalapati
Jul 14, 2008 at 6:13 pm
Jul 22, 2008 at 2:33 pm -
hi all, it's a bit strange, but i cant find some class or method to get the 'size' of a created table - maybe the total size of all the HStores ? or is there any command in HQL can do this? Thanks. ...
Daniel
Jul 19, 2008 at 9:59 pm
Jul 21, 2008 at 6:02 pm -
Hi, I am using HBase 0.2.0-dev, Hudson Build #208. I am experiencing a problem with HBase that looks like the issue https://issues.apache.org/jira/browse/HBASE-15. During an upload intensive task, ...
Renaud Delbru
Jul 18, 2008 at 9:12 am
Jul 21, 2008 at 1:35 pm -
Hi Guys I use hbase (amongst other things) to crawl some repos of infomation and util now I've been using the Nutch segment generation paradigm. I would very much like to skip the segment generation ...
David Alves
Jul 31, 2008 at 1:07 pm
Aug 8, 2008 at 12:02 am -
I am having problems with my HRegionServers aborting following rolling their logs and thus not being able to report to the HMaster for a while. Eventually all 5 HRegionservers have exited and my MR ...
William Clay Moody
Jul 23, 2008 at 10:18 pm
Jul 24, 2008 at 9:23 pm -
Hi All, I cannot start HBase master when setting root directory of HBase is a folder in HDFS. Hadoop version: 0.17.1 HBase version: 0.2.0 My hbase-site.xml configuration file <configuration <property ...
Thopham.asnet
Jul 24, 2008 at 9:55 am
Jul 24, 2008 at 3:05 pm -
As of Friday August 1, when the acquisition of Powerset by Microsoft closes, Michael Stack and I will not be able to make further contributions to HBase until a process is developed within Microsoft ...
Jim Kellerman
Jul 31, 2008 at 1:15 am
Jul 31, 2008 at 10:29 pm -
/// This is very close to the example in the javadoc already(Bytes,BatchUpdate) instead of (text/mapwritable), and i find it to be the easiest way to get people started/motivated with HBase. package ...
Alex Newman
Jul 3, 2008 at 3:40 pm
Jul 11, 2008 at 5:10 am -
hbase-0.2.0 was supposed to target hadoop-0.17. When a new version of hadoop is release, should we publish a release of hbase that is compatible with it? --- Jim Kellerman, Senior Engineer; Powerset
Jim Kellerman
Jul 29, 2008 at 3:03 am
Jul 29, 2008 at 7:22 am -
I've had a little bit of weird behavior. I am opening a scanner in the configure method of a Map task to load a simple little in-memory map (I'd love to this with in-memory column stores, but that's ...
Daniel Leffel
Jul 22, 2008 at 6:01 pm
Jul 23, 2008 at 11:01 pm -
Greetings, I am right now using hbase in our project in "stand-alone" mode. It worked well until today I found the following message in the log: 2008-07-21 01:16:38,564 FATAL ...
Yabo-Arber Xu
Jul 21, 2008 at 9:17 am
Jul 21, 2008 at 8:02 pm -
Hi all, I found that I can not stop thinking in RDBM way while designing tables for the application I am working on, so that I need your help. Can you please take a look at the tables below and ...
Pavel Lysov
Jul 14, 2008 at 4:17 pm
Jul 15, 2008 at 8:24 am -
I run a job on a old table webdata that I have had before I updated to latest trunk and everything runs fine then I made a new table just like this one with the name webdata_test and this is what I ...
Billy Pearson
Jul 4, 2008 at 8:36 am
Jul 15, 2008 at 3:59 am -
Hi all, I'm having a little problem with our tests that use hbase. First, I run a test which generate all of the hbase tables, and exits. Then for each test, I copy over the hbase directory, and the ...
Clint Morgan
Jul 8, 2008 at 12:24 am
Jul 8, 2008 at 7:15 pm -
Hi, I feel lack of mapreduce approach understanding and would like to ask some questions (mainly on its reduce part). Below is reduce job that gets values count for given row key and inserts ...
Pavel
Jul 30, 2008 at 2:10 pm
Aug 1, 2008 at 1:49 pm -
Hi all, I have a large dataset saved in a hadoop cluster, and now I want to copy these data from this hadoop cluster into another hadoop cluster, who can tell me how? Thank you very much ! Best ...
Ma qiang
Jul 25, 2008 at 4:06 am
Jul 25, 2008 at 4:44 am -
I want to use hbase to maintain a very large dataset which needs to be updated pretty much continuously. I'm creating a record for each entity and including a creation timestamp column as well as ...
Imbmay
Jul 18, 2008 at 8:42 pm
Jul 21, 2008 at 8:04 pm -
Heads up for anyone else running into this issue. I found that you cannot use internal classes for your Map or Reduce class if you're extending TableMap/TableReduce. If you try, you get a ...
Daniel Leffel
Jul 24, 2008 at 9:38 pm
Jul 25, 2008 at 12:12 am -
Hi! We are writing a MR job and want to store some intermediate result directly into a HDFS file instead of HBase. Is there an easy way of doing this or do you have to run a script from inside the ...
Erik Holstad
Jul 24, 2008 at 10:08 am
Jul 24, 2008 at 5:24 pm -
we've been trying for a couple of days (without success) to import our data into hbase. initially we ran into quite a few OOME errors, but we've seem to overcome that by adjusting our jvm memory heap ...
Leith
Jul 23, 2008 at 7:25 pm
Jul 23, 2008 at 8:51 pm -
looking at our region logs, we've noticed that the compaction thread constantly runs into exceptions. the entire log is filled with something like this: ---------------------------------- 2008-07-22 ...
Leith
Jul 22, 2008 at 7:42 pm
Jul 23, 2008 at 7:47 pm -
hi all, i'm writting a program to access my hbase table in a MR job. my first version is to get different values from get(row,column name), and now im changing to get one row each time into a map, ...
Daniel
Jul 15, 2008 at 12:54 pm
Jul 16, 2008 at 9:47 am -
Hi guys. A simple question: Is only the row key sorted in HBase ? What if you would like to obtain a scanner based on another column ? I thought the "auto" sorted feature was one of the reasons you ...
Marcus Herou
Jul 14, 2008 at 7:37 pm
Jul 14, 2008 at 8:13 pm -
Hi, I've peeked at HBase code, TableSplit#getLocations(). I noticed that the method returns a random node for now. I was trying to think what should be returned if one wishes to have computation ...
Naama Kraus
Jul 14, 2008 at 5:00 am
Jul 14, 2008 at 5:48 pm -
Hi everyone, We would like to use Hbase and Hadoop. But when we tried to use real data with our test setup, we saw a lot of crashes and could not succeed to insert the amount of data we are trying to ...
Marcus Schlüter
Jul 10, 2008 at 9:36 am
Jul 11, 2008 at 5:09 am -
Hi guys! I'm running my MR job that based on org.apache.hadoop.hbase.mapred.BuildTableIndex //map method: @Override public void map(HStoreKey key, MapWritable value, OutputCollector<Text, MapWritable ...
Ruslan Salyakhov
Jul 30, 2008 at 1:55 pm
Aug 4, 2008 at 9:09 pm -
Hi. What is the best practice in hbase when it comes to creating "mapping" tables between objects? Let's say you want to create two tables named "User" and "Role" where the user can be in many roles. ...
Marcus Herou
Jul 22, 2008 at 1:34 pm
Jul 29, 2008 at 2:17 pm -
I have similar setup to the 0.1.2 but started from a clean startup. The hadoop 1.7.0 seems to be working fine. When I start the hbase master I get: java.lang.reflect.InvocationTargetException but the ...
Yair Even-Zohar
Jul 28, 2008 at 4:50 pm
Jul 28, 2008 at 5:01 pm -
I'm running a hbase data import on 0.1.3. After 42million rows, the import fails with an RPC timeout exception. I've tried twice- once on a 2 node cluster and once on a 10 node cluster (ec2 with the ...
Mark Snow
Jul 25, 2008 at 6:03 pm
Jul 25, 2008 at 11:52 pm -
It would be handy to be able to easily dump data from postgresql straight to hbase. Then keep the data in hbase up to date. I've made a simple python tool called hbreplic (I'm very willing to come up ...
Tim Sell
Jul 25, 2008 at 7:13 pm
Jul 25, 2008 at 9:55 pm -
I tried to do a big dump of data into hbase today. I'm not sure of the exact number of rows I sent it, but it was at least 6 million or so before my dumping app crashed. My app printed the following ...
Tim Sell
Jul 25, 2008 at 6:02 pm
Jul 25, 2008 at 6:54 pm -
I can't get any remote regions to start up (local ones work fine). I get this exception: Exception in thread "regionserver/0.0.0.0:60020" java.lang.NullPointerException at ...
Daniel Leffel
Jul 23, 2008 at 11:14 pm
Jul 23, 2008 at 11:58 pm -
Hi guys! It seems I'll need to be able to paginate over table contents. I'll need to get items starting from most recent and going past. Is there a good way to achieve that? Since the keys are sorted ...
Pavel Lysov
Jul 23, 2008 at 7:31 pm
Jul 23, 2008 at 8:03 pm -
0.2.0 is now feature complete. TRUNK is frozen but for documentation and any critical-bug fixes. A few of us are running tests out on our little cluster to make sure the current TRUNK all basically ...
Stack
Jul 21, 2008 at 8:56 pm
Jul 22, 2008 at 10:07 pm -
I would like to get all the versions of a row for a map-reduce task. Given the details below, I'm afraid I was just looking too hard and there's a simpler solution. Here is what I found out: 1) ...
Yair Even-Zohar
Jul 21, 2008 at 3:49 pm
Jul 21, 2008 at 7:51 pm -
Hi, I apologize if this has been asked and answered, but the hadoop project website seems to not be responding right now, so I can't search the mail archive. A quick search of the emails I've ...
Rick Hangartner
Jul 17, 2008 at 5:56 pm
Jul 18, 2008 at 2:10 am -
I'm reading http://jimbojw.com/wiki/index.php?title=Understanding_HBase_column-family_performance_options but get confused about BLOCK and RECORD compression. In my understanding, the these two ...
Rong-en Fan
Jul 10, 2008 at 2:52 pm
Jul 11, 2008 at 5:23 am -
hi, Is it possible to control where a certain table data is located physically. For example if I know that one of my tables in the system will be heavily used then I would like it to be stored and ...
Krzysztof Szlapinski
Jul 3, 2008 at 8:31 pm
Jul 3, 2008 at 9:38 pm -
Hi all, Quick question. I created a new column family (one created using IN_MEMORY). I expected iterating with a scanner to be much faster, but alas, it seems to operate at speeds comparable to ...
Daniel Leffel
Jul 3, 2008 at 2:19 am
Jul 3, 2008 at 2:27 am -
I get this when I run RowCounter in the hbase jar java.lang.IllegalAccessError: tried to access method org.apache.hadoop.ipc.Client.incCount()V from class org.apache.hadoop.ipc.HBaseClient at ...
Billy Pearson
Jul 26, 2008 at 1:27 am
Aug 5, 2008 at 10:32 pm -
I looked at the code in the 0.2.0 and the args[0] is used twice c.set("hbase.master", args[0]); And // First arg is the output directory. c.setOutputPath(new Path(args[0])); Was anybody able to use ...
Yair Even-Zohar
Jul 30, 2008 at 9:27 pm
Aug 1, 2008 at 1:08 am -
Is it possible to put the output from the reduce phase of job 1 to be the input to job number 2, or is the best way to write it to a HBase table or to the HDFS and the fetch it in the second job? Erik
Erik Holstad
Jul 31, 2008 at 2:43 pm
Aug 1, 2008 at 12:47 am -
I'm running into several problems with Hbase 0.2.0. 1) This mapreduce experiment, a modification of rowcounter, (using the exact same data) was running in parallel for hbase 0.1.2 2) I have tested ...
Yair Even-Zohar
Jul 31, 2008 at 8:45 pm
Jul 31, 2008 at 10:07 pm -
I define HBaseConfiguration conf = new HBaseConfiguration(); And then the following line (my AseAdmin.java:50) HBaseAdmin admin = new HBaseAdmin(conf); generated the below error: Exception in thread ...
Yair Even-Zohar
Jul 29, 2008 at 5:56 pm
Jul 29, 2008 at 6:58 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 66 |
posts | 326 |
users | 57 |
website | hbase.apache.org |
57 users for July 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)