Search Discussions
-
Hi all , I wanted to run HBase in standalone mode to check my Hbase MR programs ... I have dl a built version of hbase-0.20. and i have hadoop 0.19.3 "I have set JAVA_HOME in both of them" .. then i ...
Bharath vissapragada
Jul 23, 2009 at 6:45 am
Jul 23, 2009 at 6:02 pm -
So.. what's the recommendation for zookeeper? should I run zookeeper nodes on the same region servers? should I run zookeeper nodes external to the region servers? how much memory should I give ...
Fernando Padilla
Jul 14, 2009 at 9:56 pm
Jul 21, 2009 at 6:39 am -
Hi All, I am testing 0.20.0-alpha, r785472 and am coming up with an issue I can't seem to figure out. I am accessing hbase from php via thrift. The php script is pulling data from our pgsql server ...
Hegner, Travis
Jul 9, 2009 at 2:17 pm
Jul 20, 2009 at 1:16 pm -
Hi all , I want to join(similar to relational databases join) two tables in HBase . Can anyone tell me whether it is already implemented in the source ! Thanks in Advance
Bharath vissapragada
Jul 15, 2009 at 4:57 am
Jul 17, 2009 at 3:57 pm -
The first hbase 0.20.0 release candidate is available for download: http://people.apache.org/~stack/hbase-0.20.0-candidate-1/<http://people.apache.org/%7Estack/hbase-0.19.0-candidate-1/ More than 400 ...
Stack
Jul 30, 2009 at 12:32 am
Aug 7, 2009 at 7:44 pm -
Hey Guys, What do I need to do to add regionservers? I thought all I had to do was modify the regionservers file. I've added another box, and updated the regionservers file (and Hadoop slaves), ...
Llpind
Jul 2, 2009 at 4:15 pm
Jul 8, 2009 at 4:54 pm -
Hi, Does anyone can tell me the benefit of Column-oriented data modal? Thank you Fleming 宏明 --------------------------------------------------------------------------- TSMC PROPERTY This email ...
Y_823910
Jul 31, 2009 at 5:52 am
Jul 31, 2009 at 6:31 pm -
Hi all, 1. In this configuration property: <property <name hbase.hstore.compactionThreshold</name <value 3</value <description If more than this number of HStoreFiles in any one HStore (one ...
Zsongbo
Jul 10, 2009 at 3:58 am
Jul 27, 2009 at 4:09 am -
Hi all, I have a 70G sparsely populated tab file (74 columns) to load into 2 column families in a single HBase table. I am running on my tiny dev cluster (4 mac minis, 4G ram, each running all Hadoop ...
Tim robertson
Jul 22, 2009 at 12:38 pm
Jul 23, 2009 at 6:14 pm -
Hi all, I have one simple doubt in hbase , Suppose i use a scanner to iterate through all the rows in the hbase and process the data in the table corresponding to those rows .Is the processing of ...
Bharath vissapragada
Jul 22, 2009 at 4:43 am
Jul 22, 2009 at 4:44 pm -
Hi, It looks like HTablePool is designed to have one instance of HTablePool per table. I am confused by the static map inside HTablePool class. If we can instantiate one HTablePool per table, what's ...
Vaibhav Puranik
Jul 10, 2009 at 1:48 am
Jul 14, 2009 at 6:19 pm -
Hi All, I am getting the "Pass a Delete or a Put" exception from my reducer tasks (TableOutputFormat.java:96), even though I am actually passing a put... for(int i = 0; i < idList.size(); i++) { Put ...
Hegner, Travis
Jul 25, 2009 at 2:14 pm
Jul 28, 2009 at 8:11 pm -
Hi all, I wanted to implement TableMap interface so that "map" function can emit <Text,Text .. I wrote the code as follows ...
Bharath vissapragada
Jul 24, 2009 at 10:00 am
Jul 27, 2009 at 8:50 am -
Hi all, I am pretty new to HBase so forgive me if this seems like a silly question. Each row in my Hbase table is a geographical location that is related to other locations. For e.g. one relationship ...
Ishaaq Chandy
Jul 3, 2009 at 7:11 am
Jul 16, 2009 at 3:26 pm -
Hi, I am running hbase on single node and my hbase-site seetings are as follows: <configuration <property <name hbase.rootdir</name <value hdfs://127.0.0.1:9000/hbase</value <description The ...
Muhammad Mudassar
Jul 14, 2009 at 1:47 pm
Jul 15, 2009 at 9:14 am -
Hi all, Im new to hbase API .. can anyone tell me how to add a "row" to an existing hbase table . I saw Batchupdate class which only modifies existing "rows". i also checked out Htable and HBaseAdmin ...
Bharath vissapragada
Jul 7, 2009 at 5:44 pm
Sep 8, 2009 at 6:27 pm -
So.. are hbase libraries on some maven repository somewhere?? So I can simply depend on it?
Fernando Padilla
Jul 30, 2009 at 2:46 am
Jul 30, 2009 at 6:00 pm -
Hi, We have deployed the latest trunk (yesterday evening 5 pm) on EC2 1 master, 3 region servers. This morning, when I am trying to run client script for querying the table, I am getting following ...
Vaibhav Puranik
Jul 24, 2009 at 5:47 pm
Jul 25, 2009 at 3:01 am -
Hi all, Generally TableMap.initJob() method takes a "table name" as input to the map while using map-reduce in HBase . Is there a way so that i can use more than 1 table , i.e., input to the map ...
Bharath vissapragada
Jul 21, 2009 at 6:35 pm
Jul 22, 2009 at 5:45 pm -
Hi I am experiencing the NSRE exception (however, not all NSRE is created equal, so it seems) while scanning TestTable, TestTable is previously populated with sequentialWrite 100x1M records (using ...
Haijun Cao
Jul 19, 2009 at 8:23 pm
Jul 19, 2009 at 10:34 pm -
I am having an issue after deleting a row in the HBase 0.20 alpha. After deleting the row using the Delete object, I cannot put a row back that uses the same key as the deleted row. No exceptions ...
Bryan Keller
Jul 9, 2009 at 9:43 pm
Jul 10, 2009 at 9:55 pm -
Hi, Does anybody have any suggestion/best practices on id/row/key generation for HBase rows? Do people use sequential ids (like rdbms - 1,2,3,4...) or people use strings ids? What id server do you ...
Vaibhav Puranik
Jul 8, 2009 at 2:34 pm
Jul 9, 2009 at 4:09 am -
Hi there, If I want to save my user's articles, I want to know how to create HBase schema. key value title content create_date U1 t1 c1 d1 U1 t2 c2 d2 U1 t3 c3 d3 After the user sign in,I want to ...
Y_823910
Jul 31, 2009 at 1:11 am
Aug 1, 2009 at 9:30 pm -
Hey, I have a couple tall tables (~ 120M rows each with small columns). I was wondering what type of read performance I can expect using LZO compression? Also, is there a way to enable compression on ...
Llpind
Jul 28, 2009 at 9:24 pm
Jul 29, 2009 at 6:32 pm -
Hi all , Is there a way , i can get "Scanner" to the part of the table in a specific region server using it's "HOST NAME" ... Eg : suppose i have a table "A" and one of the region servers have ...
Bharath vissapragada
Jul 25, 2009 at 9:42 am
Jul 26, 2009 at 6:30 pm -
Hi all, (thanks for help on the other thread - I moved this to new one since I was diverging...) Following the instructions on the readme from the trunk (0.20.0) I have in my configuration: ...
Tim robertson
Jul 20, 2009 at 5:01 pm
Jul 21, 2009 at 9:40 am -
Dears, I've just finished some slides about some cases of designing hbase table schemas. Please have a look here: http://www.slideshare.net/hmisty/20090713-hbase-schema-design-case-studies The cases ...
Qingyan(Evan) Liu
Jul 13, 2009 at 6:09 pm
Jul 16, 2009 at 5:51 pm -
I'm getting the following error "mapreduce.reduce.class is incompatible with reduce compatability mode " when using: import org.apache.hadoop.mapred.OutputFormat; and setting the reducer output ...
Yair Even-Zohar
Jul 14, 2009 at 2:51 pm
Jul 14, 2009 at 6:18 pm -
Hi Ramesh, I've had the same problem with Eclipse 3.3 and 3.4. I'm hoping that the just released 3.5 will have it fixed. It always seems to happen when Eclipse tries to auto-complete something from ...
Dave Latham
Jul 1, 2009 at 2:06 pm
Jul 30, 2009 at 6:28 pm -
Hello, I'm sure this is some trivial error, but I a) checked out from svn svn co http://svn.apache.org/repos/asf/hadoop/hbase/branches/0.2 b) cd in to 0.2 and ran ant and got this error jspc: BUILD ...
Saptarshi Guha
Jul 25, 2009 at 5:14 pm
Jul 25, 2009 at 5:52 pm -
Hi Everybody, We have created Spring like classes - *HBaseTemplate, HBaseCallback and HBaseConfigurationFactoryBean* for all the *Spring Framework* fans. This will make it easy to use HBase with ...
Vaibhav Puranik
Jul 22, 2009 at 5:29 pm
Jul 23, 2009 at 5:54 pm -
Hi all, I am trying to bulk import using my own mapreduce code (doing the insert in my map()). I have modified my hadoop-env.sh to have the following: export ...
Tim robertson
Jul 20, 2009 at 4:04 pm
Jul 20, 2009 at 5:02 pm -
dears, I'm fresh to hbase. I just checkout hbase trunk rev-792389, and test its performance by means of org.apache.hadoop.hbase.PerformanceEvaluation (Detailed testing results are listed below). It's ...
Qingyan(Evan) Liu
Jul 9, 2009 at 9:14 am
Jul 10, 2009 at 2:46 am -
Hi, I have just started to work with hbase can any body here tell me how to add a table to the hbase. thanks Muhammad Mudassar
Muhammad Mudassar
Jul 8, 2009 at 5:35 am
Jul 8, 2009 at 7:04 pm -
Hi list, In current trunk, TableReducer is defined like this: .... public abstract class TableReducer<KEYIN, VALUEIN extends Reducer<KEYIN, VALUEIN, ImmutableBytesWritable, Put .... As VALUEOUT is a ...
Doğacan Güney
Jul 7, 2009 at 2:50 pm
Jul 8, 2009 at 5:39 am -
Hi, It's the second time it happens. I have a Hadoop job that reads and inserts data into HBase. It works perfectly for a couple of hours and then HBase hangs. I'm using HBase 0.19.3 and Hadoop ...
Lucas Nazário dos Santos
Jul 2, 2009 at 2:41 pm
Jul 3, 2009 at 1:38 am -
Hello again! Yes, I know some of us are still recovering from OSCON. It's time for another delicious meetup to chat about Hadoop, HBase, Solr, Lucene, and more! UW is quite a pain for us to access ...
Bradford Stephens
Jul 27, 2009 at 7:16 pm
Aug 5, 2009 at 5:38 pm -
Hi all, Ryan wrote on a different thread: "It should be possible to randomly insert data from a pre-existing data set. There is some work to directly import straight into hfiles and skipping the ...
Tim robertson
Jul 27, 2009 at 8:30 pm
Aug 5, 2009 at 2:58 am -
Hallo I am running the hadoop version 0.19.1 on a cluster of 4 nodes. The hadoop is working fine. I have installed as well the hbase version 0.19.3 following the guideline in ...
Xine Jar
Jul 27, 2009 at 5:58 pm
Jul 28, 2009 at 5:28 pm -
Hi All, We have a cluster with 4 nodes, one for the Master server, and others for Region Server. In our case, there are 3 Downloaders crawling some specific web pages which will be saved in ...
Angus He
Jul 27, 2009 at 9:48 am
Jul 28, 2009 at 4:21 am -
Hi all, I am using a HTable as input to my map jobs and my reducer outputs to another Htable. There are 10 regions of my input HTable. And I have set conf.set("mapred.tasktracker.map.tasks.maximum", ...
Akhil1988
Jul 23, 2009 at 11:24 pm
Jul 27, 2009 at 4:15 am -
4
javadoc
Hi All, Forgive the simple question, as I am pretty new to java development, but what is the recommended way to execute javadoc from the trunk root? Is there a pre-written script to specify the ...Travis Hegner
Jul 24, 2009 at 6:22 pm
Jul 24, 2009 at 7:04 pm -
I've been exploring HBase recently and had originally set up a 0.19 cluster for prototyping, heard that 0.20 has all sorts of performance enhancements and setup another 0.20 cluster on a separate dev ...
Eric Tschetter
Jul 24, 2009 at 1:37 am
Jul 24, 2009 at 5:26 am -
Hi all , I am new to HBase MR programming . Though i have already used MR on hadoop .. iam facing some difficulties in running my HBase MR job . Details are as follows I have written a file ...
Bharath vissapragada
Jul 22, 2009 at 4:57 pm
Jul 23, 2009 at 5:47 am -
Hello, I had wrongly assumed that big endian format of integers(or doubles) is lexicographically ordered in the same way as they on the number line, e.g -1 < 1 but ff ff ff ff <= 00 00 00 01 so ...
Saptarshi Guha
Jul 21, 2009 at 12:11 am
Jul 21, 2009 at 5:23 am -
I am trying out hbase on my local machine. I ran out of file handles while loading Wikipedia pages into a table as a test: 2009-07-13 18:59:20,223 FATAL ...
Joel Nothman
Jul 13, 2009 at 3:16 pm
Jul 14, 2009 at 6:43 am -
Hi I m working on single node hadoop/hbase framework i have created some tables and added some data I want to ask how i can save these tables permanently in hbase as when i restart hbase tables are ...
Muhammad Mudassar
Jul 8, 2009 at 1:34 pm
Jul 10, 2009 at 2:48 pm -
Hi, I want to disable my table from shell, but it shows region offline. Any ways I can recover from this problem? Thank you Fleming ...
Y_823910
Jul 8, 2009 at 7:14 am
Jul 8, 2009 at 8:17 am -
Hello all, I am using HBase within a Map/Reduce job, and when I run the job, it exits with the following error: 09/07/06 18:34:42 INFO mapred.JobClient: Task Id : ...
John I. Noecker Jr.
Jul 6, 2009 at 10:41 pm
Jul 7, 2009 at 4:06 pm -
Hi, I'm writing my own C++ client for Hbase by making rest calls with libcurl. I have simple set and get working, but have some minor problems that I'm stuck on. One problem is that when I do a put ...
Adam Silberstein
Jul 29, 2009 at 8:31 pm
Jul 31, 2009 at 7:14 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 125 |
posts | 610 |
users | 79 |
website | hbase.apache.org |
79 users for July 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)