You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/04/17 13:18:15 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13972844#comment-13972844 ] 

Shwetha G S commented on FALCON-364:
------------------------------------

-in workflow to parameterize the workflow.
-Synatx:
+in workflow to parameter the workflow.
+Syntax:

parameterise makes more sense

> 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
>             Fix For: 0.5
>
>         Attachments: FALCON-364-ext.patch, FALCON-364.patch
>
>
> 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)