Replace Chinese punctuation with English punctuation

Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I55f81ca701c9e25d499b702aa4f8ab9e09fa2699
This commit is contained in:
inspurericzhang 2018-04-28 19:12:24 +08:00
parent ca0c116a98
commit d8ab151e77
1 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ and whatever else that plugin needs to create the Hadoop cluster.
*Returns*: list of strings representing plugin versions
*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 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -25,8 +25,8 @@ targets for which this config is applicable.
*Returns*: list of configs
*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 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -338,7 +338,7 @@ Cluster
-------
Contains all relevant info about cluster. This object is is provided to the
plugin for both cluster creation and scaling. The “Cluster Lifecycle” section
plugin for both cluster creation and scaling. The "Cluster Lifecycle" section
below further specifies which fields are filled at which moment.
+----------------------------+--------+---------------------------------------+