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
HADOOP_MAPRED_HOME=${HADOOP_HOM
*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 -c