Created 07-05-2016 12:09 PM
I have downloaded HDP2.4 sandbox(Oracle Virtual Box). All components are running perfectly, when i add NiFi service using Ambari it failed to install. Attached is the error.txt and output.txt file. I have checked my /etc/host file having proper host name with correct IP. I am logged in using admin in Ambari also seems good.
Created 07-05-2016 06:31 PM
Hi @Mukesh Kumar. As Andrew Grande stated, installing NiFi is very simple. Documentation can be found here: https://nifi.apache.org/docs/nifi-docs/html/getting-started.html#downloading-and-installing-nifi
Alternatively, there is a HDP Sandbox tutorial ("REALTIME EVENT PROCESSING IN HADOOP WITH NIFI, KAFKA AND STORM") that demonstrates how to install NiFi specifically onto the Sandbox using an install script. The link to this tutorial: http://hortonworks.com/hadoop-tutorial/realtime-event-processing-nifi-kafka-storm/#section_3
You can find the steps within the APACHE NIFI section, specifically STEP 2: INSTALL NIFI.
Created 07-05-2016 12:26 PM
This service isn't official, and look like it's trying to download a very old NiFi version. Until an official Ambari service is released I recommend you simply download and install yourself, it's trivial (just change the port from the default 8080 in conf/nifi.properties to avoid conflicts).
Created 07-05-2016 06:31 PM
Hi @Mukesh Kumar. As Andrew Grande stated, installing NiFi is very simple. Documentation can be found here: https://nifi.apache.org/docs/nifi-docs/html/getting-started.html#downloading-and-installing-nifi
Alternatively, there is a HDP Sandbox tutorial ("REALTIME EVENT PROCESSING IN HADOOP WITH NIFI, KAFKA AND STORM") that demonstrates how to install NiFi specifically onto the Sandbox using an install script. The link to this tutorial: http://hortonworks.com/hadoop-tutorial/realtime-event-processing-nifi-kafka-storm/#section_3
You can find the steps within the APACHE NIFI section, specifically STEP 2: INSTALL NIFI.
Created 07-05-2016 08:01 PM
Hi @Mukesh Kumar,
The below guide explains step by step process to install Nifi, run a simple twitter demo. Hope this helps.
Thanks,
Sujitha
Created 07-11-2016 04:38 AM
@Mukesh Kumar just had a chance to look at your logs. Seems like when Ambari attempted to download the zip, there was a problem and the zip is corrupted. You can double check your sandbox has internet access (eg. by pinging hortonworks.com) and run below command to remove the incomplete download. Then follow the steps here to remove the failed install in Ambari and repeat the install steps here
rm -f /tmp/nifi-*zip