Livy Batch submission for Spark Scala job in Azure HDInsight without providing Cluster credentials in Code for Basic authentication -


i trying submit spark scala (.jar) job via .net azure hdinsight using livy batch submission.i have followed link https://docs.microsoft.com/en-us/rest/api/hdinsightspark/hdinsight-spark-batch-job#create-a-new-batch-job .in need provide basic authentication cluster credentials, username , password mentioned in code.is there secured way avoid providing credentials , use kind of tokens authentication.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -