You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The default Scala version for Spark 2.0+ is 2.11 please choose the appropriate build. See the
100
101
[FAQ](doc/FAQ.md) for more information
101
102
102
103
## Building
103
104
See [Building And Artifacts](doc/12_building_and_artifacts.md)
104
-
105
+
105
106
## Documentation
106
107
107
108
-[Quick-start guide](doc/0_quick_start.md)
@@ -125,25 +126,29 @@ See [Building And Artifacts](doc/12_building_and_artifacts.md)
125
126
-[Tips for Developing the Spark Cassandra Connector](doc/developers.md)
126
127
127
128
## Online Training
129
+
128
130
### DataStax Academy
131
+
129
132
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.
130
133
131
134
## Community
135
+
132
136
### Reporting Bugs
137
+
133
138
New issues may be reported using [JIRA](https://datastax-oss.atlassian.net/browse/SPARKC/). Please include
134
139
all relevant details including versions of Spark, Spark Cassandra Connector, Cassandra and/or DSE. A minimal
135
140
reproducible case with sample code is ideal.
136
141
137
142
### Mailing List
143
+
138
144
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).
139
145
140
-
### Gitter
141
-
Datastax is consolidating our chat resources to Slack at [DataStax Academy](#datastax-academy)
146
+
### Slack
142
147
143
-
The gitter room will be shut down in the near future
144
-
[](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).
145
149
146
150
### IRC
151
+
147
152
\#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).
148
153
149
154
## Contributing
@@ -174,20 +179,20 @@ To run unit and integration tests:
174
179
By default, integration tests start up a separate, single Cassandra instance and run Spark in local mode.
175
180
It is possible to run integration tests with your own Cassandra and/or Spark cluster.
176
181
First, prepare a jar with testing code:
177
-
182
+
178
183
./sbt/sbt test:package
179
-
184
+
180
185
Then copy the generated test jar to your Spark nodes and run:
181
186
182
187
export IT_TEST_CASSANDRA_HOST=<IP of one of the Cassandra nodes>
0 commit comments