You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/26 02:26:52 UTC

[GitHub] [pulsar] tuteng commented on a change in pull request #12978: Add guide to copy file source connector to container

tuteng commented on a change in pull request #12978:
URL: https://github.com/apache/pulsar/pull/12978#discussion_r757192715



##########
File path: site2/docs/io-file-source.md
##########
@@ -105,7 +105,13 @@ Here is an example of using the File source connecter.
     $ curl -O https://mirrors.tuna.tsinghua.edu.cn/apache/pulsar/pulsar-{version}/connectors/pulsar-io-file-{version}.nar
     ```
 
-6. Start the File source connector.
+6. Copy the File source connector to the container. 
+
+    ```bash
+    $ docker cp pulsar-io-file-{version}.nar pulsar-standalone:/pulsar/

Review comment:
       Copy it to the `connectors` folder, then restart the container
   
   ```
   docker cp pulsar-io-file-{version}.nar pulsar-standalone:/pulsar/connectors/
   docker restart pulsar-standalone
   ```




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org