Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3065#discussion_r246996198
--- Diff: docs/presto-guide.md ---
@@ -220,7 +220,8 @@ Now you can use the Presto CLI on the coordinator to
query data sources in the c
Secondly: Create a folder named 'carbondata' under $PRESTO_HOME$/plugin
and
copy all jars from
carbondata/integration/presto/target/carbondata-presto-x.x.x-SNAPSHOT
to $PRESTO_HOME$/plugin/carbondata
-
+ **NOTE:** Not copy one assemble jar, need to copy many jars from
integration/presto/target/carbondata-presto-x.x.x-SNAPSHOT
--- End diff --
How about : Not copy the assemble jar, make sure to copy all jars ...
---