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

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -