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:

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


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


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.