Details
Description
Most of the times users make mistake while scheduling a feed or process.
Consider a Feed, input.xml where ACL owner is defined as "admin", now when I schedule a feed, the intention was to schedule it with sudo as admin. However, by mistake if the feed gets scheduled with someother user "shaik" then Falcon wont complain and schedules the feed.
But the scheduled feed instances gets killed in oozie, as the user shaik wont have permission on JT queue or hdfs data.
We can leverage the ACL owner of the feed to warn user if it is being scheduled as some other user.
Attachments
Issue Links
- is duplicated by
-
FALCON-280 Validate the ACL in Feed entity with the user submitting the entity
- Resolved