-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42854/
-----------------------------------------------------------
(Updated Jan. 27, 2016, 3:53 p.m.)
Review request for Falcon.
Bugs: FALCON-1784
https://issues.apache.org/jira/browse/FALCON-1784
Repository: falcon-git
Description
-------
Falcon-1647 fixes the following issue.
Create cluster entity as user1. Submit and schedule feed entity feed1 in this
cluster as user1. Now try to submit and schedule a feed entity feed2 in this
cluster as user2. This failed with error
Permission denied: user=user2, access=WRITE,
inode="/apps/falcon/backupCluster/staging/falcon/workflows/feed":falcon:hdfs:drwxr-xr-x
This issue was fixed by Falcon-1647 and we should have a regression test to
verify the fix.
Diffs
-----
falcon-regression/merlin/src/test/java/org/apache/falcon/regression/FeedSubmitAndScheduleTest.java
46015dc
Diff: https://reviews.apache.org/r/42854/diff/
Testing (updated)
-------
Tested
Thanks,
Paul Isaychuk