Hi Team,
Mentioned below is the error I am receiving while running count/group by query on mapreduce.
Error Details =
java.net.ConnectException: Call From linux01/192.168.56.113 to linux01:8032 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstru
Job Submission failed with exception 'java.net.ConnectException(Call From linux01/192.168.56.113 to linux01:8032 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused)'
Please Note :
- Select query running fine and data loading is happening fine hdfs copy from local
- Meta Data/Meta Store is loaded successfully from mysql to hive
hive --service metastore --hiveconf hive.log.dir=$HIVE_HOME/logs --hiveconf hive.log.file=metastore.log >/dev/null 2>&1 &
hive --service hiveserver2 --hiveconf hive.log.dir=$HIVE_HOME/logs --hiveconf hive.log.file=hs2.log >/dev/null 2>&1 &
- hive cli is opening fine.
Please find above happening when Hive is trying to call the map reduce job for count/groupby clause queries
Please Help !