Skip to content
Snippets Groups Projects
Commit be2ec4a9 authored by Kun Li's avatar Kun Li Committed by Andrew Or
Browse files

[SQL]typo in HiveFromSpark

Author: Kun Li <jacky.likun@gmail.com>

Closes #2809 from jackylk/patch-1 and squashes the following commits:

46c926b [Kun Li] typo in HiveFromSpark
parent 7f7b50ed
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ object HiveFromSpark { ...@@ -28,7 +28,7 @@ object HiveFromSpark {
val sparkConf = new SparkConf().setAppName("HiveFromSpark") val sparkConf = new SparkConf().setAppName("HiveFromSpark")
val sc = new SparkContext(sparkConf) 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 // the warehouse data in the current directory. This location can be overridden by
// specifying a second parameter to the constructor. // specifying a second parameter to the constructor.
val hiveContext = new HiveContext(sc) val hiveContext = new HiveContext(sc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment