Most common problems from Data Dojo study group.
IPYTHON=1 ./bin/pyspark
Directories are seperated by \\, not \.
spark/conf directory copy or rename log4j.properties.template to log4j.propertieslog4j.properties and on line 2 change log4j.rootCategory=INFO, console to log4j.rootCategory=WARN, consoleTo fix issue with: java.lang.OutOfMemoryError run spark with --driver-memory argument:
./bin/pyspark --driver-memory 1G