jm7647 opened a new issue #5418: Unable to Configure a JDBC sink
URL: https://github.com/apache/pulsar/issues/5418
 
 
   **Describe the bug**
   Pulsar 2.4.1 docker image is missing IO file.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Get docker image:
           docker pull apachepulsar/pulsar:2.4.1
   2. Make it running
   3. Start pulsar:
           docker start pulsar
   4. List connectors folder: 
           docker exec -it pulsar /bin/bash -c "ls -l connectors"
   5. See error:
           ls: cannot access 'connectors': No such file or directory
   
   **Expected behavior**
   File(s) should be listed.
   
   **Screenshots**
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu 14
   
   **Additional context**
   Creating sink connector will fail due to missing pulsar-io-jdbc-2.4.1.nar 
file:
   
   $ bin/pulsar-admin sinks create \
   --archive ./**connectors/pulsar-io-jdbc-2.4.1.nar** \
   --inputs pulsar-mysql-jdbc-sink-topic \
   --name pulsar-mysql-jdbc-sink \
   --sink-config-file ./connectors/pulsar-mysql-jdbc-sink.yaml \
   --parallelism 1
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to