You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Richa Sharma <ma...@gmail.com> on 2013/06/05 13:34:39 UTC

External Tables - how to define the file name for data storage

Hi

Can i control the actual file name in which data is stored in an external
table in Hive ?

In Hive I want to load data from table A into an external table B and then
using Pig access data in table B.

Right now data is stored in file name 00000_0 -- I want to give it a
definite way. is there a way i can do it.