Created 02-24-2017 12:08 PM
Please how to install apache NIFI with ambari on existing HDP cluster
Created 02-24-2017 12:11 PM
If you are looking to demo just NiFi on an HDP cluster, then you can use this: https://github.com/abajwa-hw/ambari-nifi-service
It is unsupported and not intended for production uses. If you want to deploy Hortonworks Data Flow which includes NiFi, then you currently have to install it using a separate version of Ambari from the HDP Ambari.
Created 02-24-2017 12:11 PM
If you are looking to demo just NiFi on an HDP cluster, then you can use this: https://github.com/abajwa-hw/ambari-nifi-service
It is unsupported and not intended for production uses. If you want to deploy Hortonworks Data Flow which includes NiFi, then you currently have to install it using a separate version of Ambari from the HDP Ambari.
Created 02-24-2017 12:18 PM
@Michael Young how to install HDF on the same cluster , because i wanna use HDF and HDP
Created 02-24-2017 12:30 PM
Created 02-24-2017 12:35 PM
@Michael Young can i use the same cluster but , install ambari server fo hdp on a server and ambari-server for HDF on another server but use the same node ??
Created 02-24-2017 12:43 PM
That is not currently a supported configuration. There are common components in HDF and HDP (Kafka, Storm, Ranger, to name a few). If you attempt to install both stacks on the same cluster of servers, you will experience conflicts.
Created 02-24-2017 12:47 PM
Different Ambari servers can not own the same hosts/nodes. Ambari agents which are installed on each node are configured to communicate with a single Ambari Server.
Created 02-24-2017 12:52 PM
"how to install HDF on the same cluster , because i wanna use HDF and HDP"
HDF does not need to be installed on the same hardware as HDP in order to have the software packages send data to one another.
For example, HDF NiFi includes the hadoop client libraries needed to send/get data from HDP HDFS. All you need to provide NiFi is the core-sites.xml and HDFS-sites.xml files. No need to install Hadoop (HDFS) clients on the NiFi nodes/hosts or have HDP HDFS installed on the same nodes/hosts.
Thanks,
Matt
Created 02-24-2017 01:51 PM
@Matt Clarke because i will need hbase also so i dont think that i can add it in hdp
Created 02-24-2017 02:30 PM
Hbase runs on top of HDFS in HDP. The only service that is part of HDF that is not in HDP is NiFi. NiFi can send and retrieve data with and HDP HDFS with Hbase without both services needing to be installed on the same nodes/hosts.