Skip to content

Instantly share code, notes, and snippets.

View alegrm's full-sized avatar
:octocat:
Focusing

Alejandra Garcia Rojas M alegrm

:octocat:
Focusing
View GitHub Profile
@alegrm
alegrm / spark-scala-worksheet
Created April 2, 2017 06:56 — forked from RAbraham/spark-scala-worksheet
Execute Apache Spark in a Scala IDE worksheet
package org.apache.spark.graphx
import org.apache.spark.SparkContext
import org.apache.spark.SparkContext._
import org.apache.spark.SparkConf
import org.apache.spark.rdd.RDD
import org.apache.spark._
object repl {
val sc = new SparkContext("local", "test") //> sc : org.apache.spark.SparkContext = org.apache.spark.SparkContext@3724af13