hadoop - How can I automate Azure Spark from c#? -
i can create cluster how automate scripts?
var clusterinfo = new clustercreateparametersv2 { name = clusterconfig.clustername, ... clustertype = clustertype.spark };`
cluster.runscript()
?
can sparkcontext?
https://azure.microsoft.com/en-us/documentation/articles/hdinsight-apache-spark-use-bi-tools/
today use livy server on hdinsight spark cluster on linux.
see documetation here: https://azure.microsoft.com/en-us/documentation/articles/hdinsight-apache-spark-livy-rest-interface/
Comments
Post a Comment