Skip to content

Commit

Permalink
yarn cluster mode
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickoswald committed Jul 13, 2016
1 parent f3324de commit 16dc29f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/ch/ninecode/Sample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ object Sample
// create the configuration
val configuration = new SparkConf ()
configuration.setAppName ("CIMScala GraphX Sample")
configuration.setMaster ("yarn-client")
// make a Spark context and SQL context
val context = new SparkContext (configuration)
val sqlContext = new SQLContext (context)
Expand Down

0 comments on commit 16dc29f

Please sign in to comment.