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> !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.
>>>
>>


Announce: MR3 0.7 released

2019-04-27 Thread Sungwoo Park
I am pleased to announce the release of MR3 0.7. New key features are:

- MR3 is fully fault-tolerant. (
https://mr3.postech.ac.kr/mr3/features/fault-tolerance/)
- The logic for node blacklisting has been simplified. (
https://mr3.postech.ac.kr/mr3/features/blacklisting/)

I have tested the correctness of Hive on MR3 by cross-checking the result
of TPC-DS benchmark against Impala and Presto. Nothing particularly
surprising, except that for some queries, Impala returns different results
than Hive on MR3 and Presto. Hive on MR3 is consistent with Presto for
TPC-DS benchmark.

I have created an FAQ page:

  https://mr3.postech.ac.kr/faq/home/

You can download MR3 0.7 at:

  https://mr3.postech.ac.kr/download/home/

--- Sungwoo Park