Skip to content

Instantly share code, notes, and snippets.

@mannharleen
Created September 1, 2017 14:18
Show Gist options
  • Save mannharleen/548330413314430d6bfc66fdf198957c to your computer and use it in GitHub Desktop.
Save mannharleen/548330413314430d6bfc66fdf198957c to your computer and use it in GitHub Desktop.
import org.apache.spark.{SparkContext,SparkConf}
import org.apache.spark.sql.hive.HiveContext
//initializations
val conf = new SparkConf().setAppName("xx").setMaster("local[2]")
val sc = new SparkContext(conf)
val hiveContext = new HiveContext(sc)
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment