You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Rex X <dn...@gmail.com> on 2016/03/24 22:57:36 UTC

How to do multiple output of Hive with Python?

Given a query

select category, value from someHiveTable;

I expect to output the result above of each category into one separate file
named by the corresponding category.

Any tips how to make it?