presto-yarn
presto-yarn copied to clipboard
When I start presto-yarn ,The error log is : ``` Traceback (most recent call last): File "/yarn/nm/usercache/root/appcache/application_1511159513629_0034/filecache/11/presto-yarn-package-1.6-SNAPSHOT-0.167.zip/package/scripts/presto_coordinator.py", line 24, in PrestoServer('COORDINATOR').execute() File "/yarn/nm/usercache/root/appcache/application_1511159513629_0034/filecache/10/slider-agent.tar.gz/slider-agent/resource_management/libraries/script/script.py", line 116, in execute method(env) File "/yarn/nm/usercache/root/appcache/application_1511159513629_0034/filecache/11/presto-yarn-package-1.6-SNAPSHOT-0.167.zip/package/scripts/presto_server.py",...
I'm trying run Presto 0.192 on Yarn 2.7.3 in my local PC. NO standalone discovery service used. I found the presto container server.log has some errors as following which results...
After I installed presto on yarn, I executed a custom AggregationFunction type function and reported an error java.lang.IllegalArgumentException: Output function must take exactly one BlockBuilder parameter
Dear I've setuped presto on yarn, and there is 10 workers. Long time I turned to the monitor page, I finded one node is offline. How can I restart a...
@anusudarsan @kokosing @dharmeshkakadia @nakhanha Who can tell me the best way to run presto on yarn. Or make an affirm that I can use this project even if Slider is...
This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...
This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...
Add the following properties for `appConfig.json` . * `site.global.discovery_host` * For `discovery.uri` in config.properties * default value : `{{site.global.coordinator_host}}` * `site.global.discovery_port` * For `discovery.uri` in config.properties * default value :...
Per the [presto-yarn documentation](https://prestodb.io/presto-yarn/installation-yarn-configuration-options.html), using `site.global.additional_config_properties` is meant to be the 'mechanism' to specify additional properties that eventually land in the `config.properties` file. However trying to setup the [LDAP user...
Go here to see more details: https://groups.google.com/forum/#!msg/presto-users/7DytyTsRG0Y/-mcXA3PkBgAJ > Hello, > I've recently stood up presto-yarn. I've run into a problem while querying a table that makes use of a custom...