Repository: spark Updated Branches: refs/heads/master 7486442fe -> a0ebcb3a3
[DOC] Fix typo in sql hive doc Change is too trivial to file a JIRA. Author: Dhruve Ashar <dhruveas...@gmail.com> Closes #15485 from dhruve/master. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a0ebcb3a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a0ebcb3a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a0ebcb3a Branch: refs/heads/master Commit: a0ebcb3a30ec64e01608ed6fa7b7ffb7acbd3af2 Parents: 7486442 Author: Dhruve Ashar <dhruveas...@gmail.com> Authored: Fri Oct 14 17:45:27 2016 +0100 Committer: Sean Owen <so...@cloudera.com> Committed: Fri Oct 14 17:45:27 2016 +0100 ---------------------------------------------------------------------- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/a0ebcb3a/docs/sql-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md index d0f43ab..dcc828c 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> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org