[
https://issues.apache.org/jira/browse/FALCON-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated FALCON-364:
----------------------------------------
Priority: Trivial (was: Major)
> Process specification contains a mistake in the parallel section
> ----------------------------------------------------------------
>
> Key: FALCON-364
> URL: https://issues.apache.org/jira/browse/FALCON-364
> Project: Falcon
> Issue Type: Bug
> Components: docs
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Trivial
>
> In the process specification doc
> (http://falcon.incubator.apache.org/docs/EntitySpecification.html#Process_Specification),
> the code snippet in the Parallel section contains:
> {code}
> <process name="[process name]">
> ...
> <concurrency>[concurrency]</concurrency>
> ...
> </process>
> {code}
> whereas it should be:
> {code}
> <process name="[process name]">
> ...
> <parallel>[parallel]</parallel>
> ...
> </process>
> {code}
> The description also mixes parallel and concurrency wording.
--
This message was sent by Atlassian JIRA
(v6.2#6252)