Re: [DISCUSSION] CarbonData Integration with Presto
Posted by linqer on Jul 03, 2017; 4:09am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/DISCUSSION-CarbonData-Integration-with-Presto-tp16793p17055.html
Hi
1 you can set -XX:ReservedCodeCacheSize in JVM.propertes, make it big
2 I don't see your discovery.uri IP, make user Master act as coordinate and discovery server;
3 remove query.max-memory-per-node firstly.
4 you can test orc, parquet is not support very well on presto.
thanks