Search Discussions
-
Hi I know HBase is designed for OLAP, query intensive type of applications. But I like the flexibility feature of its column-base architecture which allows me having no need to predefine every column ...
Fullysane
Jan 9, 2012 at 5:26 pm
Jan 13, 2012 at 6:43 pm -
Dear all, I am developing an API for medical use i.e Hospital admissions and all about patients, thus transactions and queries and realtime data is important here... Therefore both real-time and ...
Dalia Sobhy
Jan 25, 2012 at 3:02 pm
Jan 27, 2012 at 7:06 am -
Still no love... Any suggestions? I'm on EC2, and I am trying to set up a Pseudo-Distributed HBaser Server on one machine, and access it from another. Both machines are EC2. I have already found the ...
Peter Wolf
Jan 12, 2012 at 4:20 pm
Jan 16, 2012 at 5:50 pm -
I can't start HMaster Please help me.. second day about this error Exception in thread "main" java.lang.RuntimeException: Failed construction of Regionserver: class ...
Invisible.Trust
Jan 21, 2012 at 6:04 am
May 4, 2012 at 4:40 pm -
Hello, I read this blog http://outerthought.org/blog/465-ot.html. It mentions that every 24 hours the major compaction will occur. My question is that if there are any other conditions which can ...
Yonghu
Jan 26, 2012 at 1:44 pm
Jan 27, 2012 at 6:26 am -
Hallo, I tried the pseudo distribution mode of HBase. The Hadoop version is 0.20.2. I configured the hbase-site.xml as <configuration <property <name hbase.rootdir</name <value ...
Yonghu
Jan 5, 2012 at 3:08 pm
Jan 6, 2012 at 5:00 pm -
Hi all, Hadoop 1.0.0 and HBase 0.90.5 are released. I am curious whether hadoop 1.0.0 is compatible with HBase 0.90.5. And whether this combination is the best choice for production cluster now? ...
Weihua JIANG
Jan 5, 2012 at 6:07 am
Feb 17, 2012 at 10:13 pm -
Hello all, I am looking for advice on speeding up my Scanning. I want to iterate over all rows where a particular column (language) equals a particular value ("JA"). I am already creating my row keys ...
Peter Wolf
Jan 25, 2012 at 12:56 pm
Jan 26, 2012 at 6:09 pm -
Hi, 1) According to the this url (1), HBase performs well for two or three column families. Why is it so? 2) Dump of a HFile, looks like below. The contents of a row stay together like a regular ...
Praveen Sripati
Jan 21, 2012 at 7:08 am
Jan 24, 2012 at 9:31 am -
11
does increasing region filesize followed by major compactions supposed to reduce number of regions?
this is probably a rookie question. but my understanding is that if i increase the region max file size and then initiate major compaction manually, the number of regions should ideally go down by ...T Vinod Gupta
Jan 12, 2012 at 6:36 pm
Mar 28, 2012 at 5:02 pm -
11
Hbase Images
How can I insert images into Hbase? Is it possible to use HBase to serve images? For example: A user uploads an image to Hbase via our PHP application (REST/Stargate interface). Also, what is the ...Mrconk
Jan 17, 2012 at 4:54 pm
Jan 18, 2012 at 10:25 pm -
Your HBase crew are pleased to announce the release of HBase 0.92.0. Download it from your favorite Apache mirror [1]. HBase 0.92.0 includes a wagon-load of new features including coprocessors, ...
Stack
Jan 23, 2012 at 11:57 pm
Feb 2, 2012 at 8:40 pm -
Hi, I wanted to setup Hadoop and Hbase in one remote server and Hbase client running in another system. Please let me know which mode should the Hadoop and Hbase be running in the remote server. ...
Sangeetha k
Jan 24, 2012 at 11:52 am
Jan 30, 2012 at 11:27 am -
Hi, I have an HBase cluster which consists of 1 master server (running NameNode, Zoo Keeper and HBase Master) and 3 region masters (Running DataNode and Region Server). I also have a Thrift server ...
Galed Friedmann
Jan 30, 2012 at 2:39 pm
Feb 2, 2012 at 7:27 pm -
Hello guys, I setup a Hadoop and HBase in EC2. My Settings as follows: Apache Official Version Hadoop 0.20.203.0 HBase 0.90.4 1 master node for Hadoop and HBase , 1 tasktracker/regionserver for ...
Fei Dong
Jan 24, 2012 at 1:33 am
Jan 25, 2012 at 4:57 am -
Royston: For the median aggregate, is the following what you're looking for ? Find the median among the values of all the keyvalue for cf:qualifier column. There is a well known distributed method of ...
Ted Yu
Jan 6, 2012 at 3:31 am
Jan 10, 2012 at 1:47 pm -
Hi all, I am trying to create hbase tables using shell script. The table name will come as argument to the script like: $HBASE_HOME/bin/hbase shell created.sh test1 Here test1 is the table name. When ...
Stuti Awasthi
Jan 25, 2012 at 7:35 am
Feb 2, 2012 at 10:47 am -
Hello, Have couple of questions around hbase "export" facility: 1. I was looking at Export code. http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/Export.html. I don't see ...
Jahangir Mohammed
Jan 12, 2012 at 4:14 am
Jan 25, 2012 at 4:42 am -
I have a standalone instance of HBASE (single instance, on localhost). After reading a few thousand records using a scanner my thread is stuck waiting: "main" prio=10 tid=0x00000000016d4800 nid=0xf3a ...
Joel Halbert
Jan 13, 2012 at 10:37 pm
Jan 19, 2012 at 5:01 am -
Hello all, I am having trouble starting and stopping Standalone HBase. I successfully start Standalone, or at least there is no error message However, when I try to use the shell, I get this ...
Peter Wolf
Jan 10, 2012 at 5:04 pm
Jan 10, 2012 at 7:52 pm -
I am badly stuck and can't find a way out. i want to change my rowkey schema while copying data from 1 table to another. but a map reduce job to do this won't work because of large row sizes ...
T Vinod Gupta
Jan 12, 2012 at 11:38 am
Nov 15, 2013 at 9:05 pm -
Trying to run my code (a test of Aggregation Protocol and an MR HBase table loader) on latest build of 0.92.0 (r1232715) I get an 'old server' warning (I've seen this before and it's always been ...
Royston Sellman
Jan 20, 2012 at 5:25 pm
Jan 23, 2012 at 1:56 pm -
Another Standalone question- Can I have multiple clients, running on multiple machines access a Standalone HBase? Is there a problem with having 10's of clients hitting a Standalone system? What is ...
Peter Wolf
Jan 10, 2012 at 5:42 pm
Jan 10, 2012 at 6:55 pm -
Hi, I am new to hadoop and hbase. I was able to configure a pseudo-distributed hbase instance using HDFS file system. I can interact to my hbase instance using hbase shell with no problem. But I'm ...
Listas Discussões
Jan 27, 2012 at 6:19 pm
Jun 3, 2014 at 3:38 am -
Hi, I am using hbase to store java objects. The objects implement the Writable interface. The size of objects to be stored in each row ranges from a few kb to ~50 Mb. The strategy that I am planning ...
Rohit Kelkar
Jan 27, 2012 at 8:43 am
Jan 30, 2012 at 8:20 am -
Hi, Coprocessors introduced in 0.92 can also be used to filter out the data similar to the filters. What are the differences between filters and coprocessors leaving aside the code/API? One thing I ...
Praveen Sripati
Jan 26, 2012 at 6:25 am
Jan 30, 2012 at 2:37 am -
Hello list, I am trying to connect to Hbase from a remote machine, but I am getting the following error - debug: Hbase Demo Application 12/01/22 19:48:19 INFO zookeeper.ZooKeeper: Client ...
Mohammad Tariq
Jan 22, 2012 at 2:27 pm
Jan 23, 2012 at 7:02 am -
Hi , I am looking into how to limit the output of scans. I got this in shell but not able to get any java api for that. I am sure I am missing it. scan 't1',{LIMIT= 2} Please suggest me the scan api ...
Stuti Awasthi
Jan 20, 2012 at 5:24 am
Jan 23, 2012 at 6:16 am -
I'm taking a look at moving our datastore from Oracle to HBase, and trying to understand how HBase could be used for ad-hoc aggregation queries across our data. My understanding is MapReduce is more ...
Kfarmer
Jan 11, 2012 at 6:59 pm
Jan 11, 2012 at 7:52 pm -
Hello, I have installed HBase-0.90.4 on my local machine and as shown in "quick start " i installed/configured in standalone mode using my local file system of fedora-15. I have not started hadoop ...
Neetu Ojha
Jan 5, 2012 at 9:35 am
Jan 5, 2012 at 11:56 am -
Hi, i am using the input of a mapper as a rowkey to make a GET Request to a table. Is it somehow possible to retrieve information about how much data had to be transferred over network or how many of ...
Christopher Dorner
Jan 9, 2012 at 9:19 pm
Feb 14, 2012 at 6:08 pm -
Dear all, I am a new user of HBase. I wonder the ranking strategy in HBase. I am now using Solr to manage the large amount of data in my system. I got one issue when loading data from Solr. In most ...
Bing Li
Jan 29, 2012 at 8:00 pm
Jan 30, 2012 at 6:53 am -
Hi all, We found so many hlogs in our cluster, after some analysis, we also found one splitted region occurred in HLog.lastSeqWritten. For this region had been closed, it can't be flushed again. So ...
Bijieshan
Jan 25, 2012 at 4:57 am
Jan 25, 2012 at 6:45 am -
Does 0.92 support a significant increase in row size over 0.90.x? With 0.90.4 we have seen writes start choking at 30 million cols/row and reads start choking at 10 million cols/row. Can we assume ...
Wayne
Jan 20, 2012 at 7:43 pm
Jan 23, 2012 at 2:43 pm -
Hi, I am trying to figure out if Hbase is the right candidate for my use case which is as follows : I have a users table containing millions users and for each user I have a bunch of data points for ...
Amit Gupta
Jan 20, 2012 at 10:10 pm
Jan 21, 2012 at 1:49 pm -
Hi, After an upgrade of hadoop and hbase (to 0.90.4-cdh3u2) from 0.90 hbase and 0.20-append hadoop on a single node test installation everything worked fine initially. Then there was some DNS changes ...
Henning Blohm
Jan 17, 2012 at 3:20 pm
Jan 20, 2012 at 7:50 am -
Hello, I want to measure requests per second for each Region Server during inserts on a table that is spread over this Region Servers. So during inserts I run local java app to grab the Region Server ...
Christian Schäfer
Jan 7, 2012 at 5:10 pm
Jan 11, 2012 at 1:36 am -
In DN logs, There are a lot of "480000 millis timeout" exceptions when some scans finished, But Region server have no exceptions. I analyzed the flow of HBase and Hadoop. I found we are using API ...
Gaojinchao
Jan 9, 2012 at 5:15 am
Jan 9, 2012 at 8:31 pm -
Hi, I just want to know if anyone has any idea on what POC I could make using Hadoop? I want to build something that has real world usage and not something just to learn hadoop. So I'd like to make ...
Kumar vaibhav
Jan 29, 2012 at 1:04 pm
Feb 13, 2012 at 4:51 pm -
Hii there I earlier used hbase locally , using my ext3 as filesystem for hbase. That worked ok :) . Now I moved on to next step of setting it up on hdfs. I am using hadoop-0.20.2 and hbase0.90.4 in ...
Neuron005
Jan 26, 2012 at 5:17 pm
Jan 29, 2012 at 11:23 am -
hi, i try to use hbase 0.90.5 as db-backend to store data from a servlet. i created the table manually via hbase shell, but call Configuration config = HBaseConfiguration.create(); from servlet fails ...
Kim young ill
Jan 22, 2012 at 12:50 am
Jan 22, 2012 at 10:15 pm -
Hi All, I like to know if HBase.Client.Result.getValue(...) and Result.getColumn(...) fetch actual value from TABLE everytime or is it available in Result/ResultScanner already? -- Alok
Alok Kumar
Jan 20, 2012 at 8:48 am
Jan 21, 2012 at 3:05 pm -
I recently bumped up the region size memory configuration on our HBase cluster and after doing a rolling restart of our 5 nodes I saw the following in the HBase status page: Regions in Transition ...
Mark
Jan 20, 2012 at 6:42 pm
Jan 21, 2012 at 6:29 am -
Hi, I have installed HBase 0.90.5 on Ubuntu 11.10 and ran the bin/start-hbase.sh command without any changes to the configuration files. jps outputs only HMaster and in the log file the below ...
Praveen Sripati
Jan 18, 2012 at 11:19 am
Jan 19, 2012 at 3:56 am -
Hello, I tried to find the information in the documentation but it is still not clear to me. I do a lot of bulk loading using the MapReduce job whose output is HFiles that are automatically loaded to ...
Stanislav Barton
Jan 11, 2012 at 6:50 pm
Jan 17, 2012 at 2:20 pm -
Hello, I tried to import a table from hbase 0.90.3 to hbase 0.90.4 on a different cluster by copying the data between those two clusters. I uploaded the data into HDFS and called add_table.rb on ...
Stanislav Barton
Jan 10, 2012 at 4:18 pm
Jan 13, 2012 at 10:16 am -
i was scanning through different questions that people asked in this mailing list regarding choosing the right schema so that map reduce jobs can be run appropriately and hot regions avoided due to ...
T Vinod Gupta
Jan 10, 2012 at 11:26 am
Jan 11, 2012 at 2:30 am -
Hello all, I am a new HBase user with a familiar problem. I need to efficiently return the last 100 rows from an account. I searched the archives, and read the book, but did not find a complete ...
Peter Wolf
Jan 5, 2012 at 9:42 pm
Jan 6, 2012 at 4:21 pm -
I am crawling different industry data and storing the data into single hbase table. For example I am crawling Electronics and Computer industries and stored in a table called 'industry_tbl'. Now I ...
Karthik Pandian
Jan 2, 2012 at 7:09 am
Apr 13, 2012 at 7:36 pm -
Hello, I'm thinking of using HBase to store a matrix, so each subblock of a matrix is stored as a value in HBase, and the key of the value is the location of the subblock in the matrix. At beginning, ...
Zheng Da
Jan 31, 2012 at 1:28 am
Feb 1, 2012 at 5:34 pm
Group Overview
group | user |
categories | hbase, hadoop |
discussions | 132 |
posts | 655 |
users | 145 |
website | hbase.apache.org |
145 users for January 2012
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)