- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Error nifi cluster in kubernetes
- Labels:
-
Apache NiFi
Created ‎04-11-2022 06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm having a problem trying to create a nifi cluster with kubernetes.
Error displayed: "The specified run.as user ec2-user does not exist. Exiting."
The error appears when I use /opt/nifi/nifi-current/conf folder mapping
If I remove this mapping from the nifi folder, the cluster is created without problems.
But I need this folder to keep the data flows if the container dies, come back with the data
the folder in the instance is in /home/ec2-user/user/1.16
I already gave permission 777 on the folder to test and it still didn't work
I already changed the user to upload with root user and nifi (pid 0 and 1000) and it didn't work
Created ‎04-11-2022 08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find out the problem.
It seems that in versions above 1.14 the bootstrap.conf file has an option in the ^M file
where you can change the file parameters
I removed this option in the value "Run.as"
and the problem was solved
Created ‎04-11-2022 08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find out the problem.
It seems that in versions above 1.14 the bootstrap.conf file has an option in the ^M file
where you can change the file parameters
I removed this option in the value "Run.as"
and the problem was solved
