You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2014/03/12 21:28:52 UTC

git commit: OOZIE-1650 Whitelisting docs are incorrect (anbu78 via rkanter)

Repository: oozie
Updated Branches:
  refs/heads/master 27648e05c -> a389c54e4


OOZIE-1650 Whitelisting docs are incorrect (anbu78 via rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/a389c54e
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/a389c54e
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/a389c54e

Branch: refs/heads/master
Commit: a389c54e413d7a343caf8b6ff5c71ee686338dff
Parents: 27648e0
Author: Robert Kanter <rk...@cloudera.com>
Authored: Wed Mar 12 13:27:48 2014 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Wed Mar 12 13:27:48 2014 -0700

----------------------------------------------------------------------
 docs/src/site/twiki/AG_HadoopConfiguration.twiki | 2 +-
 release-log.txt                                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/a389c54e/docs/src/site/twiki/AG_HadoopConfiguration.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/AG_HadoopConfiguration.twiki b/docs/src/site/twiki/AG_HadoopConfiguration.twiki
index e21e4ca..fd01788 100644
--- a/docs/src/site/twiki/AG_HadoopConfiguration.twiki
+++ b/docs/src/site/twiki/AG_HadoopConfiguration.twiki
@@ -27,7 +27,7 @@ Oozie supports whitelisting Hadoop services (JobTracker, HDFS), via 2 configurat
 ...
 </verbatim>
 
-The value must follow the pattern =[<AUTHORITY>,]*=. Where =<AUTHORITY>= is the =HOST:PORT= of
+The value must follow the pattern =[AUTHORITY,...]=. Where =AUTHORITY= is the =HOST:PORT= of
 the Hadoop service (JobTracker, HDFS).
 
 If the value is empty any HOST:PORT is accepted. Emtpy is the default value.

http://git-wip-us.apache.org/repos/asf/oozie/blob/a389c54e/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index cf13acd..16004ab 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.1.0 release (trunk - unreleased)
 
+OOZIE-1650 Whitelisting docs are incorrect (anbu78 via rkanter)
 OOZIE-1733 Fix test failures caused by OOZIE-1722 (rkanter)
 OOZIE-1223 too many extjs cookies can cause the web UI to stop responding (puru via rkanter)
 OOZIE-1722 When an ApplicationMaster restarts, it restarts the launcher job (rkanter)