You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Parameswaran Raman (Created) (JIRA)" <ji...@apache.org> on 2011/10/04 06:07:33 UTC

[jira] [Created] (OOZIE-569) Update documentation on external dataset definition

Update documentation on external dataset definition
---------------------------------------------------

                 Key: OOZIE-569
                 URL: https://issues.apache.org/jira/browse/OOZIE-569
             Project: Oozie
          Issue Type: Bug
            Reporter: Parameswaran Raman


In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
"Namespaces used for <coordinator-app> and <datasets> should be of the same version".

Specifying different versions of these two result in exceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-569) Update documentation on external dataset definition

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121549#comment-13121549 ] 

jiraposter@reviews.apache.org commented on OOZIE-569:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2161/#review2370
-----------------------------------------------------------

Ship it!


+ 1 after fixed the space


trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
<https://reviews.apache.org/r/2161/#comment5452>

    tail space



trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki
<https://reviews.apache.org/r/2161/#comment5453>

    tail space


- Angelo K.


On 2011-10-05 21:58:50, params wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2161/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-10-05 21:58:50)
bq.  
bq.  
bq.  Review request for oozie, Mohammad Islam and Angelo K. Huang.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  OOZIE-569: Update documentation on external dataset definition
bq.  
bq.  Summary:
bq.  https://issues.apache.org/jira/browse/OOZIE-569
bq.  
bq.  
bq.  This addresses bug OOZIE-569.
bq.      https://issues.apache.org/jira/browse/OOZIE-569
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki 1179437 
bq.    trunk/release-log.txt 1179437 
bq.  
bq.  Diff: https://reviews.apache.org/r/2161/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  params
bq.  
bq.


                
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace (xmlns="xyz") is already present for <coordinator-app> then there is no need to specify it again on any of the <datasets> or <dataset> elements (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>        <include>
>        ..
>        </include>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-569) Update documentation on external dataset definition

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121561#comment-13121561 ] 

jiraposter@reviews.apache.org commented on OOZIE-569:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2161/
-----------------------------------------------------------

(Updated 2011-10-05 22:46:32.798624)


Review request for oozie, Mohammad Islam and Angelo K. Huang.


Changes
-------

Fixed the tail spaces.


Summary
-------

OOZIE-569: Update documentation on external dataset definition

Summary:
https://issues.apache.org/jira/browse/OOZIE-569


This addresses bug OOZIE-569.
    https://issues.apache.org/jira/browse/OOZIE-569


Diffs (updated)
-----

  trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki 1179437 
  trunk/release-log.txt 1179437 

Diff: https://reviews.apache.org/r/2161/diff


Testing
-------


Thanks,

params


                
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace (xmlns="xyz") is already present for <coordinator-app> then there is no need to specify it again on any of the <datasets> or <dataset> elements (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>        <include>
>        ..
>        </include>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-569) Update documentation on external dataset definition

Posted by "Parameswaran Raman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parameswaran Raman updated OOZIE-569:
-------------------------------------

    Description: 
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
"Namespaces used for <coordinator-app> and <datasets> should be of the same version".

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.2">
     .....
   </datasets>
     .....
</coordinator-app>

INCORRECT SPECIFICATION:
----------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.1">
     .....
   </datasets>
     .....
</coordinator-app>


Specifying different versions of these result in exceptions.

  was:
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
"Namespaces used for <coordinator-app> and <datasets> should be of the same version".

Specifying different versions of these two result in exceptions.

    
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> "Namespaces used for <coordinator-app> and <datasets> should be of the same version".
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ----------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.1">
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> Specifying different versions of these result in exceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-569) Update documentation on external dataset definition

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119896#comment-13119896 ] 

jiraposter@reviews.apache.org commented on OOZIE-569:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2161/
-----------------------------------------------------------

Review request for oozie, Mohammad Islam and Angelo K. Huang.


Summary
-------

OOZIE-569: Update documentation on external dataset definition

Summary:
https://issues.apache.org/jira/browse/OOZIE-569


This addresses bug OOZIE-569.
    https://issues.apache.org/jira/browse/OOZIE-569


Diffs
-----

  trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki 1178596 
  trunk/release-log.txt 1178596 

Diff: https://reviews.apache.org/r/2161/diff


Testing
-------


Thanks,

params


                
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> "Namespaces used for <coordinator-app> and <datasets> should be of the same version".
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ----------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.1">
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> Specifying different versions of these result in exceptions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-569) Update documentation on external dataset definition

Posted by "Parameswaran Raman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parameswaran Raman updated OOZIE-569:
-------------------------------------

    Description: 
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
If a xml namespace (xmlns="xyz") is already present for <coordinator-app> then there is no need to specify it again on any of the <datasets> or <dataset> elements (even if the dataset is defined in a separate xml file).

Specifying namespaces at multiple places, results in xml errors while submitting the job.

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>

INCORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.2">
       <include>
       ..
       </include>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>


  was:
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
If a xml namespace is already present for <coordinator-app> then there is no need to specify it for <datasets> (even if the dataset is defined in a separate xml file).

Specifying namespaces at multiple places, results in xml errors while submitting the job.

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>

INCORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.2">
       <include>
       ..
       </include>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>


    
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace (xmlns="xyz") is already present for <coordinator-app> then there is no need to specify it again on any of the <datasets> or <dataset> elements (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>        <include>
>        ..
>        </include>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-569) Update documentation on external dataset definition

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122223#comment-13122223 ] 

jiraposter@reviews.apache.org commented on OOZIE-569:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2161/#review2406
-----------------------------------------------------------


commiitted

- Mohammad


On 2011-10-05 22:46:32, params wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2161/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-10-05 22:46:32)
bq.  
bq.  
bq.  Review request for oozie, Mohammad Islam and Angelo K. Huang.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  OOZIE-569: Update documentation on external dataset definition
bq.  
bq.  Summary:
bq.  https://issues.apache.org/jira/browse/OOZIE-569
bq.  
bq.  
bq.  This addresses bug OOZIE-569.
bq.      https://issues.apache.org/jira/browse/OOZIE-569
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki 1179437 
bq.    trunk/release-log.txt 1179437 
bq.  
bq.  Diff: https://reviews.apache.org/r/2161/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  params
bq.  
bq.


                
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace (xmlns="xyz") is already present for <coordinator-app> then there is no need to specify it again on any of the <datasets> or <dataset> elements (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>        <include>
>        ..
>        </include>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-569) Update documentation on external dataset definition

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121522#comment-13121522 ] 

jiraposter@reviews.apache.org commented on OOZIE-569:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2161/
-----------------------------------------------------------

(Updated 2011-10-05 21:58:50.989237)


Review request for oozie, Mohammad Islam and Angelo K. Huang.


Changes
-------

Updated the document changes.


Summary
-------

OOZIE-569: Update documentation on external dataset definition

Summary:
https://issues.apache.org/jira/browse/OOZIE-569


This addresses bug OOZIE-569.
    https://issues.apache.org/jira/browse/OOZIE-569


Diffs (updated)
-----

  trunk/docs/src/site/twiki/CoordinatorFunctionalSpec.twiki 1179437 
  trunk/release-log.txt 1179437 

Diff: https://reviews.apache.org/r/2161/diff


Testing
-------


Thanks,

params


                
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace (xmlns="xyz") is already present for <coordinator-app> then there is no need to specify it again on any of the <datasets> or <dataset> elements (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>        <include>
>        ..
>        </include>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-569) Update documentation on external dataset definition

Posted by "Parameswaran Raman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parameswaran Raman updated OOZIE-569:
-------------------------------------

    Description: 
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
If a xml namespace is already present for <coordinator-app> then there is no need to specify it for <datasets> (even if the dataset is defined in a separate xml file).

Specifying namespaces at multiple places, results in xml errors while submitting the job.

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>


  was:
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
"Namespaces used for <coordinator-app> and <datasets> should be of the same version".

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.2">
     .....
   </datasets>
     .....
</coordinator-app>

INCORRECT SPECIFICATION:
----------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.1">
     .....
   </datasets>
     .....
</coordinator-app>


Specifying different versions of these result in exceptions.

    
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace is already present for <coordinator-app> then there is no need to specify it for <datasets> (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-569) Update documentation on external dataset definition

Posted by "Parameswaran Raman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parameswaran Raman updated OOZIE-569:
-------------------------------------

    Description: 
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
If a xml namespace is already present for <coordinator-app> then there is no need to specify it for <datasets> (even if the dataset is defined in a separate xml file).

Specifying namespaces at multiple places, results in xml errors while submitting the job.

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>

INCORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets xmlns="uri:oozie:coordinator:0.2">
       <include>
       ..
       </include>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>


  was:
In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
If a xml namespace is already present for <coordinator-app> then there is no need to specify it for <datasets> (even if the dataset is defined in a separate xml file).

Specifying namespaces at multiple places, results in xml errors while submitting the job.

CORRECT SPECIFICATION:
------------------------------------------
<coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
     .....
   <datasets>
       <dataset>
       ..
       </dataset>
     .....
   </datasets>
     .....
</coordinator-app>


    
> Update documentation on external dataset definition
> ---------------------------------------------------
>
>                 Key: OOZIE-569
>                 URL: https://issues.apache.org/jira/browse/OOZIE-569
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Parameswaran Raman
>
> In the documentation for 'external dataset definition' - http://yahoo.github.com/oozie/releases/3.0.2/CoordinatorFunctionalSpec.html, it needs to be mentioned that:
> If a xml namespace is already present for <coordinator-app> then there is no need to specify it for <datasets> (even if the dataset is defined in a separate xml file).
> Specifying namespaces at multiple places, results in xml errors while submitting the job.
> CORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>
> INCORRECT SPECIFICATION:
> ------------------------------------------
> <coordinator-app name="aggreg"  xmlns="uri:oozie:coordinator:0.2">
>      .....
>    <datasets xmlns="uri:oozie:coordinator:0.2">
>        <include>
>        ..
>        </include>
>        <dataset>
>        ..
>        </dataset>
>      .....
>    </datasets>
>      .....
> </coordinator-app>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira