You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Alejandro Abdelnur (Created) (JIRA)" <ji...@apache.org> on 2011/11/24 02:14:39 UTC

[jira] [Created] (OOZIE-617) Undeprecate SSH action and add it to latter WF schemas

Undeprecate SSH action and add it to latter WF schemas
------------------------------------------------------

                 Key: OOZIE-617
                 URL: https://issues.apache.org/jira/browse/OOZIE-617
             Project: Oozie
          Issue Type: Task
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur


Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.

As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).

Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 



--
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-617) Undeprecate SSH action and add it to latter WF schemas

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

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


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

(Updated 2011-12-09 01:41:46.582610)


Review request for oozie.


Changes
-------

removing trailing spaces


Summary
-------

Adding back SSH action as an extension.

Added example app and documentation.

to test it run 'mvn test -Dtest=TestSshActionExecutor', but default is disable as it requires the SSH keys being set.


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


Diffs (updated)
-----

  trunk/client/src/main/java/org/apache/oozie/cli/OozieCLI.java 1212211 
  trunk/client/src/main/resources/ssh-action-0.1.xsd PRE-CREATION 
  trunk/core/src/main/conf/oozie-site.xml 1212211 
  trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java 1212211 
  trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java PRE-CREATION 
  trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1212211 
  trunk/docs/src/site/twiki/DG_SshActionExtension.twiki PRE-CREATION 
  trunk/examples/src/main/apps/ssh/job.properties PRE-CREATION 
  trunk/examples/src/main/apps/ssh/workflow.xml PRE-CREATION 
  trunk/pom.xml 1212211 

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


Testing
-------

run testcases, deployed Oozie build and run ssh example app


Thanks,

Alejandro


                
> Undeprecate SSH action and add it to latter WF schemas
> ------------------------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

--
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-617) Add back Ssh action as extension. (tucu)

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

Alejandro Abdelnur updated OOZIE-617:
-------------------------------------

    Fix Version/s: 3.2.0
    
> Add back Ssh action as extension. (tucu)
> ----------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 3.2.0
>
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

--
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] [Resolved] (OOZIE-617) Add back Ssh action as extension. (tucu)

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

Alejandro Abdelnur resolved OOZIE-617.
--------------------------------------

    Resolution: Fixed
    
> Add back Ssh action as extension. (tucu)
> ----------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

--
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-617) Add back Ssh action as extension. (tucu)

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

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


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

(Updated 2011-12-09 14:33:45.478664)


Review request for oozie.


Summary (updated)
-------

Adding back SSH action as an extension.

Added example app and documentation.

to test it run 'mvn test -Dtest=TestSshActionExecutor', but default is disable as it requires the SSH keys being set.


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


Diffs
-----

  trunk/client/src/main/java/org/apache/oozie/cli/OozieCLI.java 1212211 
  trunk/client/src/main/resources/ssh-action-0.1.xsd PRE-CREATION 
  trunk/core/src/main/conf/oozie-site.xml 1212211 
  trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java 1212211 
  trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java PRE-CREATION 
  trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1212211 
  trunk/docs/src/site/twiki/DG_SshActionExtension.twiki PRE-CREATION 
  trunk/examples/src/main/apps/ssh/job.properties PRE-CREATION 
  trunk/examples/src/main/apps/ssh/workflow.xml PRE-CREATION 
  trunk/pom.xml 1212211 

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


Testing
-------

run testcases, deployed Oozie build and run ssh example app


Thanks,

Alejandro


                
> Add back Ssh action as extension. (tucu)
> ----------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

--
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-617) Undeprecate SSH action and add it to latter WF schemas

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

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


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

Ship it!


+1

looks good


trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java
<https://reviews.apache.org/r/3079/#comment8537>

    spaces


- Angelo K.


On 2011-12-09 01:41:46, Alejandro Abdelnur wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/3079/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-12-09 01:41:46)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Adding back SSH action as an extension.
bq.  
bq.  Added example app and documentation.
bq.  
bq.  to test it run 'mvn test -Dtest=TestSshActionExecutor', but default is disable as it requires the SSH keys being set.
bq.  
bq.  
bq.  This addresses bug OOZIE-617.
bq.      https://issues.apache.org/jira/browse/OOZIE-617
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/client/src/main/java/org/apache/oozie/cli/OozieCLI.java 1212211 
bq.    trunk/client/src/main/resources/ssh-action-0.1.xsd PRE-CREATION 
bq.    trunk/core/src/main/conf/oozie-site.xml 1212211 
bq.    trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java 1212211 
bq.    trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java PRE-CREATION 
bq.    trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1212211 
bq.    trunk/docs/src/site/twiki/DG_SshActionExtension.twiki PRE-CREATION 
bq.    trunk/examples/src/main/apps/ssh/job.properties PRE-CREATION 
bq.    trunk/examples/src/main/apps/ssh/workflow.xml PRE-CREATION 
bq.    trunk/pom.xml 1212211 
bq.  
bq.  Diff: https://reviews.apache.org/r/3079/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  run testcases, deployed Oozie build and run ssh example app
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Alejandro
bq.  
bq.


                
> Undeprecate SSH action and add it to latter WF schemas
> ------------------------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

--
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-617) Add back Ssh action as extension. (tucu)

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

Alejandro Abdelnur updated OOZIE-617:
-------------------------------------

    Summary: Add back Ssh action as extension. (tucu)  (was: Undeprecate SSH action and add it to latter WF schemas)
    
> Add back Ssh action as extension. (tucu)
> ----------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

--
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-617) Undeprecate SSH action and add it to latter WF schemas

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

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


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

Review request for oozie.


Summary
-------

Adding back SSH action as an extension.

Added example app and documentation.

to test it run 'mvn test -Dtest=TestSshActionExecutor', but default is disable as it requires the SSH keys being set.


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


Diffs
-----

  trunk/client/src/main/java/org/apache/oozie/cli/OozieCLI.java 1212211 
  trunk/client/src/main/resources/ssh-action-0.1.xsd PRE-CREATION 
  trunk/core/src/main/conf/oozie-site.xml 1212211 
  trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutor.java 1212211 
  trunk/core/src/test/java/org/apache/oozie/action/ssh/TestSshActionExecutorAsExtension.java PRE-CREATION 
  trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1212211 
  trunk/docs/src/site/twiki/DG_SshActionExtension.twiki PRE-CREATION 
  trunk/examples/src/main/apps/ssh/job.properties PRE-CREATION 
  trunk/examples/src/main/apps/ssh/workflow.xml PRE-CREATION 
  trunk/pom.xml 1212211 

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


Testing
-------

run testcases, deployed Oozie build and run ssh example app


Thanks,

Alejandro


                
> Undeprecate SSH action and add it to latter WF schemas
> ------------------------------------------------------
>
>                 Key: OOZIE-617
>                 URL: https://issues.apache.org/jira/browse/OOZIE-617
>             Project: Oozie
>          Issue Type: Task
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> Regardless of the configuration overhead and possible overload considerations, the SSH action is being used and it should continue to be supported.
> As it has been remove from WF schemas after 0.1 it should be added (note that this will not create backwards compatibility issues).
> Also, for Oozie setups where the SSH action is not recommended/supported by the operations teams, it should be possible to disable it via the oozie-site.xml. 

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