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

Compare with Current View Page History

Version 1 Next »

Import/Export

The IMPORT and EXPORT were added in Hive 0.8.0.

Import Syntax

IMPORT [[EXTERNAL] TABLE tableOrPartitionReference] FROM path

Export Syntax

EXPORT TABLE tableOrPartitionReference TO path
  • No labels