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

Commit a1a2f51

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents 86148a0 + 51a1656 commit a1a2f51

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1+
---
2+
page_type: sample
3+
languages:
4+
- scala
5+
products:
6+
- 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."
8+
urlFragment: azure-cosmos-db-cassandra-api-spark-connector-sample
9+
---
10+
111
# Azure Cosmos DB Cassandra API - Datastax Spark Connector Sample
12+
213
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).
314
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.
415
All samples provided are in scala, built with maven.
@@ -11,7 +22,7 @@ All samples provided are in scala, built with maven.
1122
- Cosmos DB Account configured with Cassandra API
1223
- Spark Cluster
1324

14-
# Quick Start
25+
## Quick Start
1526
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).
1627
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.
1728

0 commit comments

Comments
 (0)