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/07/25 15:05:55 UTC

Announce: MR3 0.9 released

I am pleased to announce the release of MR3 0.9. New features are:

* LLAP I/O works properly on Kubernetes.
https://mr3.postech.ac.kr/hivek8s/features/llap-io/

* SSL(Secure Sockets Layer) is fully supported on Kubernetes. Now one can
run HiveServer2, Ranger, TimelineServer, Metastore securely.
https://mr3.postech.ac.kr/hivek8s/guide/enable-ssl/

* Hive on Kubernetes can read from multiple HDFS sources.
https://mr3.postech.ac.kr/hivek8s/guide/nonsecure-hdfs/

* Multiple HiveServer2 instances, each with its own Metastore, can share
DAGAppMaster and the ContainerWorker pool (thus simulating a serverless
environment.) https://mr3.postech.ac.kr/hivek8s/guide/multiple-metastores/

* UDFs work okay on Kubernetes.

You can download MR3 0.9 at:

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

--- Sungwoo Park