Created 01-14-2019 03:27 PM
I am trying to install HDF 3.3.1 (NIFI) to my existing HDP 3.1 cluster with Ambari 2.7.3. (https://supportmatrix.hortonworks.com/)
I have followed all the steps in the documentation (Installing HDF Services on an Existing HDP Cluster), installed HDF management pack, ambari server restart = yes but I still cannot add HDF services through Add Service Wizard. Nothing to choose in 'Choose Serivce' .. Also cannot find space to update HDF Base URL
Can someone help me with this issue.
Thanks.
Created 01-14-2019 03:37 PM
There is a step you missed, you should run the below,please adjust the HDF version to match
ambari-server install-mpack --mpack=/tmp/hdf-ambari-mpack-3.3.0.0-165.tar.gz --purge --verbose
After the restart of Ambari the Nifi service should be available
HTH
Created 01-14-2019 03:37 PM
There is a step you missed, you should run the below,please adjust the HDF version to match
ambari-server install-mpack --mpack=/tmp/hdf-ambari-mpack-3.3.0.0-165.tar.gz --purge --verbose
After the restart of Ambari the Nifi service should be available
HTH
Created 01-15-2019 02:18 AM
I think my mpack wasn't installed properly. So I uninstalled and reinstalled again. Now it is working fine.
I followed the steps from Derek's answer from the link below:
https://community.hortonworks.com/questions/208084/remove-hdf-mpack.html
Thanks,