Skip to content

Commit 509de29

Browse files
author
streamnativebot
committed
"Created by snbot"
1 parent 70b2f72 commit 509de29

4 files changed

Lines changed: 43 additions & 79 deletions

File tree

docs/lakehouse-sink.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To build the Lakehouse sink connector from the source code, follow these steps.
4242

4343
```bash
4444
ls target
45-
pulsar-io-lakehouse-{{connector:version}}.nar
45+
pulsar-io-lakehouse-3.3.2.7.nar
4646
```
4747

4848
# How to configure
@@ -127,7 +127,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
127127
"inputs": [
128128
"test-hudi-pulsar"
129129
],
130-
"archive": "connectors/pulsar-io-hudi-{{connector:version}}.nar",
130+
"archive": "connectors/pulsar-io-hudi-3.3.2.7.nar",
131131
"processingGuarantees": "EFFECTIVELY_ONCE",
132132
"parallelism": 1,
133133
"configs": {
@@ -151,7 +151,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
151151
"inputs": [
152152
"test-hudi-pulsar"
153153
],
154-
"archive": "connectors/pulsar-io-hudi-{{connector:version}}-cloud.nar",
154+
"archive": "connectors/pulsar-io-hudi-3.3.2.7-cloud.nar",
155155
"parallelism": 1,
156156
"processingGuarantees": "EFFECTIVELY_ONCE",
157157
"configs": {
@@ -179,7 +179,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
179179
"inputs": [
180180
"test-iceberg-pulsar"
181181
],
182-
"archive": "connectors/pulsar-io-lakehouse-{{connector:version}}.nar",
182+
"archive": "connectors/pulsar-io-lakehouse-3.3.2.7.nar",
183183
"processingGuarantees":"EFFECTIVELY_ONCE",
184184
"configs":{
185185
"type":"iceberg",
@@ -207,7 +207,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
207207
"inputs": [
208208
"test-iceberg-pulsar"
209209
],
210-
"archive": "connectors/pulsar-io-lakehouse-{{connector:version}}-cloud.nar",
210+
"archive": "connectors/pulsar-io-lakehouse-3.3.2.7-cloud.nar",
211211
"processingGuarantees":"EFFECTIVELY_ONCE",
212212
"configs":{
213213
"type":"iceberg",
@@ -238,7 +238,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
238238
"inputs": [
239239
"test-delta-pulsar"
240240
],
241-
"archive": "connectors/pulsar-io-lakehouse-{{connector:version}}.nar",
241+
"archive": "connectors/pulsar-io-lakehouse-3.3.2.7.nar",
242242
"processingGuarantees":"EFFECTIVELY_ONCE",
243243
"configs":{
244244
"type":"delta",
@@ -260,7 +260,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
260260
"inputs": [
261261
"test-delta-pulsar"
262262
],
263-
"archive": "connectors/pulsar-io-lakehouse-{{connector:version}}-cloud.nar",
263+
"archive": "connectors/pulsar-io-lakehouse-3.3.2.7-cloud.nar",
264264
"processingGuarantees":"EFFECTIVELY_ONCE",
265265
"configs":{
266266
"type":"delta",
@@ -330,7 +330,7 @@ This example describes how to use the Lakehouse sink connector to fetch data fro
330330
1. Copy the NAR package to the Pulsar connectors directory.
331331
332332
```
333-
cp pulsar-io-lakehouse-{{connector:version}}.nar PULSAR_HOME/connectors/pulsar-io-lakehouse-{{connector:version}}.nar
333+
cp pulsar-io-lakehouse-3.3.2.7.nar PULSAR_HOME/connectors/pulsar-io-lakehouse-3.3.2.7.nar
334334
```
335335
336336
2. Start Pulsar in standalone mode.
@@ -363,7 +363,7 @@ This example explains how to create a Lakehouse sink connector in an on-premises
363363
1. Copy the NAR package of the Lakehouse sink connector to the Pulsar connectors directory.
364364
365365
```bash
366-
cp pulsar-io-lakehouse-{{connector:version}}.nar $PULSAR_HOME/connectors/pulsar-io-lakehouse-{{connector:version}}.nar
366+
cp pulsar-io-lakehouse-3.3.2.7.nar $PULSAR_HOME/connectors/pulsar-io-lakehouse-3.3.2.7.nar
367367
```
368368
369369
2. Reload all [built-in connectors](https://pulsar.apache.org/docs/en/next/io-connectors/).

docs/lakehouse-source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To build the Lakehouse source connector from the source code, follow these steps
4242

4343
```bash
4444
ls target
45-
pulsar-io-lakehouse-{{connector:version}}.nar
45+
pulsar-io-lakehouse-3.3.2.7.nar
4646
```
4747

4848
# How to configure
@@ -90,7 +90,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
9090
"parallelism":1,
9191
"topicName": "delta_source",
9292
"processingGuarantees":"ATLEAST_ONCE",
93-
"archive": "connectors/pulsar-io-lakehouse-{{connector:version}}.nar",
93+
"archive": "connectors/pulsar-io-lakehouse-3.3.2.7.nar",
9494
"configs":{
9595
"type":"delta",
9696
"checkpointInterval": 180,
@@ -115,7 +115,7 @@ You can create a configuration file (JSON or YAML) to set the properties if you
115115
"parallelism":1,
116116
"topicName": "delta_source",
117117
"processingGuarantees":"ATLEAST_ONCE",
118-
"archive": "connectors/pulsar-io-lakehouse-{{connector:version}}-cloud.nar",
118+
"archive": "connectors/pulsar-io-lakehouse-3.3.2.7-cloud.nar",
119119
"configs":{
120120
"type":"delta",
121121
"checkpointInterval": 180,
@@ -175,7 +175,7 @@ This example describes how to use the Lakehouse source connector to fetch data f
175175
1. Copy the NAR package to the Pulsar connectors directory.
176176
177177
```
178-
cp pulsar-io-lakehouse-{{connector:version}}.nar PULSAR_HOME/connectors/pulsar-io-lakehouse-{{connector:version}}.nar
178+
cp pulsar-io-lakehouse-3.3.2.7.nar PULSAR_HOME/connectors/pulsar-io-lakehouse-3.3.2.7.nar
179179
```
180180
181181
2. Start Pulsar in standalone mode.
@@ -206,7 +206,7 @@ This example explains how to create a Lakehouse source connector in an on-premis
206206
1. Copy the NAR package of the Lakehouse source connector to the Pulsar connectors directory.
207207
208208
```
209-
cp pulsar-io-lakehouse-{{connector:version}}.nar $PULSAR_HOME/connectors/pulsar-io-lakehouse-{{connector:version}}.nar
209+
cp pulsar-io-lakehouse-3.3.2.7.nar $PULSAR_HOME/connectors/pulsar-io-lakehouse-3.3.2.7.nar
210210
```
211211
212212
2. Reload all [built-in connectors](https://pulsar.apache.org/docs/en/next/io-connectors/).

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV JAVA_HOME=/usr
2828
# we need to update the download link once the version is updated
2929
RUN curl -Ls https://github.com/xerial/snappy-java/archive/refs/tags/$SNAPPY_VERSION.tar.gz | tar zxf - && cd snappy-java-$SNAPPY_VERSION && make clean-native native
3030

31-
FROM streamnative/pulsar-functions-java-runner:${PULSAR_VERSION}
31+
FROM snstage/pulsar-functions-java-runner:${PULSAR_VERSION}
3232
USER 0
3333
COPY --from=snappy-java /tmp/libsnappyjava.so /usr/lib/libsnappyjava.so
3434
# need to configure -Dorg.xerial.snappy.use.systemlib=true in the jvm options to use the system lib

0 commit comments

Comments
 (0)