Last active
May 17, 2017 00:52
-
-
Save dgadiraju/dd7383cb1dc72012d52b6886d17e42c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.spark.{SparkConf,SparkContext} | |
val conf = new SparkConf().setAppName("Spark Demo").setMaster("local") | |
val sc = new SparkContext(conf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment