Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 51a1656

Browse files
authored
Update README.md
1 parent f48365d commit 51a1656

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ languages:
44
- scala
55
products:
66
- azure
7-
description: "This maven project provides samples and best practices for using the DataStax Spark Cassandra Connector against Azure Cosmos DB's Cassandra API"
7+
description: "This maven project provides samples and best practices for using the DataStax Spark Cassandra Connector against Azure Cosmos DB's Cassandra API."
88
urlFragment: azure-cosmos-db-cassandra-api-spark-connector-sample
99
---
1010

1111
# Azure Cosmos DB Cassandra API - Datastax Spark Connector Sample
12+
1213
This maven project provides samples and best practices for using the [DataStax Spark Cassandra Connector](https://github.com/datastax/spark-cassandra-connector) against [Azure Cosmos DB's Cassandra API](https://docs.microsoft.com/azure/cosmos-db/cassandra-introduction).
1314
For the purposes of providing an end-to-end sample, we've made use of an [Azure HDI Spark Cluster](https://docs.microsoft.com/azure/hdinsight/spark/apache-spark-jupyter-spark-sql) to run the spark jobs provided in the example.
1415
All samples provided are in scala, built with maven.
@@ -21,7 +22,7 @@ All samples provided are in scala, built with maven.
2122
- Cosmos DB Account configured with Cassandra API
2223
- Spark Cluster
2324

24-
# Quick Start
25+
## Quick Start
2526
Information regarding submitting spark jobs is not covered as part of this sample, please refer to Apache Spark's [documentation](https://spark.apache.org/docs/latest/submitting-applications.html).
2627
In order run this sample, correctly configure the sample to your cluster(as discussed below), build the project, generate the required jar(s), and then submit the job to your spark cluster.
2728

0 commit comments

Comments
 (0)