sijie closed pull request #2368: Fix Copy Command in Pulsar IO Getting Started
URL: https://github.com/apache/incubator-pulsar/pull/2368
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/site2/docs/io-quickstart.md b/site2/docs/io-quickstart.md
index ceefdeb1f2..042ce8e48b 100644
--- a/site2/docs/io-quickstart.md
+++ b/site2/docs/io-quickstart.md
@@ -66,7 +66,7 @@ $ tar xvfz
/path/to/apache-pulsar-io-connectors-{{pulsar:version}}-bin.tar.gz
// you will find a directory named
`apache-pulsar-io-connectors-{{pulsar:version}}` in the pulsar directory
// then copy the connectors
-$ cd apache-pulsar-io-connectors-{{pulsar:version}}/connectors connectors
+$ cp -r apache-pulsar-io-connectors-{{pulsar:version}}/connectors connectors
$ ls connectors
pulsar-io-aerospike-{{pulsar.version}}.nar
diff --git
a/site2/website/versioned_docs/version-2.1.0-incubating/io-quickstart.md
b/site2/website/versioned_docs/version-2.1.0-incubating/io-quickstart.md
index 37868db6e7..069e2bb567 100644
--- a/site2/website/versioned_docs/version-2.1.0-incubating/io-quickstart.md
+++ b/site2/website/versioned_docs/version-2.1.0-incubating/io-quickstart.md
@@ -67,7 +67,7 @@ $ tar xvfz
/path/to/apache-pulsar-io-connectors-{{pulsar:version}}-bin.tar.gz
// you will find a directory named
`apache-pulsar-io-connectors-{{pulsar:version}}` in the pulsar directory
// then copy the connectors
-$ cd apache-pulsar-io-connectors-{{pulsar:version}}/connectors connectors
+$ cp -r apache-pulsar-io-connectors-{{pulsar:version}}/connectors connectors
$ ls connectors
pulsar-io-aerospike-{{pulsar.version}}.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:
[email protected]
With regards,
Apache Git Services