Re: writing your own custom map-reduce to scan a table

2012-08-20 Thread Bertrand Dechoux
Hi, I am not sure to understand why this question is asked in the dev mailing list of hive. You will have more answer using common hadoop or hbase mailing lists. The answer is that you have to use a custom InputFormat for HBase like TableInputFormat http://hbase.apache.org/apidocs/org/apache/hado

Re: writing your own custom map-reduce to scan a table

2012-08-19 Thread Navis류승우
How about using HCatalogue? I heard it's made for that kind of works. 2012/8/18 Mahsa Mofidpoor > Hi all, > > Does anybody know how you can write your own custom mapReduce to scan a > table? > > Thank you in advance for your response. > Mahsa >