Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Can not add HDF 3.3.1 service in Ambari 2.7.3

avatar
New Member

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.

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Ahra Ko

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

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Ahra Ko

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

avatar
New Member

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,