[DOC] Fix typo in sql hive doc

Change is too trivial to file a JIRA.

Author: Dhruve Ashar <dhruveashar@gmail.com>

Closes #15485 from dhruve/master.
This commit is contained in:
Dhruve Ashar 2016-10-14 17:45:27 +01:00 committed by Sean Owen
parent 7486442fe0
commit a0ebcb3a30
No known key found for this signature in database
GPG key ID: BEB3956D6717BDDC

View file

@ -998,7 +998,7 @@ The following options can be used to configure the version of Hive that is used
<li>A classpath in the standard format for the JVM. This classpath must include all of Hive <li>A classpath in the standard format for the JVM. This classpath must include all of Hive
and its dependencies, including the correct version of Hadoop. These jars only need to be and its dependencies, including the correct version of Hadoop. These jars only need to be
present on the driver, but if you are running in yarn cluster mode then you must ensure present on the driver, but if you are running in yarn cluster mode then you must ensure
they are packaged with you application.</li> they are packaged with your application.</li>
</ol> </ol>
</td> </td>
</tr> </tr>