Re: Issue in using Hbase-explorer!

2011-12-17 Thread Abhay Ratnaparkhi
It has that issue. HBase Explorer works with previous hbase version (hbase 0.89). When I upgraded to new (hbase 0.90) it started giving same exception. We ended up writing our own web application for exploring and searching HBase content. Abhay On Sat, Dec 17, 2011 at 5:07 PM, Michel Segel wrote:

HBase Search : patch HBASE-3529

2011-10-24 Thread abhay ratnaparkhi
Has anyone tried installing the patch for search? If yes can you give me how to install and use it? https://issues.apache.org/jira/browse/HBASE-3529 I am using Cloudera HBase distribution ( hbase-0.90.3-cdh3u1). Thanks & Regards - Abhay

Re: loading data in HBase table using APIs

2011-08-22 Thread abhay ratnaparkhi
Thank You! Abhay On Thu, Aug 18, 2011 at 5:56 PM, Doug Meil wrote: > > Have you reviewed this? > > http://hbase.apache.org/book.html#mapreduce.example > > I'm planning to add more examples in this chapter, but there is some > sample code to review. > > > >

Bulk loading in HBase

2011-08-18 Thread abhay ratnaparkhi
Following wiki has documentation regarding loading data in HBase. http://wiki.apache.org/hadoop/Hbase/MapReduce This usage deprecated map reduce APIs. There is an example under heading *Example to bulk import/load a text file into an HTable.* This usage HTable to load data in HBase. If I want to

Re: loading data in HBase table using APIs

2011-08-18 Thread abhay ratnaparkhi
o:doug.m...@explorysmedical.com] > >>> >Sent: Sunday, July 17, 2011 4:40 PM > >>> >To: user@hbase.apache.org > >>> >Subject: Re: loading data in HBase table using APIs > >>> > > >>> > > >>> >Hi there- > >>>

BulkLoading MR tasks

2011-08-08 Thread abhay ratnaparkhi
Hello, I am trying to load data in HBase table using Map Reduce task. I have input from one HBase table which has some id's stored (around 10). My task reads data from that table and invokes one API giving that ID as input and fetching some documents and meta information (through API). I am u

unable to resolve the DNS name

2011-08-01 Thread abhay ratnaparkhi
Hello, I have installed hadoop-hbase cluster (CDH3 distribution). I am getting following error while trying to connect HBase table using Java API 11/08/01 20:44:57 ERROR hbase.HServerAddress: Could not resolve the DNS name of dpev266:6 Exception in thread "main" java.lang.IllegalArgumentExcep

loading data in HBase table using APIs

2011-07-17 Thread abhay ratnaparkhi
Hello, I am loading lots of data through API in HBase table. I am using HBase Java API to do this. If I convert this code to map-reduce task and use *TableOutputFormat* class then will I get any performance improvement? As I am not getting input data from existing HBase table or HDFS files there

hbase explore

2011-06-20 Thread abhay ratnaparkhi
I am getting exception while scanning a table using HBase explorer UI. *Error 500:* *Servlet:* default *URI:* /hbaseexplorer-0.4.1/hbaseSource/index *Exception Message:* No signature of method: java.util.TreeMap$1.first() is applicable for argument types: () values: [] Possible solutions: print(ja

using HBase explorer

2011-06-19 Thread abhay ratnaparkhi
I am using HBase 0.89.20100924+28 version on a 16 nodes cluster. I have installed HBase Explorer (hbaseexplorer-0.4.1) on another machine and given all the configuration parameters correctly. Still I am getting MasterNotRunning exception org.apache.hadoop.hbase.MasterNotRunningException Is there

iew data in hbase tables

2011-06-07 Thread abhay ratnaparkhi
Hello, I am new to HBase. I want to know if there is any tool available to view HBase table data. I know we can view contents using Hbase shell. Is there any browser based tool/application available? Abhay.