Author: rkanter
Date: Mon Oct 28 18:00:30 2013
New Revision: 1536454
URL: http://svn.apache.org/r1536454
Log:
OOZIE-1541 Typo in Oozie HA admin -servers command in documentation (rkanter)
Modified:
oozie/trunk/docs/src/site/twiki/DG_CommandLineTool.twiki
oozie/trunk/docs/src/site/twiki/WebServicesAPI.twiki
oozie/trunk/release-log.txt
Modified: oozie/trunk/docs/src/site/twiki/DG_CommandLineTool.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/DG_CommandLineTool.twiki?rev=1536454&r1=1536453&r2=1536454&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/DG_CommandLineTool.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/DG_CommandLineTool.twiki Mon Oct 28
18:00:30 2013
@@ -787,10 +787,10 @@ It returns the Oozie server current queu
Example:
<verbatim>
-$ oozie admin http://localhost:11000/oozie -servers
-OozieA : http://localhost:11000/oozie
-OozieB : http://localhost:12000/oozie
-OozieC : http://localhost:13000/oozie
+$ oozie admin -oozie http://hostA:11000/oozie -servers
+hostA : http://hostA:11000/oozie
+hostB : http://hostB:11000/oozie
+hostC : http://hostC:11000/oozie
</verbatim>
It returns a list of available Oozie Servers. This is useful when Oozie is
configured for [[AG_Install#HA][High Availability]]; if
Modified: oozie/trunk/docs/src/site/twiki/WebServicesAPI.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/WebServicesAPI.twiki?rev=1536454&r1=1536453&r2=1536454&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/WebServicesAPI.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/WebServicesAPI.twiki Mon Oct 28 18:00:30
2013
@@ -375,9 +375,9 @@ HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
.
{
- "OozieA": "http://localhost:11000/oozie",
- "OozieB": "http://localhost:12000/oozie",
- "OozieC": "http://localhost:13000/oozie",
+ "hostA": "http://hostA:11000/oozie",
+ "hostB": "http://hostB:11000/oozie",
+ "hostC": "http://hostC:11000/oozie",
}
</verbatim>
Modified: oozie/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1536454&r1=1536453&r2=1536454&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Mon Oct 28 18:00:30 2013
@@ -1,5 +1,6 @@
-- Oozie 4.1.0 release (trunk - unreleased)
+OOZIE-1541 Typo in Oozie HA admin -servers command in documentation (rkanter)
OOZIE-1596 TestOozieMySqlDBCLI.testCreateMysql fails when tests are executed
in a different order (rkanter)
OOZIE-1592 El Expression Reference should point to the exact chapter in java 6
(bowenzhangusa via rkanter)
OOZIE-1578 Coordinator jobs with cron frequency should be invalidated upon
submission if nothing would be materialized during run time (bowenzhangusa via
rkanter)