Support Questions

Find answers, ask questions, and share your expertise

HDF INSTALLATION

Explorer

My ambari is already latest version 2.7.3 with HDP cluster how will I install HDF on top of it, No clue.

Thanks

Vikash K

2 REPLIES 2

Super Collaborator
@Vikash KUMAR

You need to install HDF management pack to add HDF services to an HDP cluster, Refer to the following document

https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.1.1/bk_installing-hdf-and-hdp/content/ch_add-hd...

Mentor

@Vikash KUMAR

Depending on your HDP version please choose the correct compatible HDF by using the support matrix https://supportmatrix.hortonworks.com/

The follow the step which goes like below, according to the matrix see screenshot you need HDF 3.3.0

94592-hcc.jpg


############################################################
# Back up your Ambari resources folder
###########################################################
cp -r /var/lib/ambari-server/resources /var/lib/ambari-server/resources.backup
############################################################ 
# Install the management pack
###########################################################
https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.3.0/release-notes/content/hortonworks-dataflow-... 
cd /tmp
wget -nv http://public-repo-1.hortonworks.com/HDF/centos7/3.x/updates/3.3.0.0/tars/hdf_ambari_mp/hdf-ambari-m...
# ambari-server install-mpack --mpack=/tmp/hdf-ambari-mpack-3.3.0.0-165.tar.gz --purge --verbose

########################################### 
# Restart the Ambari server 
########################################## 
ambari-server start

Then proceed with adding the nifi service and other related components as desired like certificate authority etc