Skip to content

Commit 27e6989

Browse files
SQUASH – dawdle duckings: correct repo urls and trunk branch (not master)
1 parent f4a3203 commit 27e6989

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI
22

33
on:
4-
# Triggers the workflow on push or pull request events but only for the master branch
4+
# Triggers the workflow on push or pull request events but only for the trunk branch
55
push:
6-
branches: [ b2.5, b3.0, master]
6+
branches: [ b2.5, b3.0, trunk]
77
pull_request:
8-
branches: [ b2.5, b3.0, master]
8+
branches: [ b2.5, b3.0, trunk]
99

1010
workflow_dispatch:
1111

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
*Lightning-fast cluster computing with Apache Spark™ and Apache Cassandra®.*
44

5-
[![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)
5+
[![CI](https://github.com/apache/cassandra-spark-connector/actions/workflows/main.yml/badge.svg?branch=trunk)](https://github.com/apache/cassandra-spark-connector/actions?query=branch%3Atrunk)
66

77
## Quick Links
88

99
| What | Where |
1010
| ---------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1111
| Community | Chat with us at [Apache Cassandra](https://cassandra.apache.org/_/community.html#discussions) |
12-
| Scala Docs | Most Recent Release (3.5.1): [Connector API docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.1/connector/com/datastax/spark/connector/index.html), [Connector Driver docs](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.1/driver/com/datastax/spark/connector/index.html) |
12+
| Scala Docs | Most Recent Release (3.5.1): [Connector API docs](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.5.1/connector/com/datastax/spark/connector/index.html), [Connector Driver docs](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.5.1/driver/com/datastax/spark/connector/index.html) |
1313
| Latest Production Release | [3.5.1](https://search.maven.org/artifact/com.datastax.spark/spark-cassandra-connector_2.12/3.5.1/jar) |
1414

1515
## News
@@ -45,17 +45,17 @@ in your Spark applications.
4545
The connector project has several branches, each of which map into different
4646
supported versions of Spark and Cassandra. For previous releases the branch is
4747
named "bX.Y" where X.Y is the major+minor version; for example the "b1.6" branch
48-
corresponds to the 1.6 release. The "master" branch will normally contain
48+
corresponds to the 1.6 release. The "trunk" branch will normally contain
4949
development for the next connector release in progress.
5050

5151
Currently, the following branches are actively supported:
52-
3.5.x ([master](https://github.com/datastax/spark-cassandra-connector/tree/master)),
53-
3.4.x ([b3.4](https://github.com/datastax/spark-cassandra-connector/tree/b3.4)),
54-
3.3.x ([b3.2](https://github.com/datastax/spark-cassandra-connector/tree/b3.3)),
55-
3.2.x ([b3.2](https://github.com/datastax/spark-cassandra-connector/tree/b3.2)),
56-
3.1.x ([b3.1](https://github.com/datastax/spark-cassandra-connector/tree/b3.1)),
57-
3.0.x ([b3.0](https://github.com/datastax/spark-cassandra-connector/tree/b3.0)) and
58-
2.5.x ([b2.5](https://github.com/datastax/spark-cassandra-connector/tree/b2.5)).
52+
3.5.x ([trunk](https://github.com/apache/cassandra-spark-connector/tree/trunk)),
53+
3.4.x ([b3.4](https://github.com/apache/cassandra-spark-connector/tree/b3.4)),
54+
3.3.x ([b3.2](https://github.com/apache/cassandra-spark-connector/tree/b3.3)),
55+
3.2.x ([b3.2](https://github.com/apache/cassandra-spark-connector/tree/b3.2)),
56+
3.1.x ([b3.1](https://github.com/apache/cassandra-spark-connector/tree/b3.1)),
57+
3.0.x ([b3.0](https://github.com/apache/cassandra-spark-connector/tree/b3.0)) and
58+
2.5.x ([b2.5](https://github.com/apache/cassandra-spark-connector/tree/b2.5)).
5959

6060
| Connector | Spark | Cassandra | Cassandra Java Driver | Minimum Java Version | Supported Scala Versions |
6161
|-----------|---------------|----------------------------|-----------------------|----------------------|--------------------------|
@@ -85,32 +85,32 @@ Currently, the following branches are actively supported:
8585
API documentation for the Scala and Java interfaces are available online:
8686

8787
### 3.5.1
88-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.1/connector/com/datastax/spark/connector/index.html)
88+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.5.1/connector/com/datastax/spark/connector/index.html)
8989

9090
### 3.5.0
91-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.5.0/connector/com/datastax/spark/connector/index.html)
91+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.5.0/connector/com/datastax/spark/connector/index.html)
9292

9393
### 3.4.1
94-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.4.1/connector/com/datastax/spark/connector/index.html)
94+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.4.1/connector/com/datastax/spark/connector/index.html)
9595

9696
### 3.3.0
97-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.3.0/connector/com/datastax/spark/connector/index.html)
97+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.3.0/connector/com/datastax/spark/connector/index.html)
9898

9999
### 3.2.0
100-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.2.0/connector/com/datastax/spark/connector/index.html)
100+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.2.0/connector/com/datastax/spark/connector/index.html)
101101

102102
### 3.1.0
103-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.1.0/connector/com/datastax/spark/connector/index.html)
103+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.1.0/connector/com/datastax/spark/connector/index.html)
104104

105105
### 3.0.1
106-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/3.0.1/connector/com/datastax/spark/connector/index.html)
106+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/3.0.1/connector/com/datastax/spark/connector/index.html)
107107

108108
### 2.5.2
109-
* [Spark-Cassandra-Connector](https://datastax.github.io/spark-cassandra-connector/ApiDocs/2.5.2/connector/#package)
109+
* [Spark-Cassandra-Connector](https://apache.github.io/cassandra-spark-connector/ApiDocs/2.5.2/connector/#package)
110110

111111
### 2.4.2
112-
* [Spark-Cassandra-Connector](http://datastax.github.io/spark-cassandra-connector/ApiDocs/2.4.2/spark-cassandra-connector/)
113-
* [Embedded-Cassandra](http://datastax.github.io/spark-cassandra-connector/ApiDocs/2.4.2/spark-cassandra-connector-embedded/)
112+
* [Spark-Cassandra-Connector](http://apache.github.io/cassandra-spark-connector/ApiDocs/2.4.2/spark-cassandra-connector/)
113+
* [Embedded-Cassandra](http://apache.github.io/cassandra-spark-connector/ApiDocs/2.4.2/spark-cassandra-connector-embedded/)
114114

115115
## Download
116116

@@ -157,13 +157,13 @@ In [DS320: Analytics with Spark](https://www.youtube.com/watch?v=D6PMEQAfjeU&lis
157157

158158
### Reporting Bugs
159159

160-
New issues may be reported using [JIRA](https://datastax-oss.atlassian.net/browse/SPARKC/). Please include
160+
New issues may be reported using [JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS). Please include
161161
all relevant details including versions of Spark, Spark Cassandra Connector, Cassandra and/or DSE. A minimal
162162
reproducible case with sample code is ideal.
163163

164164
### Mailing List
165165

166-
Questions and requests for help may be submitted to the [user mailing list](https://groups.google.com/a/lists.datastax.com/forum/#!forum/spark-connector-user).
166+
Questions and requests for help may be submitted to the [user mailing list](https://cassandra.apache.org/_/community.html#discussions).
167167

168168

169169
## Q/A Exchange
@@ -177,7 +177,7 @@ To protect the community, all contributors are required to sign the Apache Softw
177177
[Tips for Developing the Spark Cassandra Connector](doc/developers.md)
178178

179179
Checklist for contributing changes to the project:
180-
* Create a [SPARKC JIRA](https://datastax-oss.atlassian.net/projects/SPARKC/issues)
180+
* Create a [SPARKC JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS)
181181
* Make sure that all unit tests and integration tests pass
182182
* Add an appropriate entry at the top of CHANGES.txt
183183
* If the change has any end-user impacts, also include changes to the ./doc files as needed

connector/src/it/scala/com/datastax/spark/connector/cluster/Fixtures.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sealed trait Fixture extends ClusterProvider {
6262
System.setProperty("dse", "true")
6363
System.setProperty("ccm.directory", home)
6464
System.setProperty("ccm.version", "6.8")
65-
System.setProperty("ccm.branch", "master")
65+
System.setProperty("ccm.branch", "trunk")
6666
}
6767

6868
private[cluster] def configs: Seq[CcmConfig]

doc/2_loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ In addition you are able to set these parameters on a per table basis
383383
by using `implicit vals`. This allows a user to define a set of
384384
parameters in a separate object and import them into a block of
385385
code rather than repeatedly passing the same
386-
[`ReadConf` object](https://github.com/datastax/spark-cassandra-connector/blob/master/spark-cassandra-connector/src/main/scala/com/datastax/spark/connector/rdd/ReadConf.scala#L7-L18).
386+
[`ReadConf` object](https://github.com/apache/cassandra-spark-connector/blob/trunk/connector/src/main/scala/com/datastax/spark/connector/rdd/ReadConf.scala#L26-L37).
387387

388388
#### Example Using Implicits for Read Configuration
389389
```scala

doc/developers.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,40 +31,40 @@ Cassandra and Spark nodes and are the core of our test coverage.
3131

3232
### Merge Path
3333

34-
b2.5 => b3.0 => b3.1 => b3.2 => master
34+
b2.5 => b3.0 => b3.1 => b3.2 => b3.3 => b3.4 => trunk
3535

3636
New features can be considered for 2.5 as long as they do not break apis.
3737
Once a feature is ready for b2.5, create a feature branch for b3.0 and merge
38-
b2.5 feature branch to b3.0 feature branch. Repeat for b3.1, b3.2 and master.
38+
b2.5 feature branch to b3.0 feature branch. Repeat for b3.1, b3.2, b3.3, b3.4 and trunk.
3939

4040
Example for imaginary SPARKC-9999.
4141

42-
Let's assume that `datastax` is `[email protected]:datastax/spark-cassandra-connector.git` remote
42+
Let's assume that `apache` is `[email protected]:apache/cassandra-spark-connector.git` remote
4343
and origin is your personal clone.
4444
```shell
4545
$ git remote -v
46-
datastax [email protected]:datastax/spark-cassandra-connector.git (fetch)
47-
datastax [email protected]:datastax/spark-cassandra-connector.git (push)
46+
apache [email protected]:apache/cassandra-spark-connector.git (fetch)
47+
apache [email protected]:apache/cassandra-spark-connector.git (push)
4848
...
4949
```
5050

5151
Here is what the work should look like.
5252

5353
```shell
54-
git fetch datastax
55-
git checkout -b SPARKC-9999-b2.5 datastax/b2.5
54+
git fetch apache
55+
git checkout -b SPARKC-9999-b2.5 apache/b2.5
5656
# do the work, commit
5757
git push origin SPARKC-9999-b2.5
5858

5959
# Forward merge on the next version:
60-
git checkout -b SPARKC-9999-b3.0 datastax/b3.0
60+
git checkout -b SPARKC-9999-b3.0 apache/b3.0
6161
git merge SPARKC-9999-b2.5
6262
# Resolve conflict, if any
6363
# Push the new feature branch:
6464
git push origin SPARKC-9999-b3.0
6565

6666
# Forward merge on the next version:
67-
git checkout -b SPARKC-9999-b3.1 datastax/b3.1
67+
git checkout -b SPARKC-9999-b3.1 apache/b3.1
6868
git merge SPARKC-9999-b3.0
6969
# Resolve conflict, if any
7070
# Push the new feature branch:
@@ -73,11 +73,11 @@ git push origin SPARKC-9999-b3.1
7373
# Repeat for b3.2
7474

7575
# Forward merge on the next version:
76-
git checkout -b SPARKC-9999-master datastax/master
76+
git checkout -b SPARKC-9999-trunk apache/trunk
7777
git merge SPARKC-9999-b3.2
7878
# Resolve conflict, if any
7979
# Push the new feature branch:
80-
git push origin SPARKC-9999-master
80+
git push origin SPARKC-9999-trunk
8181
```
8282

8383
### Sub-Projects
@@ -96,7 +96,7 @@ anything which could be used for any application even if Spark is not involved.
9696

9797

9898
#### test-support
99-
CCM Wrapper code. Much of this code is based on the Datastax Java Driver's test code.
99+
CCM Wrapper code. Much of this code is based on the Apache Cassandra Java Driver's test code.
100100
Includes code for spawning CCM as well as several modes for launching clusters
101101
while testing. Together this also defines which tests require seperate clusters to
102102
run and the parallelization used while running tests.

0 commit comments

Comments
 (0)