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 02:47:46 UTC

[GitHub] [carbondata] QiangCai opened a new pull request #4077: [DOC] Running the Thrift DBC/ODBC server with CarbonExtensions

QiangCai opened a new pull request #4077:
URL: https://github.com/apache/carbondata/pull/4077


    ### Why is this PR needed?
    since version 2.0,  carbon supports starting spark ThriftServer with CarbonExtensions.
    
    ### What changes were proposed in this PR?
    add the document to start spark ThriftServer with CarbonExtensions.
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - No
   
       
   


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



[GitHub] [carbondata] ajantha-bhat commented on pull request #4077: [DOC] Running the Thrift JDBC/ODBC server with CarbonExtensions

Posted by GitBox <gi...@apache.org>.
ajantha-bhat commented on pull request #4077:
URL: https://github.com/apache/carbondata/pull/4077#issuecomment-762037743


   LGTM


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



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

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4077:
URL: https://github.com/apache/carbondata/pull/4077#issuecomment-760649473


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12444/job/ApacheCarbonPRBuilder2.3/5312/
   


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



[GitHub] [carbondata] asfgit closed pull request #4077: [DOC] Running the Thrift JDBC/ODBC server with CarbonExtensions

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #4077:
URL: https://github.com/apache/carbondata/pull/4077


   


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



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

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4077:
URL: https://github.com/apache/carbondata/pull/4077#issuecomment-760648968


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12444/job/ApacheCarbon_PR_Builder_2.4.5/3552/
   


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



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

Posted by GitBox <gi...@apache.org>.
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