This is an automated email from the ASF dual-hosted git repository. asalamon74 pushed a commit to branch branch-5.2 in repository https://gitbox.apache.org/repos/asf/oozie.git
commit 936b150ee290dccf95f0c6f6e6eb81f38288f75d Author: Andras Salamon <[email protected]> AuthorDate: Tue Oct 29 09:55:59 2019 +0100 Fix hardwired version numbers in markdown files --- README.md | 2 +- docs/src/site/markdown/WorkflowFunctionalSpec.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f9c6bdf..585d994 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ More inforamtion could be found at: http://oozie.apache.org/ Oozie Quick Start: -http://oozie.apache.org/docs/5.0.0/DG_QuickStart.html +http://oozie.apache.org/docs/5.2.0/DG_QuickStart.html Supported Hadoop Versions: diff --git a/docs/src/site/markdown/WorkflowFunctionalSpec.md b/docs/src/site/markdown/WorkflowFunctionalSpec.md index 0eae0b5..063a641 100644 --- a/docs/src/site/markdown/WorkflowFunctionalSpec.md +++ b/docs/src/site/markdown/WorkflowFunctionalSpec.md @@ -5,7 +5,6 @@ ----- # Oozie Specification, a Hadoop Workflow System -**<center>(v5.0)</center>** The goal of this document is to define a workflow engine system specialized in coordinating the execution of Hadoop Map/Reduce and Pig jobs.
