Member since
12-29-2017
4
Posts
0
Kudos Received
0
Solutions
01-21-2018
03:29 AM
Currently HDF 3.0 comes with NiFi 1.2, however, if you are looking for custom Ambari service with NiFi 1.4, you can use the custom Ambari script for NiFi. https://github.com/becloudready/bcr-ambari-stack It sits along with any HDF/HDP mstack and allows you to add this server. I have tested it and works well along with even already installed NiFi 1.2. Detailed instructions you can get into the github page also at https://www.becloudready.com/forum/articles-1/ambari-nifi-1-4-custom-service-for-hortonworks-data-flow-hdf It will show along with other services in Ambari stack [ installation ], the screenshots are provided in the github page and the blog page too.
... View more
01-02-2018
06:14 PM
I am installing HDF 3.0 using Ambari Server. I followed the steps mentioned https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.1.1/bk_installing-hdf-and-hdp/content/ch_install-mpack.html I installed the Ambari 3.0 Mpack and I could see HDF 3.0 in drop down menu and selected it. Passed through selection steps when it comes to actually install the stuff I get installation failed with [ Pretty much same issue with all other packages] Not sure why it is refering HDF 2.0 when I have selected HDF3.0. There are no older installation of HDF2.0 in the VM Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/stacks/HDF/2.0/hooks/before-ANY/scripts/hook.py", line 35, in <module>
BeforeAnyHook().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 367, in execute
method(env)
File "/var/lib/ambari-agent/cache/stacks/HDF/2.0/hooks/before-ANY/scripts/hook.py", line 26, in hook
import params
File "/var/lib/ambari-agent/cache/stacks/HDF/2.0/hooks/before-ANY/scripts/params.py", line 101, in <module>
hadoop_home = stack_select.get_hadoop_dir("home", force_latest_on_upgrade=True)
TypeError: get_hadoop_dir() got an unexpected keyword argument 'force_latest_on_upgrade'
Error: Error: Unable to run the custom hook script ['/usr/bin/python', '/var/lib/ambari-agent/cache/stacks/HDF/2.0/hooks/before-ANY/scripts/hook.py', 'ANY', '/var/lib/ambari-agent/data/command-143.json', '/var/lib/ambari-agent/cache/stacks/HDF/2.0/hooks/before-ANY', '/var/lib/ambari-agent/data/structured-out-143.json', 'INFO', '/var/lib/ambari-agent/tmp', 'PROTOCOL_TLSv1', '']
... View more
Labels:
- Labels:
-
Apache Ambari
-
Cloudera DataFlow (CDF)