k2la opened a new pull request #2368: Fix Copy Command in Pulsar IO Getting 
Started
URL: https://github.com/apache/incubator-pulsar/pull/2368
 
 
   ### Motivation
   
   In https://pulsar.incubator.apache.org/docs/en/io-quickstart/ ,
   `connectors` directory cannot be copied because copy command is wrong.
   
   > // you will find a directory named 
`apache-pulsar-io-connectors-2.1.0-incubating` in the pulsar directory
   > // then copy the connectors
   >
   > $ cd apache-pulsar-io-connectors-2.1.0-incubating/connectors connectors
   
   ### Modifications
   
   惻Change `cd` to `cp -r`
   
   ### Result
   
   `connectors` directory can be copied successfully.
   
   ```
   $ cp -r apache-pulsar-io-connectors-2.1.0-incubating/connectors connectors
   $ ls connectors
   pulsar-io-aerospike-2.1.0-incubating.nar  
pulsar-io-kinesis-2.1.0-incubating.nar
   pulsar-io-cassandra-2.1.0-incubating.nar  
pulsar-io-rabbitmq-2.1.0-incubating.nar
   pulsar-io-kafka-2.1.0-incubating.nar      
pulsar-io-twitter-2.1.0-incubating.nar
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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