You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/03/19 06:38:50 UTC

[jira] [Updated] (FALCON-364) Process specification contains a mistake in the parallel section

     [ 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)