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
Reassignment of copyright, where approved, and relicensing.
New repository will be github.com/apache/cassandra-spark-connector
ref: #1376
patch by Mick; reviewed by Madhavan Sridharan, Jacek Lewandowski, Jeremiah Jordan for CASSANALYTICS-15
Copy file name to clipboardExpand all lines: README.md
+7-12
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# DataStax Connector for Apache Spark to Apache Cassandra
1
+
# Apache Cassandra Spark Connector
2
2
3
3
*Lightning-fast cluster computing with Apache Spark™ and Apache Cassandra®.*
4
4
@@ -168,18 +168,11 @@ Questions and requests for help may be submitted to the [user mailing list](http
168
168
169
169
## Q/A Exchange
170
170
171
-
The [Community](https://dtsx.io/discord) provides a free question and answer server for any and all
172
-
questions relating to any DataStax related technology. Including the Spark Cassandra Connector. Both DataStax
173
-
engineers and community members frequently participate here and answer questions.
171
+
For community help see https://cassandra.apache.org/_/community.html
174
172
175
173
## Contributing
176
174
177
-
To protect the community, all contributors are required to sign the [DataStax Spark Cassandra Connector Contribution License Agreement](https://cla.datastax.com/). The process is completely electronic and should only take a few minutes.
178
-
179
-
To develop this project, we recommend using IntelliJ IDEA. Make sure you have
180
-
installed and enabled the Scala Plugin. Open the project with IntelliJ IDEA and
181
-
it will automatically create the project structure from the provided SBT
182
-
configuration.
175
+
To protect the community, all contributors are required to sign the Apache Software Foundation's [Contribution License Agreement](https://www.apache.org/licenses/contributor-agreements.html#clas).
183
176
184
177
[Tips for Developing the Spark Cassandra Connector](doc/developers.md)
185
178
@@ -197,7 +190,7 @@ To run unit and integration tests:
197
190
./sbt/sbt test
198
191
./sbt/sbt it:test
199
192
200
-
Note that the integration tests require [CCM](https://github.com/riptano/ccm) to be installed on your machine.
193
+
Note that the integration tests require [CCM](https://github.com/apache/cassandra-ccm) to be installed on your machine.
201
194
See [Tips for Developing the Spark Cassandra Connector](doc/developers.md) for details.
202
195
203
196
By default, integration tests start up a separate, single Cassandra instance and run Spark in local mode.
@@ -220,10 +213,12 @@ outputLocation defaults to doc/reference.md
220
213
221
214
## License
222
215
223
-
Copyright 2014-2022, DataStax, Inc.
216
+
Copyright 2014, Apache Software Foundation
224
217
225
218
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
226
219
227
220
http://www.apache.org/licenses/LICENSE-2.0
228
221
229
222
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
223
+
224
+
Apache Cassandra, Apache Spark, Apache, Tomcat, Lucene, Solr, Hadoop, Spark, TinkerPop, and Cassandra are trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
0 commit comments