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-eclipse-tool-plugin.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,60 @@ To resolve this error, you need [download the executable](https://public-repo-1.
220
220
221
221

222
222
223
+
## Reader-only role
224
+
When users submit job to a cluster with reader-only role permission, Ambari credentials is required.
225
+
226
+
### Link cluster from context menu
227
+
228
+
1. Sign in with reader-only role account.
229
+
230
+
2. From **Azure Explorer**, expand **HDInsight** to view HDInsight clusters that are in your subscription. The clusters marked **"Role:Reader"** only have reader-only role permission.
231
+
232
+

233
+
234
+
3. Right click the cluster with reader-only role permission. Select **Link this cluster** from context menu to link cluster. Enter the Ambari username and password.
235
+
236
+

237
+
238
+
4. If the cluster is linked successfully, HDInsight will be refreshed.
239
+
The stage of the cluster will become linked.
240
+
241
+


252
+
253
+
### Link cluster from Spark Submission window
254
+
255
+
1. Create an HDInsight Project.
256
+
257
+
2. Right click the package. Then select **Submit Spark Application to HDInsight**.
258
+
259
+

260
+
261
+
3. Select a cluster which has reader-only role permission for **Cluster Name**. Warning message shows out. You can click **Link this cluster** to link cluster.
262
+
263
+

264
+
265
+
### View Storage Accounts
266
+
267
+
* For clusters with reader-only role permission, click **Storage Accounts** node, **Storage Access Denied** window pops up.
268
+
269
+

270
+
271
+

0 commit comments