Cube.js: Which presto distribution is accepted?

Created on 3 Sep 2020  路  5Comments  路  Source: cube-js/cube.js

As we were trying to connect prestosql with cube.js, we have a lot of problems, so we tried to connect with prestodb and it works from the start.

But we saw that prestosql is more popular than prestodb and have been done for a much broader audience, does cube.js only connect with prestodb or it's compatible with prestosql too?

question

Most helpful comment

Hey @marceloavf what issues are you facing? I am able to connect and work with prestosql just fine for almost everything except for pre-aggregations where timestamp columns are being created as text!

All 5 comments

Hey @marceloavf ! What problems do you have? Actually prestosql is a very recent hard fork of original prestodb https://github.com/prestodb/presto. We're open to support both of them however prestosql isn't on our roadmap yet. We're open for this contribution.

Hey @marceloavf what issues are you facing? I am able to connect and work with prestosql just fine for almost everything except for pre-aggregations where timestamp columns are being created as text!

@marceloavf Would love to hear your feedback here!

We'll be testing it again with newer versions, we were having problems to connect to it and I'll pay attention to pre-aggregations @anismiles.

Thank you.

We are having some errors while trying to connect receiving an error like this:

java.lang.IllegalArgumentException: Error: Multiple entries with same key:
Was this page helpful?
0 / 5 - 0 ratings