This is an automated email from the ASF dual-hosted git repository.

jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new a04ac7f  Updated Quick Start Guide (markdown)
a04ac7f is described below

commit a04ac7f56378f9db47eefe6ddddc503adf5132cf
Author: Jialiang Li <[email protected]>
AuthorDate: Tue Feb 5 14:13:26 2019 -0800

    Updated Quick Start Guide (markdown)
---
 Quick-Start-Guide.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Quick-Start-Guide.md b/Quick-Start-Guide.md
index 44fe391..9bd1ad5 100644
--- a/Quick-Start-Guide.md
+++ b/Quick-Start-Guide.md
@@ -7,7 +7,7 @@ The pinot-admin console only supports localhost currently. Help 
on using the pin
 **Note:** To overwrite the default JVM arguments used by pinot-admin script, 
set the environment variable JAVA_OPTS to appropriate value.
 
 **Starting the processes:**
-* **Start Zookeeper****:** The _StartZookeeper_ command below will start the 
Zookeeper process on localhost at port 2181\. Use the -zkPort (and other 
options) to start the process on a different port (and of other 
customizations). It is not mandatory to use the pinot-admin script to launch 
Zookeeper, it can be launched via other available options (eg zkServer.sh in 
Zookeeper installation). Regardless of the way of launching Zookeeper, it is 
important to note the port number at which it i [...]
+* **Start Zookeeper:** The _StartZookeeper_ command below will start the 
Zookeeper process on localhost at port 2181\. Use the -zkPort (and other 
options) to start the process on a different port (and of other 
customizations). It is not mandatory to use the pinot-admin script to launch 
Zookeeper, it can be launched via other available options (eg zkServer.sh in 
Zookeeper installation). Regardless of the way of launching Zookeeper, it is 
important to note the port number at which it is be [...]
 
 ```bash
 pinot-admin.sh StartZookeeper
@@ -146,7 +146,7 @@ Usage: StartController
 ```
 
 **Schema format examples**
-Example Schema file (JSON format):  
+*   Example Schema File (JSON format):  
 ```json
 {
   "dimensionFieldSpecs" : [
@@ -310,7 +310,7 @@ Example Schema file (JSON format):
 
 ```
 
-*   Example Schema Annotation file:
+*   Example Schema Annotation File:
 ```json
 [
   {
@@ -338,7 +338,7 @@ Example Schema file (JSON format):
 ]
 ```
 
-    Sample Table configuration Json File:
+*   Sample Table Configuration Json File:
 ```json
 {
     "tableName":"myTable",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to