Re: TableRecordReaderImpl is not able to get the rows

2012-06-14 Thread Subroto
ameer.com] > Sent: Thursday, June 14, 2012 1:35 PM > To: user@hbase.apache.org > Subject: Re: TableRecordReaderImpl is not able to get the rows > > Hi Sonal, > > Thanks for your suggestion… I checked my code and found out that I was doing > something like this:

RE: TableRecordReaderImpl is not able to get the rows

2012-06-14 Thread Anoop Sam John
n -Anoop- From: Subroto [ssan...@datameer.com] Sent: Thursday, June 14, 2012 1:35 PM To: user@hbase.apache.org Subject: Re: TableRecordReaderImpl is not able to get the rows Hi Sonal, Thanks for your suggestion… I checked my code and found out that I was doing something like

Re: TableRecordReaderImpl is not able to get the rows

2012-06-14 Thread Subroto
Hi Sonal, Thanks for your suggestion… I checked my code and found out that I was doing something like this: for (String column : columns) { scan.addColumn(Bytes.toBytes(column), Bytes.toBytes("")) } The same scan object was being set in the configuration. After removing this piece of c

Re: TableRecordReaderImpl is not able to get the rows

2012-06-14 Thread Sonal Goyal
Are you doing something specific with the RecordReader? Maybe you can post more of your code as it is difficult to tell anything right now. Best Regards, Sonal Crux: Reporting for HBase Nube Technologies

Re: TableRecordReaderImpl is not able to get the rows

2012-06-13 Thread Subroto
Hi Sonal, The Scan is being created by: void org.apache.hadoop.hbase.mapreduce.TableInputFormat.setConf(Configuration configuration) I am not providing any other scan options…. :-( Cheers, Subroto Sanyal On Jun 13, 2012, at 1:30 PM, Sonal Goyal wrote: > Hi Subroto, > > How are you configuring

Re: TableRecordReaderImpl is not able to get the rows

2012-06-13 Thread Sonal Goyal
Hi Subroto, How are you configuring your job? Are you providing any Scan options? Check Chapter 7 of the ref guide at http://hbase.apache.org/book/mapreduce.example.html Best Regards, Sonal Crux: Reporting for HBase Nube Technologies

TableRecordReaderImpl is not able to get the rows

2012-06-13 Thread Subroto
Hi, I have a table with details: hbase(main):024:0> scan 'test' ROW COLUMN+CELL