我可以创建群集但是如何自动化脚本呢?
var clusterInfo = new ClusterCreateParametersV2
{
Name = clusterConfig.ClusterName,
...
ClusterType = ClusterType.Spark
};`
cluster.RunScript()
?
我可以获得SparkContext吗?
https://azure.microsoft.com/en-us/documentation/articles/hdinsight-apache-spark-use-bi-tools/
答案 0 :(得分:0)
今天我们在linux上的HDInsight spark集群上使用livy服务器。
请参阅此处的文件: https://azure.microsoft.com/en-us/documentation/articles/hdinsight-apache-spark-livy-rest-interface/