Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

nifi-env.sh file is empty in 2.4.0. Upgrade issue in EKS

avatar
Explorer

We are upgrading from 2.0.0 M4 to 2.4.0 in EKS via helm charts.
But encountering issue while running nifi.sh file. Nifi.sh file references nifi-env.sh which is empty. We are suspecting issue is with docker image of nifi.

When we opened binary of nifi 2.4.0 which is downloaded locally from internet, I can see content inside nifi-env.sh. 
Same is not present inside EKS when we deploy nifi 2.4.0 docker image into EKS

This is crashing our main container. Basically its not setting PID path.


1 REPLY 1

avatar
Master Collaborator

Hello @Chetan_mn, 

I was checking and the entrypoint for this kind of scenarios should be start.sh, that should call everything you need to start it. 
https://hub.docker.com/layers/apache/nifi/2.4.0/images/sha256-e8ca069f1533e6ee52d706fa3395ea16fe6f29...

Do you have any error log that can give us more clues here? 


Regards,
Andrés Fallas
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs-up button.