Skip to content

Commit

Permalink
Update intellij-setup.md (#16655)
Browse files Browse the repository at this point in the history
updating typing mistakes
  • Loading branch information
rahulbansal3005 authored Jun 26, 2024
1 parent 71b3b5a commit b772277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/intellij-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The installation of a MySQL metadata store is outside the scope of this document
Use of other databases such as Postgres or Derby are entirely reasonable, but doing so is left as an excercise to the reader.

## ZooKeeper
This also assumes you have [ZooKeeper](http://zookeeper.apache.org/releases.html) running locally, which usually just involves downloading the latst distribution of ZooKeeper, doing some minor configuration in ZooKeeper's `conf/` directory (most defaults are fine), then running `./bin/zkServer.sh start` in the ZooKeeper directory.
This also assumes you have [ZooKeeper](http://zookeeper.apache.org/releases.html) running locally, which usually just involves downloading the latest distribution of ZooKeeper, doing some minor configuration in ZooKeeper's `conf/` directory (most defaults are fine), then running `./bin/zkServer.sh start` in the ZooKeeper directory.

On macOS, you can also achieve this through the following commands

Expand Down

0 comments on commit b772277

Please sign in to comment.