Re: Unsubscribe

2022-06-16 Thread Ranjini Rathinam
Unsubscribe On Fri, 17 Jun 2022, 06:13 Ranjini Rathinam, wrote: > Unsubcribe >

Unsubcribe

2022-06-16 Thread Ranjini Rathinam
Unsubcribe

Performance on updation.

2014-05-26 Thread Ranjini Rathinam
Hi, I want to know the performance of hbase on doing updation operation. How good is Hbase on Updation ? Please suggest. Thanks in advance. Ranjini

XML to TEXT

2014-01-08 Thread Ranjini Rathinam
Hi, As suggest i tried with the code , but in the result.txt i got output only header. Nothing else was printing. After debugging i came to know that while parsing , there is no value. The problem is in line given below which is bold. While putting SysOut i found no value printing in this line.

Fine tunning

2014-01-06 Thread Ranjini Rathinam
Hi, I have a input File of 16 fields in it. Using Mapreduce code need to load the hbase tables. The first eight has to go into one table in hbase and last eight has to got to another hbase table. The data is being loaded into hbase table in 0.11 sec , but if any lookup is being added in the

Split using mapreduce in hbase

2013-12-31 Thread Ranjini Rathinam
Hi, I want to split a file containg 20 attibutes. the first 10 must go in one hbase table and another 10 must go in another hbase table . I used MultiTableoutputFormat. but still not working. how to pass table name in it.? Please help me in fixing this. please provide sample code for this.