Created on 09-25-2018 07:58 PM - edited 08-17-2019 10:19 PM
if i insert a row from hive command line in unix it starts a TEZ job and runs fine and inserts a row, but the same insert if i try to do from hive view in Ambari, it hangs. The SELECT queries work fine in hive view .
plz see the attached screenshots
Created 09-26-2018 02:24 AM
I could resolve this issue by modifying the following parameters
yarn.scheduler.minimum-allocation-mb=2560 yarn.nodemanager.resource.memory-mb=7680 yarn.app.mapreduce.am.resource.mb=2560
View solution in original post