Would it work on a jdbc connection different than Hive? As you can see, I'm
trying to connect to Presto over jdbc.
Thanks
On Fri, 26 Apr 2019, 18:36 Odon Copon, wrote:
> Sure, the command is the following:
>
> beeline> !addlocaldriverjar /Users/odon/jars/presto-jdbc-0.212.jar
> beeline> !addloca
Sure, the command is the following:
beeline> !addlocaldriverjar /Users/odon/jars/presto-jdbc-0.212.jar
beeline> !addlocaldrivername com.facebook.presto.jdbc.PrestoDriver
beeline> !connect jdbc:presto://presto-host:8080/catalog/schema
On Fri, 26 Apr 2019, 17:59 Suresh Kumar Sethuramaswamy,
wrote:
Could you please provide your beeline command
Regards
Suresh
On Fri, Apr 26, 2019, 12:30 PM Odon Copon Hi,
> I'm trying to understand the following error the beeline is giving me:
>
> Fail to connect with a local driver due to the
> exception:java.sql.SQLException: Unrecognized connection proper
Hi,
I'm trying to understand the following error the beeline is giving me:
Fail to connect with a local driver due to the
exception:java.sql.SQLException: Unrecognized connection property 'url'.
How does the beeline generate this property?
Thanks.