Re: Anything wrong with this query?

2012-07-14 Thread John Omernik
The LEFT and the RIGHT JOIN is invalid, you need LEFT OUTER JOIN or RIGHT OUTER JOIN or just JOIN (no INNER JOIN) On Fri, Jul 13, 2012 at 11:06 AM, Raihan Jamal wrote: > Whenever I try to run this below query, I always get error as OR is not > supported in JOIN? Is there any other way of doing

Re: [ANN] Hive-protobuf support

2012-07-14 Thread kulkarni.swar...@gmail.com
Hi Edward, This project looks really good. Internally, we also have been working on similar changes. Specifically, enhancing the existing HIve/HBase Integration to support protobufs/thrifts stored in HBase. Because of the need to specify explicit columns mapping and number of issues faced [1] wit

[ANN] Hive-protobuf support

2012-07-14 Thread Edward Capriolo
Hello all, My employer, m6d.com, has given the thumbs up to open source our latest hive tool, hive-protobuf. We created this because we work with protobuf formats often and wanted to be able to directly log an query this types without writing one-off User Defined Functions or Input Formats. https