-
Environment is AWS S3, aws emr 5.24.1, Presto : 0.219, GLUE as hive metadata store, hive and presto.
1) Created an non-partitioned external hive table that points data to s3 directory in parquet for…
-
https://www.itgrocery.cn/posts/a7895520/
Presto 是一个分布式的 SQL 查询引擎,非常适合用于 OLAP 场景。官方也许因为版权原因没有提供 oracle 的插件,oracle 在实际场景中还是使用的非常多的,有必要介绍些插件开发的流程。如果读者只是部署,不做开发,可以 clone 我托管在 GitHub 的Presto 来进行编译、部署。
itren updated
4 years ago
-
Hello ,
is it supportable?
Please let us know if possible .
Thanks,
-
Example log: https://api.travis-ci.org/v3/job/389838962/log.txt
Commit: https://github.com/prestodb/presto/commit/48ea8f3eaa9a3047893d0acd5304035912ebb681
Example PR: https://github.com/prestodb/p…
-
when query elasticsearch6 by presto, Log append error like below:
"java.lang.IllegalArgumentException: Multiple entries with same key: _id=ElasticsearchColumnHandle{name=_Id, type=varchar, keyword=t…
-
I'm working on [presto](https://github.com/prestodb/presto/). Presto has quite a few tests, so even though matrix build is used, console logs from jobs are pretty long. When I want to know why particu…
-
### Description
As of now, there is no test on parquet writer
-
### Bug description
The "ci/circleci: linux-presto-e2e-tests" test in Presto repo constantly fail on some non-related changes. Example PR: https://github.com/prestodb/presto/pull/20036
[ERROR] T…
-
Presto has weird behavior when I use `histogram` in a wrong way:
```
presto> select histogram(ARRAY[1, 2, 3]);
Query is gone (server restarted?)
```
The correct way:
```
presto> select hi…
-
Motivation: While configuring Presto, I encountered an issue where the 'log.output-file' property conflicts with the 'log.path' property. Both properties are trying to set the log file's location, but…