This is an automated email from the ASF dual-hosted git repository. ravipesala pushed a commit to branch branch-1.6 in repository https://gitbox.apache.org/repos/asf/carbondata.git
commit 8ffbc1d6afda2ad77efeb738168b972239c89731 Author: lamber-ken <[email protected]> AuthorDate: Tue Sep 17 02:08:40 2019 +0800 [HOTFIX] fix incorrect word in index-server doc fix incorrect word in index-server doc This closes #3390 --- docs/index-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index-server.md b/docs/index-server.md index 9253f2a..0b888c4 100644 --- a/docs/index-server.md +++ b/docs/index-server.md @@ -191,7 +191,7 @@ that will authenticate the user to access the index server and no other service. ## Starting the Server ``` -./bin/spark-submit --master [yarn/local] --[o ptional parameters] --class org.apache.carbondata.indexserver.IndexServer [path to carbondata-spark2-<version>.jar] +./bin/spark-submit --master [yarn/local] --[optional parameters] --class org.apache.carbondata.indexserver.IndexServer [path to carbondata-spark2-<version>.jar] ``` Or ```
