Skip to content

Instantly share code, notes, and snippets.

@jAlpedrinha
Created February 5, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jAlpedrinha/550c7f57b8022915f6b7 to your computer and use it in GitHub Desktop.
Save jAlpedrinha/550c7f57b8022915f6b7 to your computer and use it in GitHub Desktop.
test.py
from pyspark import SparkContext, SparkConf
conf = SparkConf().setAppName("teste").setMaster("mesos://54.93.63.49:7077")
sc = SparkContext(conf=conf)
print("Hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment