Hi, All,
I follow the installation document at
http://kylo.readthedocs.io/en/v0.8.3/installation to deploy kylo 0.8.3 on my hadoop cluster
to do some initial evaluation.
I use the 'offline' mode to deploy kylo since our test environment can't access Internet. One step of installation is to install NIFI, so I run the following command to install nifi:
${my_tar_root_dir}/nifi/install-nifi.sh /opt/nifi nifi nifi ${my_tar_root_dir} -o 1.0.0The script runs successfully
But it doesn't install the script under /etc/init.d, so I can't use 'service nifi status' to verify nifi service status, actually the nifi service doesn't start at all.
Does anyone know how to solve this issue?
Thanks
Boying