Re: Hive 3,0 on Hadoop 3.0.3 crahes with org.apache.hadoop.mapreduce.v2.app.MRAppMaster error

2018-06-13 Thread Mich Talebzadeh
sorted out. needed to add the following to ${HADOOP_HOME}/etc/Hadoop/mapred-site.xml ! mapreduce.framework.name yarn yarn.app.mapreduce.am.env HADOOP_MAPRED_HOME=${HADOOP_HOME} mapreduce.map.env

Hive 3,0 on Hadoop 3.0.3 crahes with org.apache.hadoop.mapreduce.v2.app.MRAppMaster error

2018-06-13 Thread Mich Talebzadeh
*Hadoop 3.0.3Hive (version 3.0.0)* Running a simple query select count(1) from sales; I get the following error in container Error: Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster The container file launch_container.sh has the following entry exec /bin/bash