Re: hbase importtsv

2014-05-01 Thread Amit Tewari
Make sure there are no primary key clash. HBase would over write the row if you upload data with same primary key. That's one reason you can possibly get less rows than what you uploaded Sent from my mobile device, please excuse the typos On May 1, 2014, at 3:34 PM, Kennedy, Sean C.

[Blog] How to create tables in Hive

2014-05-01 Thread unmesha sreeveni
Hi http://www.unmeshasreeveni.blogspot.in/2014/04/how-to-create-tables-in-hive.html This is a blog for creating tables in Hive for beginners Please post your comments for the same. Let me know your thoughts. -- *Thanks Regards * *Unmesha Sreeveni U.B* *Hadoop, Bigdata Developer* *Center

Re: data transfer from rdbms to hive

2014-05-01 Thread Shushant Arora
But how to achieve dynamic partitioning. For each row in mysql date from column get partition name and insert in corresponding partition in hive. Sqoop requires partition t be told beforehand. On Fri, May 2, 2014 at 8:36 AM, unmesha sreeveni unmeshab...@gmail.comwrote: I suggest you to go