Issue: join two tables containing Array.

2013-08-07 Thread Hao Ren
run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Any workaround there ? Hao -- Hao Ren ClaraVista www.claravista.fr

Re: Hive-Hbase integration: join issues

2013-08-07 Thread Hao Ren
Update: When I remove *client_list Array*in both tables, it works fine. So, the problem is how to join a shark table and a hbase table with Array, Struct or Map ? Any workaround here ? Thank you. Hao Le 07/08/2013 10:09, Hao Ren a écrit : Hi, I have integrated hbase with Hive. When

Hive-Hbase integration: join issues

2013-08-07 Thread Hao Ren
ECT * FROM hive_dict n join hbase_dict o on (o.idvisite = n.idvisite); where hive_dict is a native hive table. I am new to hive and hbase. Googled a lot, but nothing found. Any thought is highly appreciated. Thank you in advance. Hao. -- Hao Ren ClaraVista www.claravista.fr