I believe fuse and fuse-libs are part of the stock RHEL6/CentOS6 repositories. A workaround might be to install those packages first -> then try to start again.
Also, if you try to roll to that version via ambari, they try to run:
/usr/bin/yum -d 0 -e 0 -y install ‘–disablerepo=*’ –enablerepo=base,HDP-UTILS-2.2.4.2,HDP-2.2.4.2 ‘hadoop_2_2_*’
..which disables the stock repos, so the package can’t be found. This is likely a bug?