Skip to content

Commit 5b6b463

Browse files
author
Lanjun Li (Beyondsoft)
committed
addHIBsection
1 parent f431fe5 commit 5b6b463

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

articles/hdinsight/spark/apache-spark-intellij-tool-plugin.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ Ensure you have satisfied the WINUTILS.EXE prerequisite.
331331

332332
### Spark Livy Interactive Session Console(Scala)
333333

334-
It is only supported on IntelliJ 2018.2 and 2018.3.
335-
336334
1. From the menu bar, navigate to **Run** > **Edit Configurations...**.
337335

338336
2. From the **Run/Debug Configurations** window, in the left pane, navigate to **Apache Spark on HDInsight** > **[Spark on HDInsight] myApp**.
@@ -362,6 +360,25 @@ It is convenient for you to foresee the script result by sending some code to th
362360

363361
![Send Selection to Spark Console](./media/apache-spark-intellij-tool-plugin/send-selection-to-console.png)
364362

363+
## Integrate with HDInsight Identity Broker (HIB)
364+
365+
### Connect to your HDInsight ESP cluster with HIB enabled
366+
You can follow the normal steps to sign in to Azure subscription to connect to your HDInsight ESP cluster with HIB enabled. After sign in, you will see the cluster list in Azure Explorer. For more instructions, see [Connect to your HDInsight cluster](#connect-to-your-hdinsight-cluster).
367+
368+
### Run a Spark Scala application on an HDInsight ESP cluster with HIB enabled
369+
You can follow the normal steps to submit job to HDInsight ESP cluster with HIB enabled. Refer to [Run a Spark Scala application on an HDInsight Spark cluster](#run-a-spark-scala-application-on-an-hdinsight-spark-cluster) for more instructions.
370+
371+
We upload the necessary files to a folder named with your sign in account, and you can see the upload path in the configuration file.
372+
373+
![upload path in the configuration](./media/apache-spark-intellij-tool-plugin/upload-path-in-the-configuration.png)
374+
375+
### Spark console
376+
You can run Spark Local Console(Scala) or run Spark Livy Interactive Session Console(Scala) on an HDInsight ESP cluster with HIB enabled. Refer to [Spark Console](#spark-console) for more instructions.
377+
378+
> [!NOTE]
379+
> For the ESP cluster with HIB enabled, link a cluster and debug Apache Spark applications remotely is not supported currently.
380+
381+
365382
## Reader-only role
366383

367384
When users submit job to a cluster with reader-only role permission, Ambari credentials is required.
3.63 KB
Loading

0 commit comments

Comments
 (0)