You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by chenliang613 <gi...@git.apache.org> on 2019/01/11 03:40:14 UTC

[GitHub] carbondata pull request #3065: [HOTFIX] Optimize presto-guide

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


---