You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by zh...@apache.org on 2019/09/18 01:13:14 UTC

[carbondata] branch master updated: [HOTFIX] fix incorrect word in index-server doc

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

zhangzc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new ef64c29  [HOTFIX] fix incorrect word in index-server doc
ef64c29 is described below

commit ef64c29a643b5a3fa37940d3e4f2c25f2a0221d5
Author: lamber-ken <22...@qq.com>
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 
 ```