【发布时间】:2017-01-09 19:38:01
【问题描述】:
从未分区的临时表提交复制作业到按天分区的最终表时,我收到了
cause:java.io.IOException: ErrorMessage: Incompatible table partitioning specification. Expects partitioning specification interval(type:day), but input partitioning specification is none;
那么复制作业到分区表的输入表是否有任何限制,如何克服?使用加载作业在 hadoop bigquery-connector 类中创建临时表。而且 JobConfigurationLoad 根本没有 TimePartitioning 的规范。
【问题讨论】:
标签: hadoop google-api google-bigquery