【发布时间】:2018-07-23 09:46:24
【问题描述】:
我见过 Move data from hive tables in Google Dataproc to BigQuery Migrate hive table to Google BigQuery
但是 distcp 的问题是,它会将数据从 hdfs 移动到 gs..并且我的表是 ORC 格式。到目前为止,bigquery 还声称只支持 JSON、CSV、AVRO。
因此需要帮助将数据从 hive 表(ORC 格式)传输到 BigQuery(任何格式)
【问题讨论】:
-
您可以添加评论on the related feature request,要求在可用时将其列入白名单。在那之前,您最好的选择可能只是转换为受支持的格式。
标签: hive google-cloud-platform google-bigquery orc