Merge "Add spaces around function params for browser to linewrap on"

This commit is contained in:
Jenkins 2015-09-22 17:35:43 +00:00 committed by Gerrit Code Review
commit 1893867e9a

View File

@ -16,7 +16,7 @@ as well as configs and whatever else that plugin needs to create the Hadoop clus
*Example return value*: [“1.2.1”, “2.3.0”, “2.4.1”] *Example return value*: [“1.2.1”, “2.3.0”, “2.4.1”]
get_configs( hadoop_version) get_configs( hadoop_version)
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lists all configs supported by plugin with descriptions, defaults and targets for which this config is applicable. Lists all configs supported by plugin with descriptions, defaults and targets for which this config is applicable.
@ -25,7 +25,7 @@ Lists all configs supported by plugin with descriptions, defaults and targets fo
*Example return value*: ((“JobTracker heap size”, "JobTracker heap size, in MB", "int", “512”, `“mapreduce”`, "node", True, 1)) *Example return value*: ((“JobTracker heap size”, "JobTracker heap size, in MB", "int", “512”, `“mapreduce”`, "node", True, 1))
get_node_processes( hadoop_version) get_node_processes( hadoop_version)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Returns all supported services and node processes for a given Hadoop version. Returns all supported services and node processes for a given Hadoop version.
Each node process belongs to a single service and that relationship is reflected in the returned dict object. Each node process belongs to a single service and that relationship is reflected in the returned dict object.
@ -36,7 +36,7 @@ See example for details.
*Example return value*: {"mapreduce": ["tasktracker", "jobtracker"], "hdfs": ["datanode", "namenode"]} *Example return value*: {"mapreduce": ["tasktracker", "jobtracker"], "hdfs": ["datanode", "namenode"]}
get_required_image_tags( hadoop_version) get_required_image_tags( hadoop_version)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lists tags, that should be added to OpenStack Image via Image Registry. Tags are used to filter Images by plugin and hadoop version. Lists tags, that should be added to OpenStack Image via Image Registry. Tags are used to filter Images by plugin and hadoop version.