You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Brian Jeltema <br...@digitalenvoy.net> on 2015/01/13 20:19:03 UTC

writing to bucketed table in MR job

I have a table that I would like to define to be bucketed, but I also need to write
to new partitions using HCatOutputFormat (or similar) from an MR job. I’m getting
an unsupported operation error when I try to do that. Is there some way to make this work?
I suppose I could write to a temporary table, then use a Hive query to insert into the
target table, but I’d like to avoid the extra overhead.

Thanks in advance
Brian