You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2013/12/20 02:20:07 UTC

[jira] [Created] (OOZIE-1650) Whitelisting docs are incorrect

Robert Kanter created OOZIE-1650:
------------------------------------

             Summary: Whitelisting docs are incorrect
                 Key: OOZIE-1650
                 URL: https://issues.apache.org/jira/browse/OOZIE-1650
             Project: Oozie
          Issue Type: Bug
          Components: docs
    Affects Versions: 4.0.0, 3.3.2
            Reporter: Robert Kanter
            Priority: Minor


The "Hadoop Services Whitelisting" section at http://oozie.apache.org/docs/4.0.0/AG_HadoopConfiguration.html says:
{noformat}
The value must follow the pattern [,]*=. Where = is the HOST:PORT of the Hadoop service (JobTracker, HDFS).
{noformat}

There are two problems here:
# The twiki formatting is causing things to get lost; in the twiki file, it says:
{noformat}The value must follow the pattern =[<AUTHORITY>,]*=. Where =<AUTHORITY>= is the =HOST:PORT= of
the Hadoop service (JobTracker, HDFS).{noformat} which causes the "AUTHORITY" to disappear and makes this hard to read in the rendered version
# The sentence itself is incorrect: {{*}} has no special meaning.  It should either be a comma-separated list of {{HOST:PORT}} or a space/empty.  



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)