You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Sungwoo Park <gl...@gmail.com> on 2019/04/27 15:02:43 UTC

Announce: MR3 0.7 released

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