Skip to content

Commit 8b56d84

Browse files
committed
cats152
1 parent 2da8924 commit 8b56d84

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/hdinsight/r-server/r-server-submit-jobs-r-tools-vs.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Submit jobs from R Tools for Visual Studio - Azure HDInsight
33
description: Submit R jobs from your local Visual Studio machine to an HDInsight cluster.
4-
ms.service: hdinsight
54
author: hrasheed-msft
65
ms.author: hrasheed
76
ms.reviewer: jasonh
7+
ms.service: hdinsight
88
ms.custom: hdinsightactive
99
ms.topic: conceptual
1010
ms.date: 06/19/2019
@@ -36,7 +36,7 @@ RTVS enhances your R workflow by offering tools such as the [R Interactive windo
3636

3737
2. Go to the **R Tools** menu item, then select **Data Science Settings...**.
3838

39-
![Data Science Settings...](./media/r-server-submit-jobs-r-tools-vs/data-science-settings.png)
39+
![Visual Studio Data Science Settings](./media/r-server-submit-jobs-r-tools-vs/data-science-settings.png)
4040

4141
> [!NOTE]
4242
> Using the approach in step 1, you can also save and restore your personalized data scientist layout, rather than repeating the **Data Science Settings** command.
@@ -51,11 +51,11 @@ RTVS enhances your R workflow by offering tools such as the [R Interactive windo
5151
6. Starting at the top of the file, press Ctrl+Enter to send each line, one at a time, to the R Interactive window. Some lines might take a while as they install packages.
5252
* Alternatively, you can select all lines in the R file (Ctrl+A), then either execute all (Ctrl+Enter), or select the Execute Interactive icon on the toolbar.
5353

54-
![Execute interactive](./media/r-server-submit-jobs-r-tools-vs/execute-interactive1.png)
54+
![Visual Studio execute interactive](./media/r-server-submit-jobs-r-tools-vs/execute-interactive1.png)
5555

5656
7. After running all the lines in the script, you should see an output similar to this:
5757

58-
![Workspace](./media/r-server-submit-jobs-r-tools-vs/visual-studio-workspace.png)
58+
![Visual Studio workspace R tools](./media/r-server-submit-jobs-r-tools-vs/visual-studio-workspace.png)
5959

6060
## Submit jobs to an HDInsight ML Services cluster
6161

@@ -91,7 +91,7 @@ Using a Microsoft ML Server/Microsoft R Client from a Windows computer equipped
9191
rxSetComputeContext(mySparkCluster)
9292
```
9393

94-
![Setting the Spark context](./media/r-server-submit-jobs-r-tools-vs/apache-spark-context.png)
94+
![apache spark setting the context](./media/r-server-submit-jobs-r-tools-vs/apache-spark-context.png)
9595

9696
1. Execute the following commands in the R Interactive window:
9797

@@ -109,17 +109,17 @@ a
109109

110110
1. From your HDInsight ML Services cluster pane in Azure, select **Storage accounts** from the left-hand menu.
111111

112-
![Storage accounts](./media/r-server-submit-jobs-r-tools-vs/hdinsight-storage-accounts.png)
112+
![Azure HDInsight Storage accounts](./media/r-server-submit-jobs-r-tools-vs/hdinsight-storage-accounts.png)
113113

114114
2. Select the default storage account for your cluster, making note of the container/directory name.
115115

116116
3. Select **Containers** from the left-hand menu on your storage account pane.
117117

118-
![Containers](./media/r-server-submit-jobs-r-tools-vs/hdi-storage-containers.png)
118+
![Azure HDInsight Storage containers](./media/r-server-submit-jobs-r-tools-vs/hdi-storage-containers.png)
119119

120120
4. Select your cluster's container name, browse to the **user** folder (you might have to click *Load more* at the bottom of the list), then select *RevoShare*, then **newUser**. The `people.json` file should be displayed in the `newUser` folder.
121121
122-
![Copied file](./media/r-server-submit-jobs-r-tools-vs/hdinsight-copied-file.png)
122+
![HDInsight copied file folder location](./media/r-server-submit-jobs-r-tools-vs/hdinsight-copied-file.png)
123123
124124
1. After you are finished using the current Apache Spark context, you must stop it. You cannot run multiple contexts at once.
125125
@@ -131,4 +131,3 @@ a
131131
132132
* [Compute context options for ML Services on HDInsight](r-server-compute-contexts.md)
133133
* [Combining ScaleR and SparkR](../hdinsight-hadoop-r-scaler-sparkr.md) provides an example of airline flight delay predictions.
134-

0 commit comments

Comments
 (0)