aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDhruve Ashar <dhruveashar@gmail.com>2016-10-14 17:45:27 +0100
committerSean Owen <sowen@cloudera.com>2016-10-14 17:45:27 +0100
commita0ebcb3a30ec64e01608ed6fa7b7ffb7acbd3af2 (patch)
tree3888a05f01c0120fa02d862e52b8fdbbfa4b517b /docs
parent7486442fe0b70f2aea21d569604e71d7ddf19a77 (diff)
downloadspark-a0ebcb3a30ec64e01608ed6fa7b7ffb7acbd3af2.tar.gz
spark-a0ebcb3a30ec64e01608ed6fa7b7ffb7acbd3af2.tar.bz2
spark-a0ebcb3a30ec64e01608ed6fa7b7ffb7acbd3af2.zip
[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.
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index d0f43ab0a9..dcc828cc69 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -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
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
- they are packaged with you application.</li>
+ they are packaged with your application.</li>
</ol>
</td>
</tr>