Re: Property url when using beeline

2019-04-27 Thread Odon Copon
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

Re: Property url when using beeline

2019-04-26 Thread Odon Copon
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:

Re: Property url when using beeline

2019-04-26 Thread Suresh Kumar Sethuramaswamy
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

Property url when using beeline

2019-04-26 Thread 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 property 'url'. How does the beeline generate this property? Thanks.