You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I need some help with the Presto connection.
From the terminal, I can do the following.
MyURL is like https://presto.com. Java -jar /usr/local/bin/presto --server MyURL --catalog MyCatalog --user MyUsername --password --execute "SELECT * FROM MyTable LIMIT 10;"
For following MyURL1 is presto.com
I can see the result. However, I converted the above example to the following when I wrote dadbod. presto://MyUsername:MyPassword@MyURL/MyCatalog?protocol=https&ssl=true
It doesn't work. It complains Error running command: java.io.IOException: unexpected end of stream on Connection{presto
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for making this plugin. Love It.
However, I need some help with the Presto connection.
From the terminal, I can do the following.
MyURL is like https://presto.com.
Java -jar /usr/local/bin/presto --server MyURL --catalog MyCatalog --user MyUsername --password --execute "SELECT * FROM MyTable LIMIT 10;"
For following MyURL1 is presto.com
I can see the result. However, I converted the above example to the following when I wrote dadbod.
presto://MyUsername:MyPassword@MyURL/MyCatalog?protocol=https&ssl=true
It doesn't work. It complains
Error running command: java.io.IOException: unexpected end of stream on Connection{presto
The text was updated successfully, but these errors were encountered: