Skip to content

Commit 519f998

Browse files
Improve language around project name (#1362)
1 parent 67e6e60 commit 519f998

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Spark Cassandra Connector
1+
# DataStax Connector for Apache Spark to Apache Cassandra
2+
3+
*Lightning-fast cluster computing with Apache Spark™ and Apache Cassandra®.*
24

35
[![CI](https://github.com/datastax/spark-cassandra-connector/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/datastax/spark-cassandra-connector/actions?query=branch%3Amaster)
46

57
## Quick Links
68

79
| What | Where |
810
| ---------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9-
| Community | Chat with us at [Datastax and Cassandra Q&A](https://community.datastax.com/index.html) |
10-
| Scala Docs | Most Recent Release (3.4.0): [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.0/connector/com/datastax/spark/connector/index.html), [Spark-Cassandra-Connector-Driver](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.0/driver/com/datastax/spark/connector/index.html) |
11+
| Community | Chat with us at [Apache Cassandra](https://cassandra.apache.org/_/community.html#discussions) |
12+
| Scala Docs | Most Recent Release (3.4.0): [Connector API docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.0/connector/com/datastax/spark/connector/index.html), [Connector Driver docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.0/driver/com/datastax/spark/connector/index.html) |
1113
| Latest Production Release | [3.4.0](https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.4.0/jar) |
1214

1315
## Features
1416

15-
*Lightning-fast cluster computing with Apache Spark™ and Apache Cassandra®.*
16-
1717
This library lets you expose Cassandra tables as Spark RDDs and Datasets/DataFrames, write
1818
Spark RDDs and Datasets/DataFrames to Cassandra tables, and execute arbitrary CQL queries
1919
in your Spark applications.

connector/src/main/java/com/datastax/spark/connector/japi/RDDAndDStreamCommonJavaFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import static com.datastax.spark.connector.japi.CassandraJavaUtil.allColumns;
1919

2020
/**
21-
* Java API wrapper over either {@code RDD} or {@code DStream} to provide Spark Cassandra Connector functionality.
21+
* Java API wrapper over either {@code RDD} or {@code DStream} for the DataStax Connector for Apache Spark to Apache Cassandra.
2222
*
2323
* <p>To obtain an instance of the specific wrapper, use one of the factory methods in {@link
2424
* com.datastax.spark.connector.japi.CassandraJavaUtil} class.</p>

connector/src/main/scala/com/datastax/spark/connector/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.apache.spark.sql.{DataFrame, Dataset, Encoder, Row}
99
import scala.language.implicitConversions
1010

1111
/**
12-
* The root package of Cassandra connector for Apache Spark.
12+
* The root package of the DataStax Connector for Apache Spark to Apache Cassandra.
1313
* Offers handy implicit conversions that add Cassandra-specific methods to
1414
* [[org.apache.spark.SparkContext SparkContext]] and [[org.apache.spark.rdd.RDD RDD]].
1515
*

rootdoc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Cassandra connector for Apache Spark.
1+
DataStax Connector for Apache Spark to Apache Cassandra.
22
See documentation of package [[com.datastax.spark.connector]].

0 commit comments

Comments
 (0)