Skip to content

Commit

Permalink
typo in HiveFromSpark
Browse files Browse the repository at this point in the history
  • Loading branch information
Kun Li committed Oct 15, 2014
1 parent 66af8e2 commit 46c926b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46c926b

Please sign in to comment.