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
. 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.
86
68
+
87
69
If you plan to create multiple sinks from this connector, give your configuration file a unique name.
88
70
89
71
. Edit the configuration file as necessary using the information provided in this documentation.
90
72
For example, for information about connection, authentication, and encryption parameters, see xref:ROOT:cfgRefPulsarDseConnection.adoc[].
91
73
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.
. 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].
74
74
+
75
75
For more information about system requirements for the {product-short}, see xref:ROOT:pulsarInstall.adoc[].
76
76
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
-
84
77
. In your {pulsar-short} `home` directory, find the `connectors` directory.
85
78
If there isn't a `connectors` directory, create one.
86
79
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:
88
81
+
89
82
[source,bash]
90
83
----
@@ -157,7 +150,7 @@ configs:
157
150
158
151
. 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[].
159
152
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.
0 commit comments