Fix several typos in these xml files

This patch changes "dont" to "don't" in
these xml files

Change-Id: Ie72d64dbf89270972e44984a273258d2744b1fe8
This commit is contained in:
zhaoleilc 2020-10-17 18:51:02 +08:00
parent 2390fb9036
commit 0193ab3b4a
3 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@
<property>
<name>hive.test.mode.nosamplelist</name>
<value></value>
<description>if hive is running in test mode, dont sample the above comma seperated list of tables</description>
<description>if hive is running in test mode, don't sample the above comma seperated list of tables</description>
</property>
<property>
@ -387,7 +387,7 @@
perform the 2 groups bys. This makes sense if map-side aggregation is turned off. However,
with maps-side aggregation, it might be useful in some cases to treat the 2 inserts independently,
thereby performing the query above in 2MR jobs instead of 3 (due to spraying by distinct key first).
If this parameter is turned off, we dont consider the fact that the distinct key is the same across
If this parameter is turned off, we don't consider the fact that the distinct key is the same across
different MR jobs.
</description>
</property>
@ -954,7 +954,7 @@
<property>
<name>hive.optimize.bucketingsorting</name>
<value>true</value>
<description>If hive.enforce.bucketing or hive.enforce.sorting is true, dont create a reducer for enforcing
<description>If hive.enforce.bucketing or hive.enforce.sorting is true, don't create a reducer for enforcing
bucketing/sorting for queries of the form:
insert overwrite table T2 select * from T1;
where T1 and T2 are bucketed/sorted by the same keys into the same number of buckets.

View File

@ -2402,7 +2402,7 @@
<property>
<name>hive.optimize.null.scan</name>
<value>true</value>
<description>Dont scan relations which are guaranteed to not generate any rows</description>
<description>Don't scan relations which are guaranteed to not generate any rows</description>
</property>
<property>
<name>hive.optimize.ppd.storage</name>

View File

@ -2402,7 +2402,7 @@
<property>
<name>hive.optimize.null.scan</name>
<value>true</value>
<description>Dont scan relations which are guaranteed to not generate any rows</description>
<description>Don't scan relations which are guaranteed to not generate any rows</description>
</property>
<property>
<name>hive.optimize.ppd.storage</name>