You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Import/Export

The IMPORT and EXPORT commands were added in Hive 0.8.0.

Import Syntax

IMPORT [[EXTERNAL] TABLE tableOrPartitionReference] FROM path

Export Syntax

EXPORT TABLE tableOrPartitionReference TO path
  • No labels