Skip to content

Instantly share code, notes, and snippets.

View helena's full-sized avatar
💭
Running with the wolves

Helena Edelson helena

💭
Running with the wolves
View GitHub Profile
@rustyrazorblade
rustyrazorblade / gist:959ad9473df74cea887b
Last active August 29, 2015 14:24
pyspark 1.4 with dataframes first gist on the planet
from pyspark.sql import SQLContext
sql = SQLContext(sc)
apd = sql.read.format("org.apache.spark.sql.cassandra").load(keyspace="labor", table="average_price_data")