Skip to content

Commit 39b51cb

Browse files
authored
Merge pull request #89125 from dagiro/cats156
cats156
2 parents f217290 + cd070ec commit 39b51cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/spark/apache-spark-connect-to-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Start by creating a [Jupyter Notebook](https://jupyter.org/) associated with the
3333
1. From the [Azure portal](https://portal.azure.com/), open your cluster.
3434
1. Select **Jupyter notebook** underneath **Cluster dashboards** on the right side. If you don't see **Cluster dashboards**, select **Overview** from the left menu. If prompted, enter the admin credentials for the cluster.
3535

36-
![Jupyter notebook on Spark](./media/apache-spark-connect-to-sql-database/hdinsight-spark-cluster-dashboard-jupyter-notebook.png "Jupyter notebook on Spark")
36+
![Jupyter notebook on Apache Spark](./media/apache-spark-connect-to-sql-database/hdinsight-spark-cluster-dashboard-jupyter-notebook.png "Jupyter notebook on Spark")
3737

3838
> [!NOTE]
3939
> You can also access the Jupyter notebook on Spark cluster by opening the following URL in your browser. Replace **CLUSTERNAME** with the name of your cluster:
@@ -177,7 +177,7 @@ In this section, we stream data into the **hvactable** that you already created
177177

178178
1. The output shows the schema of **HVAC.csv**. The **hvactable** has the same schema as well. The output lists the columns in the table.
179179

180-
![Schema of table](./media/apache-spark-connect-to-sql-database/hdinsight-schema-table.png "Schema of table")
180+
![hdinsight Apache Spark schema table](./media/apache-spark-connect-to-sql-database/hdinsight-schema-table.png "Schema of table")
181181

182182
1. Finally, use the following snippet to read data from the HVAC.csv and stream it into the **hvactable** in Azure SQL database. Paste the snippet in a code cell, replace the placeholder values with the values for your Azure SQL database, and then press **SHIFT + ENTER** to run.
183183

0 commit comments

Comments
 (0)