Repository: spark Updated Branches: refs/heads/branch-1.1 925e22d31 -> 61e590354
[SQL]typo in HiveFromSpark Author: Kun Li <[email protected]> Closes #2809 from jackylk/patch-1 and squashes the following commits: 46c926b [Kun Li] typo in HiveFromSpark (cherry picked from commit be2ec4a91d14f48e6323989fb0e0226a9d65bf7e) Signed-off-by: Andrew Or <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/61e59035 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/61e59035 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/61e59035 Branch: refs/heads/branch-1.1 Commit: 61e590354c08e0ee6215ead26e6dcda0e9ad501b Parents: 925e22d Author: Kun Li <[email protected]> Authored: Thu Oct 16 19:00:10 2014 -0700 Committer: Andrew Or <[email protected]> Committed: Thu Oct 16 19:00:19 2014 -0700 ---------------------------------------------------------------------- .../scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/61e59035/examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala ---------------------------------------------------------------------- diff --git a/examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala b/examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala index e26f213..0c52ef8 100644 --- a/examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala +++ b/examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala @@ -28,7 +28,7 @@ object HiveFromSpark { val sparkConf = new SparkConf().setAppName("HiveFromSpark") val sc = new SparkContext(sparkConf) - // A local hive context creates an instance of the Hive Metastore in process, storing the + // A local hive context creates an instance of the Hive Metastore in process, storing // the warehouse data in the current directory. This location can be overridden by // specifying a second parameter to the constructor. val hiveContext = new HiveContext(sc) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
