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

 ##########
 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:
   ```suggestion
     1. Download that version of Presto (say 0.210) using below command:
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to