Hello, I have a hive query which does a simple select and writes the results to a local
file system. For example, a query like this, INSERT OVERWRITE LOCAL DIRECTORY '/home/hdp-user/hiveadmin_dirs/outbox/apachetest' Select host, identity, user, time, request from raw_apachelog where ds = '2011-03-22-001500'; Now this creates a two files under apachetest folder. This table has only 32 rows. Is there any way I can make Hive to create only single file ? Appreciate your help :) Thanks, Senthil