I would like to migrate my HIVE tables to an existing Dataproc cluster. Is there any way to deploy the tables using Google Deployment Manager
. I have checked the list of supported resource types in GDM; could not locate a hive resource type. However, there is an instance of dataproc.v1.cluster
available and I was able to successfully deploy a dataproc cluster. Now, is there any way to deploy my HIVE
ddls within the cluster?
1 回答
0
为了自定义您的集群,我们建议您执行初始化操作。
如果您的配置单元表都设置为EXTERNAL
与 GCS 或 BigQuery 中的数据一样,您可以从在 Cloud SQL 上设置元存储中受益
于 2018-01-16T17:29:45.803 回答