Running Apache Hive on Kubernetes (without YARN)

5/28/2018

Is it possible to run Apache Hive on Kubernetes (without YARN running on Kubernetes)?

I could not find any reasonable information on the web -- is running Hive on Kubernetes such a uncommon thing to do?

-- j9dy
hive
kubernetes
yarn

1 Answer

2/19/2019

Hive on MR3 runs on Kubernetes, as MR3 (a new execution engine for Hadoop and Kubernetes) provides a native support for Kubernets.

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

-- glapark
Source: StackOverflow