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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -