aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorMark Grover <mark@apache.org>2016-04-14 18:51:43 -0700
committerReynold Xin <rxin@databricks.com>2016-04-14 18:51:43 -0700
commitff9ae61a3b7bbbfc2aac93a99c05a9e1ea9c08bc (patch)
treeb2ea17d703d24540a69f40c66f8bfc35c6a2cc37 /sql/hive
parentc80586d9e820d19fc328b3e4c6f1c1439f5583a7 (diff)
downloadspark-ff9ae61a3b7bbbfc2aac93a99c05a9e1ea9c08bc.tar.gz
spark-ff9ae61a3b7bbbfc2aac93a99c05a9e1ea9c08bc.tar.bz2
spark-ff9ae61a3b7bbbfc2aac93a99c05a9e1ea9c08bc.zip
[SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assembly
## What changes were proposed in this pull request? Removing references to assembly jar in documentation. Adding an additional (previously undocumented) usage of spark-submit to run examples. ## How was this patch tested? Ran spark-submit usage to ensure formatting was fine. Ran examples using SparkSubmit. Author: Mark Grover <mark@apache.org> Closes #12365 from markgrover/spark-14601.
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
index 505e5c0bb6..ff93bfc4a3 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -429,7 +429,7 @@ private[hive] object HiveContext extends Logging {
| Location of the jars that should be used to instantiate the HiveMetastoreClient.
| This property can be one of three options: "
| 1. "builtin"
- | Use Hive ${hiveExecutionVersion}, which is bundled with the Spark assembly jar when
+ | Use Hive ${hiveExecutionVersion}, which is bundled with the Spark assembly when
| <code>-Phive</code> is enabled. When this option is chosen,
| <code>spark.sql.hive.metastore.version</code> must be either
| <code>${hiveExecutionVersion}</code> or not defined.