Skip to content

Commit aa5e8d3

Browse files
committed
modify as required
1 parent dec5302 commit aa5e8d3

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/synapse-analytics/spark/apache-spark-azure-log-analytics.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,27 +122,28 @@ spark.synapse.logAnalytics.keyVault.linkedServiceName <LINKED_SERVICE_NAME>
122122

123123
### Step 3: Upload your Spark configuration to a Spark pool
124124
You can upload the configuration file to your Synapse Spark pool in Synapse Studio.
125-
- Navigate to your Apache Spark pool in the Azure Synapse Studio (Manage -> Apache Spark pools)
126-
- Click the **"..."** button on the right of your Apache Spark pool
127-
- Select Apache Spark configuration
128-
- Click **Upload** and choose the **"spark_loganalytics_conf.txt"** created.
129-
- Click **Upload** and **Apply**.
130125

131-
> [!div class="mx-imgBorder"]
132-
> ![spark pool configuration](./media/apache-spark-azure-log-analytics/spark-pool-configuration.png)
126+
1. Navigate to your Apache Spark pool in the Azure Synapse Studio (Manage -> Apache Spark pools)
127+
2. Click the **"..."** button on the right of your Apache Spark pool
128+
3. Select Apache Spark configuration
129+
4. Click **Upload** and choose the **"spark_loganalytics_conf.txt"** created.
130+
5. Click **Upload** and **Apply**.
131+
132+
> [!div class="mx-imgBorder"]
133+
> ![spark pool configuration](./media/apache-spark-azure-log-analytics/spark-pool-configuration.png)
133134
134135
> [!NOTE]
135136
>
136137
> All the Spark application submitted to the Spark pool above will use the configuration setting to push the Spark application metrics and logs to your specified Azure Log Analytics workspace.
137138
138139
## Submit a Spark application and view the logs and metrics in Azure Log Analytics
139140

140-
1) You can submit a Spark application to the Spark pool configured in the previous step, using one of the following ways:
141+
1. You can submit a Spark application to the Spark pool configured in the previous step, using one of the following ways:
141142
- Run a Synapse Studio notebook.
142143
- Submit a Synapse Apache Spark batch job through Spark job definition.
143144
- Run a Pipeline that contains Spark activity.
144145

145-
2) Go to the specified Azure Log Analytics Workspace, then view the application metrics and logs when the Spark application starts to run.
146+
2. Go to the specified Azure Log Analytics Workspace, then view the application metrics and logs when the Spark application starts to run.
146147

147148
## Use the Sample Azure Log Analytics Workbook to visualize the metrics and logs
148149

0 commit comments

Comments
 (0)