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 2019/03/25 11:10:12 UTC

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3163: [Document] update doc about presto version support details

ajantha-bhat commented on a change in pull request #3163: [Document] update doc about presto version support details
URL: https://github.com/apache/carbondata/pull/3163#discussion_r268589461
 
 

 ##########
 File path: docs/presto-guide.md
 ##########
 @@ -27,14 +27,25 @@ This tutorial provides a quick introduction to using current integration/presto
 ## Presto Multinode Cluster Setup for Carbondata
 ### Installing Presto
 
-  1. Download the 0.210 version of Presto using:
+To know about which version of presto is supported by this version of carbon, visit 
+https://github.com/apache/carbondata/blob/master/integration/presto/pom.xml
+and look  for ```<presto.version>```
+
+_Example:_ 
+  `<presto.version>0.210</presto.version>`
+This means current version of carbon supports presto 0.210 version.   
+
+_Note:_
+Currently carbondata supports only one version of presto, cannot handle multiple versions at same time. If user wish to use older version of presto, then need to use older version of carbon (other old branches, say branch-1.5 and check the supported presto version in it's pom.xml file in integration/presto/)
+
+  1. Download that  version of Presto (say 0.210) using below command:
 
 Review comment:
   done

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


With regards,
Apache Git Services