You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Angelo K. Huang (JIRA)" <ji...@apache.org> on 2011/08/31 02:03:10 UTC

[jira] [Created] (OOZIE-38) LocalOozie example and improvement

LocalOozie example and improvement
----------------------------------

                 Key: OOZIE-38
                 URL: https://issues.apache.org/jira/browse/OOZIE-38
             Project: Oozie
          Issue Type: Improvement
            Reporter: Angelo K. Huang
            Assignee: Angelo K. Huang


If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:

* LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.

* Documentation is not clear.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-38) LocalOozie example and improvement

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

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


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

(Updated 2011-10-13 23:02:41.356320)


Review request for oozie.


Summary
-------

LocalOozie example and improvement


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


Diffs (updated)
-----

  /trunk/core/pom.xml 1182176 
  /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
  /trunk/minitest/pom.xml PRE-CREATION 
  /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
  /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
  /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
  /trunk/release-log.txt 1182176 
  /trunk/src/main/assemblies/distro.xml 1182176 

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


Testing
-------


Thanks,

Angelo K.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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



bq.  On 2011-10-17 17:51:39, Virag Kothari wrote:
bq.  > /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java, line 105
bq.  > <https://reviews.apache.org/r/2238/diff/3/?file=50061#file50061line105>
bq.  >
bq.  >     It looks like 'writer' object is already closed (line 187)

thanks. it has been removed.


- Angelo K.


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


On 2011-10-19 23:53:20, Angelo K. Huang wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2238/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-10-19 23:53:20)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  LocalOozie example and improvement
bq.  
bq.  1. publish oozie-core-<version>-tests.jar to  maven
bq.  2. user uses pom.xml and WorkflowTest.java in oozie-mini as examples to construct their tests.
bq.  
bq.  
bq.  This addresses bug OOZIE-38.
bq.      https://issues.apache.org/jira/browse/OOZIE-38
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    /trunk/release-log.txt 1185461 
bq.    /trunk/src/main/assemblies/distro.xml 1185461 
bq.    /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
bq.    /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
bq.    /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
bq.    /trunk/docs/src/site/twiki/ENG_MiniOozie.twiki PRE-CREATION 
bq.    /trunk/docs/src/site/twiki/index.twiki 1185461 
bq.    /trunk/minitest/pom.xml PRE-CREATION 
bq.    /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
bq.    /trunk/core/pom.xml 1185461 
bq.  
bq.  Diff: https://reviews.apache.org/r/2238/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Angelo K.
bq.  
bq.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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

Review request for oozie.


Summary
-------

LocalOozie example and improvement


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


Diffs
-----

  /trunk/minitest/.classpath PRE-CREATION 
  /trunk/minitest/.project PRE-CREATION 
  /trunk/minitest/.settings/org.maven.ide.eclipse.prefs PRE-CREATION 
  /trunk/minitest/pom.xml PRE-CREATION 
  /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
  /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
  /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
  /trunk/minitest/target/test-classes/oozie-log4j.properties PRE-CREATION 
  /trunk/minitest/target/test-classes/org/apache/oozie/test/WorkflowTest$1.class UNKNOWN 
  /trunk/minitest/target/test-classes/org/apache/oozie/test/WorkflowTest$2.class UNKNOWN 
  /trunk/minitest/target/test-classes/org/apache/oozie/test/WorkflowTest.class UNKNOWN 
  /trunk/minitest/target/test-classes/wf-test.xml PRE-CREATION 

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


Testing
-------


Thanks,

Angelo K.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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



/trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java
<https://reviews.apache.org/r/2238/#comment5931>

    It looks like 'writer' object is already closed (line 187)



/trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java
<https://reviews.apache.org/r/2238/#comment5932>

    It looks like 'reader' object is already closed (line 188)


- Virag


On 2011-10-13 23:06:17, Angelo K. Huang wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2238/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-10-13 23:06:17)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  LocalOozie example and improvement
bq.  
bq.  1. publish oozie-core-<version>-tests.jar to  maven
bq.  2. user uses pom.xml and WorkflowTest.java in oozie-mini as examples to construct their tests.
bq.  
bq.  
bq.  This addresses bug OOZIE-38.
bq.      https://issues.apache.org/jira/browse/OOZIE-38
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    /trunk/core/pom.xml 1182176 
bq.    /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
bq.    /trunk/minitest/pom.xml PRE-CREATION 
bq.    /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
bq.    /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
bq.    /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
bq.    /trunk/release-log.txt 1182176 
bq.    /trunk/src/main/assemblies/distro.xml 1182176 
bq.  
bq.  Diff: https://reviews.apache.org/r/2238/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Angelo K.
bq.  
bq.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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

(Updated 2011-10-19 23:53:20.389108)


Review request for oozie.


Summary
-------

LocalOozie example and improvement

1. publish oozie-core-<version>-tests.jar to  maven
2. user uses pom.xml and WorkflowTest.java in oozie-mini as examples to construct their tests.


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


Diffs (updated)
-----

  /trunk/release-log.txt 1185461 
  /trunk/src/main/assemblies/distro.xml 1185461 
  /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
  /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
  /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
  /trunk/docs/src/site/twiki/ENG_MiniOozie.twiki PRE-CREATION 
  /trunk/docs/src/site/twiki/index.twiki 1185461 
  /trunk/minitest/pom.xml PRE-CREATION 
  /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
  /trunk/core/pom.xml 1185461 

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


Testing
-------


Thanks,

Angelo K.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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

(Updated 2011-10-13 23:06:17.154668)


Review request for oozie.


Summary (updated)
-------

LocalOozie example and improvement

1. publish oozie-core-<version>-tests.jar to  maven
2. user uses pom.xml and WorkflowTest.java in oozie-mini as examples to construct their tests.


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


Diffs
-----

  /trunk/core/pom.xml 1182176 
  /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
  /trunk/minitest/pom.xml PRE-CREATION 
  /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
  /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
  /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
  /trunk/release-log.txt 1182176 
  /trunk/src/main/assemblies/distro.xml 1182176 

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


Testing
-------


Thanks,

Angelo K.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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

(Updated 2011-10-19 23:49:10.048428)


Review request for oozie.


Changes
-------

address feedback


Summary
-------

LocalOozie example and improvement

1. publish oozie-core-<version>-tests.jar to  maven
2. user uses pom.xml and WorkflowTest.java in oozie-mini as examples to construct their tests.


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


Diffs (updated)
-----

  /trunk/release-log.txt 1185461 
  /trunk/src/main/assemblies/distro.xml 1185461 
  /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
  /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
  /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
  /trunk/docs/src/site/twiki/ENG_MiniOozie.twiki PRE-CREATION 
  /trunk/docs/src/site/twiki/index.twiki 1185461 
  /trunk/minitest/pom.xml PRE-CREATION 
  /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
  /trunk/core/pom.xml 1185461 

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


Testing
-------


Thanks,

Angelo K.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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

(Updated 2011-10-13 22:02:29.962038)


Review request for oozie.


Summary
-------

LocalOozie example and improvement


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


Diffs (updated)
-----

  /trunk/core/pom.xml 1182176 
  /trunk/release-log.txt 1182176 
  /trunk/src/main/assemblies/distro.xml 1182176 

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


Testing
-------


Thanks,

Angelo K.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

--
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-38) LocalOozie example and improvement

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

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


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


Is it possible to add a section in the documentation "How to use Mini-oozie"? Which will tabulate the steps required for a user.

Also it appears some Y! dependencies are required. Is it possible to make it Y! independent.


/trunk/minitest/pom.xml
<https://reviews.apache.org/r/2238/#comment5778>

    is it yahoo specific?


- Mohammad


On 2011-10-13 23:06:17, Angelo K. Huang wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/2238/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-10-13 23:06:17)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  LocalOozie example and improvement
bq.  
bq.  1. publish oozie-core-<version>-tests.jar to  maven
bq.  2. user uses pom.xml and WorkflowTest.java in oozie-mini as examples to construct their tests.
bq.  
bq.  
bq.  This addresses bug OOZIE-38.
bq.      https://issues.apache.org/jira/browse/OOZIE-38
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    /trunk/core/pom.xml 1182176 
bq.    /trunk/core/src/test/java/org/apache/oozie/test/MiniOozieTestCase.java PRE-CREATION 
bq.    /trunk/minitest/pom.xml PRE-CREATION 
bq.    /trunk/minitest/src/test/java/org/apache/oozie/test/WorkflowTest.java PRE-CREATION 
bq.    /trunk/minitest/src/test/resources/oozie-log4j.properties PRE-CREATION 
bq.    /trunk/minitest/src/test/resources/wf-test.xml PRE-CREATION 
bq.    /trunk/release-log.txt 1182176 
bq.    /trunk/src/main/assemblies/distro.xml 1182176 
bq.  
bq.  Diff: https://reviews.apache.org/r/2238/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Angelo K.
bq.  
bq.


                
> LocalOozie example and improvement
> ----------------------------------
>
>                 Key: OOZIE-38
>                 URL: https://issues.apache.org/jira/browse/OOZIE-38
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Angelo K. Huang
>            Assignee: Angelo K. Huang
>
> If users utilize Oozie in their application and need to execute unit tests against Oozie, Oozie provides a LocalOozie for applications able to initialize memory Oozie instance programmatically. There are some improvements can make LocalOozie better and easier to use. Ex:
> * LocalOozie needs oozie-core and oozie-client jar from maven and configuration files in the classpath. The system configurations files do not come with jars from maven, so manual steps are required to create them. This process can be improved by providing a tar ball.
> * Documentation is not clear.

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