I think that you pointed me to a document about how to create a cluster with Ifra as code. (We allready did that).
My question was related about how can I move , for instance, a pyspark script, or a hive DDL script from dev cluster to prod cluster.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I need recommendations about how to apply CI/CD in HDinsight.
I want to create "dev" and "prod" cluster. One Spark and one Hive IQ each. Let's imagine:
my-cluster-spark-dev
my-cluster-hiveiq-dev
my-cluster-spark-prod
my-cluster-hiveiq-prod
Suppose that I am testing a flow and for that I created a hive table in dev. After running some test, everything goes well, and I need to deploy the create table script in the hive production cluster.
How can I achieve that? We are totally allowed to use Azure Devops.
Thanks,
Fede
I think that you pointed me to a document about how to create a cluster with Ifra as code. (We allready did that).
My question was related about how can I move , for instance, a pyspark script, or a hive DDL script from dev cluster to prod cluster.