Skip to content

Commit 0bb889f

Browse files
Update apache-hive-warehouse-connector.md
1 parent 3e4c1b3 commit 0bb889f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/interactive-query/apache-hive-warehouse-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ This is a way to run Spark interactively through a modified version of the Scala
171171
172172
### Spark-submit
173173
174-
Spark-submit is a utility to submit any Spark program (or job) to Spark clusters.
174+
`Spark-submit` is a utility to submit any Spark program (or job) to Spark clusters.
175175
176-
The spark-submit job will set up and configure Spark and Hive Warehouse Connector as per our instructions, execute the program we pass to it, then cleanly release the resources that were being used.
176+
The `spark-submit` job will set up and configure Spark and Hive Warehouse Connector as per our instructions, execute the program we pass to it, then cleanly release the resources that were being used.
177177
178178
Once you build the scala/java code along with the dependencies into an assembly jar, use the below command to launch a Spark application. Replace `<VERSION>`, and `<APP_JAR_PATH>` with the actual values.
179179

0 commit comments

Comments
 (0)