azkaban-aplcache
Changes
docs/getStarted.rst 112(+56 -56)
Details
docs/getStarted.rst 112(+56 -56)
diff --git a/docs/getStarted.rst b/docs/getStarted.rst
index 706da85..8587c3b 100644
--- a/docs/getStarted.rst
+++ b/docs/getStarted.rst
@@ -460,68 +460,68 @@ Following properties are visible to the users. These are the same
properties which are merged to form ``jobProps`` in
``AbstractProcessJob.java``
-+-----------------------+-----------------------+-----------------------+
-| PropertySource | Description | Priority |
-+=======================+=======================+=======================+
-| ``global.properties`` | These are admin | Lowest (0) |
-| in ``conf`` directory | configured properties | |
-| | during Azkaban setup. | |
-| | Global to all | |
-| | jobtypes. | |
-+-----------------------+-----------------------+-----------------------+
-| ``common.properties`` | These are admin | 1 |
-| in ``jobtype`` | configured properties | |
-| directory | during Azkaban setup. | |
-| | Global to all | |
-| | jobtypes. | |
-+-----------------------+-----------------------+-----------------------+
-|``plugin.properties`` | These are admin | 2 |
-| in | configured properties | |
-| ``jobtype/<jobtype-na | during Azkaban setup. | |
-| me>`` | Restricted to a | |
-| directory | specific jobtype. | |
-+-----------------------+-----------------------+-----------------------+
-| ``common.properties`` | These are user | 3 |
-| in project zip | specified property | |
-| | which apply to all | |
-| | jobs in sibling or | |
-| | descendent | |
-| | directories | |
-+-----------------------+-----------------------+-----------------------+
-| Flow properties | These are user | 4 |
-| specified while | specified property. | |
-| triggering flow | These can be | |
-| execution | specified from UI or | |
-| | Ajax call but cannot | |
-| | be saved in project | |
-| | zip. | |
-+-----------------------+-----------------------+-----------------------+
-| ``{job-name}.job`` | These are user | Highest (5) |
-| job specification | specified property in | |
-| | actual job file | |
-+-----------------------+-----------------------+-----------------------+
++----------------------------+-----------------------+-----------------------+
+| PropertySource | Description | Priority |
++============================+=======================+=======================+
+| ``global.properties`` | These are admin | Lowest (0) |
+| in ``conf`` directory | configured properties | |
+| | during Azkaban setup. | |
+| | Global to all | |
+| | jobtypes. | |
++----------------------------+-----------------------+-----------------------+
+| ``common.properties`` | These are admin | 1 |
+| in ``jobtype`` | configured properties | |
+| directory | during Azkaban setup. | |
+| | Global to all | |
+| | jobtypes. | |
++----------------------------+-----------------------+-----------------------+
+|``plugin.properties`` | These are admin | 2 |
+| in | configured properties | |
+| ``jobtype/<jobtype-name>`` | during Azkaban setup. | |
+| | Restricted to a | |
+| directory | specific jobtype. | |
++----------------------------+-----------------------+-----------------------+
+| ``common.properties`` | These are user | 3 |
+| in project zip | specified property | |
+| | which apply to all | |
+| | jobs in sibling or | |
+| | descendent | |
+| | directories | |
++----------------------------+-----------------------+-----------------------+
+| Flow properties | These are user | 4 |
+| specified while | specified property. | |
+| triggering flow | These can be | |
+| execution | specified from UI or | |
+| | Ajax call but cannot | |
+| | be saved in project | |
+| | zip. | |
++----------------------------+-----------------------+-----------------------+
+| ``{job-name}.job`` | These are user | Highest (5) |
+| job specification | specified property in | |
+| | actual job file | |
++----------------------------+-----------------------+-----------------------+
Following properties are not visible to the users. Depending on jobtype
implementation these properties are used for constraining user jobs and
properties. These are the same properties which are merged to form
``sysProps`` in ``AbstractProcessJob.java``
-+-----------------------+-----------------------+-----------------------+
-| PropertySource | Description | Priority |
-+=======================+=======================+=======================+
-| commonprivate.prope | These are admin | Lowest (0) |
-|rties | configured properties | |
-| in jobtype | during Azkaban setup. | |
-| directory | Global to all | |
-| | jobtypes. | |
-+-----------------------+-----------------------+-----------------------+
-| private.properties | These are admin | Highest (1) |
-| | configured properties | |
-| in | during Azkaban setup. | |
-| jobtype/{jobtype-na | Restricted to a | |
-|me} | specific jobtype. | |
-| directory | | |
-+-----------------------+-----------------------+-----------------------+
++------------------------------+-----------------------+-----------------------+
+| PropertySource | Description | Priority |
++==============================+=======================+=======================+
+| ``commonprivate.properties`` | These are admin | Lowest (0) |
+| | configured properties | |
+| in jobtype | during Azkaban setup. | |
+| directory | Global to all | |
+| | jobtypes. | |
++------------------------------+-----------------------+-----------------------+
+| ``private.properties`` | These are admin | Highest (1) |
+| | configured properties | |
+| in | during Azkaban setup. | |
+| jobtype/{jobtype-name} | Restricted to a | |
+| | specific jobtype. | |
+| directory | | |
++------------------------------+-----------------------+-----------------------+
``azkaban.properties`` is another type of properties which are only used
for controlling Azkaban webserver and execserver configuration. Please