Skip to content

Commit 58aca07

Browse files
Merge pull request #1114 from jaceklaskowski/readme-slack
Link to spark-connector Slack channel at DataStax Academy Slack
2 parents 952a36d + 8e7ee2f commit 58aca07

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

README.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Spark Cassandra Connector [![Build Status](https://travis-ci.org/datastax/spark-cassandra-connector.svg)](http://travis-ci.org/datastax/spark-cassandra-connector)
22
### [Spark Cassandra Connector Spark Packages Website](http://spark-packages.org/package/datastax/spark-cassandra-connector)
3-
Chat with us at [DataStax Academy #spark-cassandra-connector](#datastax-academy)
3+
4+
Chat with us at [DataStax Academy's #spark-connector Slack channel](#Slack)
45

56
### Most Recent Release Scala Docs
67

@@ -29,7 +30,7 @@ execute arbitrary CQL queries in your Spark applications.
2930
- Partition RDDs according to Cassandra replication using `repartitionByCassandraReplica` call
3031
- Converts data types between Cassandra and Scala
3132
- Supports all Cassandra data types including collections
32-
- Filters rows on the server side via the CQL `WHERE` clause
33+
- Filters rows on the server side via the CQL `WHERE` clause
3334
- Allows for execution of arbitrary CQL statements
3435
- Plays nice with Cassandra Virtual Nodes
3536
- Works with PySpark DataFrames
@@ -81,7 +82,7 @@ API documentation for the Scala and Java interfaces are available online:
8182
* [Spark-Cassandra-Connector-Java](http://datastax.github.io/spark-cassandra-connector/ApiDocs/1.3.1/spark-cassandra-connector-java/)
8283
* [Embedded-Cassandra](http://datastax.github.io/spark-cassandra-connector/ApiDocs/1.3.1/spark-cassandra-connector-embedded/)
8384

84-
### 1.2.0
85+
### 1.2.0
8586
* [Spark-Cassandra-Connector](http://datastax.github.io/spark-cassandra-connector/ApiDocs/1.2.0/spark-cassandra-connector/)
8687
* [Spark-Cassandra-Connector-Java](http://datastax.github.io/spark-cassandra-connector/ApiDocs/1.2.0/spark-cassandra-connector-java/)
8788
* [Embedded-Cassandra](http://datastax.github.io/spark-cassandra-connector/ApiDocs/1.2.0/spark-cassandra-connector-embedded/)
@@ -91,17 +92,17 @@ This project is available on Spark Packages; this is the easiest way to start us
9192
http://spark-packages.org/package/datastax/spark-cassandra-connector
9293

9394
This project has also been published to the Maven Central Repository.
94-
For SBT to download the connector binaries, sources and javadoc, put this in your project
95+
For SBT to download the connector binaries, sources and javadoc, put this in your project
9596
SBT config:
96-
97+
9798
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "2.0.0"
98-
99+
99100
* The default Scala version for Spark 2.0+ is 2.11 please choose the appropriate build. See the
100101
[FAQ](doc/FAQ.md) for more information
101102

102103
## Building
103104
See [Building And Artifacts](doc/12_building_and_artifacts.md)
104-
105+
105106
## Documentation
106107

107108
- [Quick-start guide](doc/0_quick_start.md)
@@ -125,25 +126,29 @@ See [Building And Artifacts](doc/12_building_and_artifacts.md)
125126
- [Tips for Developing the Spark Cassandra Connector](doc/developers.md)
126127

127128
## Online Training
129+
128130
### DataStax Academy
131+
129132
DataStax Academy provides free online training for Apache Cassandra and DataStax Enterprise. In [DS320: Analytics with Spark](https://academy.datastax.com/courses/ds320-analytics-with-apache-spark), you will learn how to effectively and efficiently solve analytical problems with Apache Spark, Apache Cassandra, and DataStax Enterprise. You will learn about Spark API, Spark-Cassandra Connector, Spark SQL, Spark Streaming, and crucial performance optimization techniques.
130133

131134
## Community
135+
132136
### Reporting Bugs
137+
133138
New issues may be reported using [JIRA](https://datastax-oss.atlassian.net/browse/SPARKC/). Please include
134139
all relevant details including versions of Spark, Spark Cassandra Connector, Cassandra and/or DSE. A minimal
135140
reproducible case with sample code is ideal.
136141

137142
### Mailing List
143+
138144
Questions and requests for help may be submitted to the [user mailing list](http://groups.google.com/a/lists.datastax.com/forum/#!forum/spark-connector-user).
139145

140-
### Gitter
141-
Datastax is consolidating our chat resources to Slack at [DataStax Academy](#datastax-academy)
146+
### Slack
142147

143-
The gitter room will be shut down in the near future
144-
[![Join the chat at https://gitter.im/datastax/spark-cassandra-connector](https://badges.gitter.im/datastax/spark-cassandra-connector.svg)](https://gitter.im/datastax/spark-cassandra-connector?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
148+
The project uses Slack to facilitate conversation in our community. Find us in `#spark-connector` channel at [DataStax Academy Slack](https://academy.datastax.com/slack).
145149

146150
### IRC
151+
147152
\#spark-cassandra-connector on irc.freenode.net. If you are new to IRC, you can use a [web-based client](http://webchat.freenode.net/?channels=#spark-cassandra-connector).
148153

149154
## Contributing
@@ -174,20 +179,20 @@ To run unit and integration tests:
174179
By default, integration tests start up a separate, single Cassandra instance and run Spark in local mode.
175180
It is possible to run integration tests with your own Cassandra and/or Spark cluster.
176181
First, prepare a jar with testing code:
177-
182+
178183
./sbt/sbt test:package
179-
184+
180185
Then copy the generated test jar to your Spark nodes and run:
181186

182187
export IT_TEST_CASSANDRA_HOST=<IP of one of the Cassandra nodes>
183188
export IT_TEST_SPARK_MASTER=<Spark Master URL>
184189
./sbt/sbt it:test
185-
190+
186191
## Generating Documents
187-
To generate the Reference Document use
192+
To generate the Reference Document use
188193

189194
./sbt/sbt spark-cassandra-connector-unshaded/run (outputLocation)
190-
195+
191196
outputLocation defaults to doc/reference.md
192197

193198
## License

0 commit comments

Comments
 (0)