Issue after upgrading version from 2016_08_08-20 to release_2017_01_21

Options

We have upgraded our current Data Fusion from 2016_08_08-20 to release_2017_01_21,
after up gradation we encountered the below 2 issues.

Getting following error message while starting the "extera" service.

Error Message : Failed running: su -s /bin/sh -c "/data/extera/hadoop/sbin/mr-jobhistory-daemon.sh --config /data/extera/hadoop/etc/hadoop start historyserver" entagen Try running this command manually to see the full output..

refer the attached log file ...mapred-root-historyserver-master.zip

Please check and advice to rectify the issue..

Tagged:

Best Answer

  • Hello,

    The behavior you're seeing is due to a bug we've addressed in 2017_01_21. To properly start the cluster:

    • shut down datafusion-admin, df-services, and extera
    • Once extera has stopped, look for and kill any remaining Java processes:
      • e.g. - ps aux | grep -i java
      • e.g. - kill -9 <pid>
    • Once all processes have been killed, restart extera, df-services, and datafusion-admin in that order.

    Thanks,

    Jeff