Somnium99 commented on issue #18441:
URL: https://github.com/apache/pulsar/issues/18441#issuecomment-1312649427

   Ok, so I tried 3 ways of installing and running pulsar, and only one worked.
   
   I. brew - problem exists 
   ```
   > brew install apache-pulsar
   > brew services start apache-pulsar
   > pulsar standalone
   ```
   
   II. download local binary - problem exists
   ```
   > download and unzip the binary files, and then go to the directory in 
terminal
   > ./bin/pulsar standalone
   ```
   
   III. downloading and running via Docker - **Works!**
   ```
   docker run -it -p 6650:6650 -p 8080:8080 --mount 
source=pulsardata,target=/pulsar/data --mount 
source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:2.10.2 bin/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to