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: [hidden email] |
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: [hidden email] |
In reply to this post by GitBox
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: [hidden email] |
In reply to this post by GitBox
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: [hidden email] |
In reply to this post by GitBox
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: [hidden email] |
In reply to this post by GitBox
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: [hidden email] |
Free forum by Nabble | Edit this page |