Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion core/src/main/resources/oozie-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@
org.apache.oozie.action.hadoop.FsActionExecutor,
org.apache.oozie.action.hadoop.MapReduceActionExecutor,
org.apache.oozie.action.hadoop.PigActionExecutor,
org.apache.oozie.action.ssh.SshActionExecutor,
org.apache.oozie.action.oozie.SubWorkflowActionExecutor
</value>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,11 @@ public boolean evaluate() throws Exception {
// }
// }

public void testConnectionErrors() throws ActionExecutorException {
public void testDummy() {

}

public void _testConnectionErrors() throws ActionExecutorException {
String baseDir = getTestCaseDir();
Path appPath = new Path(getNameNodeUri(), baseDir);

Expand Down
1 change: 1 addition & 0 deletions release-log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Oozie 3.0.0 release

OOZIE-35 Remove ssh action from oozie-default configuration.
OOZIE-31 reset pending for coordjob with running pending true when change end time
OOZIE-30 set coord paused time to null when rerun a paused coord job
OOZIE-29 bundle rerun by name only doesn't work.
Expand Down