You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/01/15 06:00:06 UTC

[GitHub] [carbondata] MarvinLitt commented on a change in pull request #4077: [DOC] Running the Thrift JDBC/ODBC server with CarbonExtensions

MarvinLitt commented on a change in pull request #4077:
URL: https://github.com/apache/carbondata/pull/4077#discussion_r557878565



##########
File path: docs/quick-start-guide.md
##########
@@ -325,9 +325,17 @@ mv carbondata.tar.gz carbonlib/
 
 
 
-## Query Execution Using CarbonData Thrift Server
+## Query Execution Using the Thrift Server
 
-### Starting CarbonData Thrift Server.
+### Option 1: Starting Thrift Server with CarbonExtensions(since 2.0)
+```
+cd $SPARK_HOME
+./sbin/start-thriftserver.sh \
+--conf spark.sql.extensions=org.apache.spark.sql.CarbonExtensions \
+$SPARK_HOME/carbonlib/apache-carbondata-xxx.jar
+```

Review comment:
       Users can easily use start- thriftserver.sh. It's great!




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org