简体   繁体   中英

How to install hive on EMR task/slave nodes?

I got hive running on EMR master node, but I need to run hive command line on EMR task/slave node.

Anyone got idea how to do it? Thanks!

Hive is only traditionally run on the Master node.

Hive creates a MapReduce task that is then executed by the cluster. Hive does not actually do distributed work. It simply translates requests into jobs, submits the jobs, then handles the results.

This is different to Apache Spark, which actually has executors on slave nodes too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM