acelyc111 commented on code in PR #51: URL: https://github.com/apache/incubator-pegasus-website/pull/51#discussion_r1438031124
########## _overview/en/onebox.md: ########## @@ -2,4 +2,62 @@ permalink: /overview/onebox/ --- -TRANSLATING +# Understanding the Onebox Cluster +Actions speak louder than words. + +When you first delve into Pegasus, you're probably most eager to understand how its cluster functions in action. But as it's a distributed system, you may not have an abundance of machines at your disposal. Hence, we provide the onebox cluster, enabling you to experience the cluster-style service of Pegasus on a single machine. + +Here's what the onebox cluster does when it starts up: + +- Initiates Zookeeper: Automatically downloads the Zookeeper installation package from a remote source, installs it in the local hidden folder```.zk_install```, and then launches the local Zookeeper service on port 22181. Review Comment: ```suggestion - Initiates Zookeeper: Automatically downloads the Zookeeper installation package from a remote source, installs it in the local hidden folder `.zk_install`, and then launches the local Zookeeper service on port 22181. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
