You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/spark/apache-spark-intellij-tool-plugin.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,8 +331,6 @@ Ensure you have satisfied the WINUTILS.EXE prerequisite.
331
331
332
332
### Spark Livy Interactive Session Console(Scala)
333
333
334
-
It is only supported on IntelliJ 2018.2 and 2018.3.
335
-
336
334
1. From the menu bar, navigate to **Run** > **Edit Configurations...**.
337
335
338
336
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
362
360
363
361

364
362
363
+
## Integrate with HDInsight Identity Broker (HIB)
364
+
365
+
### Connect to your HDInsight ESP cluster with Id Broker (HIB)
366
+
You can follow the normal steps to sign in to Azure subscription to connect to your HDInsight ESP cluster with Id Broker (HIB). 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 Id Broker (HIB)
369
+
You can follow the normal steps to submit job to HDInsight ESP cluster with Id Broker (HIB). 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
+

374
+
375
+
### Spark console on an HDInsight ESP cluster with Id Broker (HIB)
376
+
You can run Spark Local Console(Scala) or run Spark Livy Interactive Session Console(Scala) on an HDInsight ESP cluster with Id Broker (HIB). Refer to [Spark Console](#spark-console) for more instructions.
377
+
378
+
> [!NOTE]
379
+
> For the HDInsight ESP cluster with Id Broker (HIB), [link a cluster](#link-a-cluster) and [debug Apache Spark applications remotely](#debug-apache-spark-applications-locally-or-remotely-on-an-hdinsight-cluster) is not supported currently.
380
+
381
+
365
382
## Reader-only role
366
383
367
384
When users submit job to a cluster with reader-only role permission, Ambari credentials is required.
0 commit comments