Skip to content

Commit 0f116fa

Browse files
authored
downloads.datastax.com (#36)
1 parent 1a50459 commit 0f116fa

4 files changed

Lines changed: 9 additions & 33 deletions

File tree

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ asciidoc:
1313
pulsar-reg: 'Apache Pulsar(TM)'
1414
pulsar: 'Apache Pulsar'
1515
pulsar-short: 'Pulsar'
16+
pulsar-sink-repo: 'https://github.com/datastax/pulsar-sink'
1617
astra: 'Astra'
1718
astra-db: 'Astra DB'
1819
scb: 'Secure Connect Bundle (SCB)'

modules/ROOT/pages/opsPulsarDeleteConnector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Shutdown is in progress... Please wait...
3737
Shutdown completed.
3838
----
3939

40-
. Remove the {product-short} NAR from your {pulsar-short} `connectors` directory:
40+
. Remove the {product-short} `.nar` file from your {pulsar-short} `connectors` directory:
4141
+
4242
[source,bash]
4343
----

modules/ROOT/pages/pulsarInstall.adoc

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -52,44 +52,26 @@ The {product-short} framework automatically rebalances the load when workers are
5252
Perform the following steps on a {pulsar-short} Connect node running {pulsar} 2.7.0 or later.
5353
If you need to install {pulsar-short}, see xref:ROOT:pulsarQuickStart.adoc[].
5454

55-
. Download the {product-short} tar file from the https://downloads.datastax.com/#apc[{company} downloads site].
56-
57-
. Extract the files, replacing **VERSION** with the version number of the tar file you downloaded:
58-
+
59-
[source,bash,subs="+quotes"]
60-
----
61-
tar zxf cassandra-enhanced-pulsar-sink-**VERSION**.tar.gz
62-
----
63-
+
64-
The following files are unpacked into a directory named after the tar file, such as `cassandra-enhanced-pulsar-sink-1.4.0`:
65-
+
66-
[source,console]
67-
----
68-
LICENSE.txt
69-
README.md
70-
THIRD-PARTY.txt
71-
conf/example.yml
72-
cassandra-enhanced-pulsar-sink-1.4.0.nar
73-
----
55+
. Download the {product-short} `.nar` file from the {pulsar-sink-repo}/releases[{product-short} repository].
7456

7557
. In your {pulsar-short} `home` directory, find the `connectors` directory.
7658
If there isn't a `connectors` directory, create one.
7759

78-
. Move the {product-short} NAR file to the {pulsar-short} `connectors` directory:
60+
. Move the {product-short} `.nar` file to the {pulsar-short} `connectors` directory:
7961
+
8062
[source,bash]
8163
----
8264
mv installation_location/cassandra-enhanced-pulsar-sink-1.4.0.nar pulsar_home/connectors
8365
----
8466

85-
. Copy the sample configuration file `example.yml` from `cassandra-enhanced-pulsar-sink-**VERSION**/conf/` to your {pulsar-short} `config` directory.
67+
. Download and move the {pulsar-sink-repo}/blob/master/pulsar-dist/conf/example.yml[sample configuration file `example.yml`] to your {pulsar-short} `config` directory.
8668
+
8769
If you plan to create multiple sinks from this connector, give your configuration file a unique name.
8870

8971
. Edit the configuration file as necessary using the information provided in this documentation.
9072
For example, for information about connection, authentication, and encryption parameters, see xref:ROOT:cfgRefPulsarDseConnection.adoc[].
9173

92-
. Ensure that the user running {pulsar-short} has permission to access the configuration and NAR files.
74+
. Ensure that the user running {pulsar-short} has permission to access the configuration and `.nar` files.
9375

9476
== Start {pulsar-short} with the {product-short}
9577

modules/ROOT/pages/pulsarQuickStart.adoc

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,14 @@ wget https://archive.apache.org/dist/pulsar/pulsar-2.7.0/apache-pulsar-2.7.0-bin
7070
tar xvfz apache-pulsar-2.7.0-bin.tar.gz
7171
----
7272

73-
. Download the {product} tar file from the https://downloads.datastax.com/#apc[{company} downloads site].
73+
. Download the {product} `.nar` file from the {pulsar-sink-repo}/releases[{product-short} repository].
7474
+
7575
For more information about system requirements for the {product-short}, see xref:ROOT:pulsarInstall.adoc[].
7676

77-
. Extract the files, replacing **VERSION** with the version number of the tar file you downloaded:
78-
+
79-
[source,bash,subs="+quotes"]
80-
----
81-
tar zxf cassandra-enhanced-pulsar-sink-**VERSION**.tar.gz
82-
----
83-
8477
. In your {pulsar-short} `home` directory, find the `connectors` directory.
8578
If there isn't a `connectors` directory, create one.
8679

87-
. Move the {product-short} NAR file to the {pulsar-short} `connectors` directory:
80+
. Move the {product-short} `.nar` file to the {pulsar-short} `connectors` directory:
8881
+
8982
[source,bash]
9083
----
@@ -157,7 +150,7 @@ configs:
157150

158151
. If your cluster has authentication enabled, you want to use an SSL-encrypted connection, or your cluster isn't compatible with the connection properties in `qs.yml`, you must edit the configuration file as explained in xref:ROOT:cfgRefPulsarDseConnection.adoc[].
159152

160-
. Ensure that the user running {pulsar-short} has permission to access the configuration and NAR files.
153+
. Ensure that the user running {pulsar-short} has permission to access the configuration and `.nar` files.
161154

162155
== Run {pulsar-short} with the {product-short}
163156

0 commit comments

Comments
 (0)