Member since
05-26-2016
37
Posts
6
Kudos Received
3
Solutions
07-14-2016
12:20 PM
We ran into the same issue using Ambari 2.2.2.2.It stops at 35%.Says another instance is running and exiting. when you restart form Ambari or from the command line .Fix is :go to your name node run ps -aef|grep balancer kill -9 all the balancer process except the irq balancer (Linux native).Start the balancer from cmd line using # sudo -u hdfs hdfs balancer it works !!!
... View more
06-07-2016
03:57 AM
Ambari server and Hive restart worked for me
... View more