GitHub user PraveenAdlakha opened a pull request:
https://github.com/apache/falcon/pull/15
server side check added
n/falcon entity -type feed -submitAndSchedule -file ../cluster.xml
ERROR: Forbidden;submitAndSchedule on server is not supported.Please run
your operation on Prism.
$ bin/falcon entity -type feed -update -name abc -file ../cluster.xml
ERROR: Forbidden;update on server is not supported.Please run your
operation on Prism.
$ bin/falcon entity -type feed -delete -name abc
ERROR: Forbidden;delete on server is not supported.Please run your
operation on Prism.
$ bin/falcon entity -type feed -submit -file ../cluster.xml
ERROR: Forbidden;submit on server is not supported.Please run your
operation on Prism.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PraveenAdlakha/falcon FALCON-1774
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/15.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #15
----
commit 64431d22c344a9d3abc6638d02966034d6b2ccc9
Author: Praveen Adlakha <[email protected]>
Date: 2016-01-28T14:31:04Z
server side check added
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---