When you create an external table in Hive with an S3 location is the data transfered?

后端 未结 2 1571
不思量自难忘°
不思量自难忘° 2021-02-09 10:38

When you create an external table in Hive (on Hadoop) with an Amazon S3 source location is the data transfered to the local Hadoop HDFS on:

  • external table creation
2条回答
  •  旧时难觅i
    2021-02-09 11:19

    The data is transferred to your hadoop nodes when queries (MR Jobs) access the data.
    Create external table only change Hive metadata and never move actual data.

提交回复
热议问题