[Bug] java.lang.NoSuchFieldError: PULSAR_ADMIN_URL
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 396
Description
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
### Paimon version
0.7.0
### Compute Engine
flink
### Minimal reproduce step
use pulsar cdc sink s3
/home/flink/flink/flink-1.18.1/bin/flink run \
/home/flink/flink/action/paimon-flink-action-0.7.0-incubating.jar \
pulsar_sync_database \
--warehouse s3://paimon/warehouse \
--database ODS \
--computed_column 'pt=date_format(CREATION_DATE,yyyy-MM)' \
--pulsar_conf pulsar.admin.adminUrl=xxxx \
--pulsar_conf pulsar.client.serviceUrl=xxxx \
--pulsar_conf topic=persistent://data-warehouse/ods/IMES-GZ \
--pulsar_conf value.format=ogg-json \
--pulsar_conf pulsar.consumer.subscriptionName=paimon-tests \
--pulsar_conf pulsar.pulsar.client.authPluginClassName=org.apache.pulsar.client.impl.auth.AuthenticationToken \
--pulsar_conf pulsar.client.authParams=xxx \
--table_conf bucket=1 \
--table_conf changelog-producer=input \
--table_conf sink.parallelism=1 \
--catalog_conf s3.endpoint=xxx \
--catalog_conf s3.access-key=xxx \
--catalog_conf s3.secret-key=xxx
### What doesn't meet your expectations?
java.lang.NoSuchFieldError: PULSAR_ADMIN_URL
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the supplied Flink command for the Pulsar CDC sink targeting S3, then inspect the dependency versions used by that entry point. Trace the source of PULSAR_ADMIN_URL and resolve the incompatibility so the command runs without NoSuchFieldError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java
- Domain
- backend, data-engineering
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100