我可以创建集群,但是如何使脚本自动化呢?
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/
1条答案
按热度按时间dkqlctbz1#
今天我们在linux上使用hdinsight spark集群上的livy服务器。
见以下文件:https://azure.microsoft.com/en-us/documentation/articles/hdinsight-apache-spark-livy-rest-interface/