Skip to content

Instantly share code, notes, and snippets.

View kubum's full-sized avatar

Andrey Fadeyev kubum

View GitHub Profile
@kubum
kubum / pyspark-jupyter.sh
Created October 1, 2017 11:43
PySpark with Jupyter
#!/bin/bash
export PYSPARK_DRIVER_PYTHON=jupyter
export PYSPARK_DRIVER_PYTHON_OPTS='notebook'
exec /PATH/TO/SPARK/spark-2.2.0-bin-hadoop2.7/bin/pyspark "$@"%
@kubum
kubum / INSTALL.md
Created December 13, 2016 21:39
Install Fuzz / Z on Mac OS X
transformations { translate( x: 10, y: 10 ) }
antialias('on')
rect( x: 0, y: 0, width: 250, height: 150, arcWidth: 40, arcHeight: 40, asShape: true, id: 'background' )
clip( background )
draw( background, borderColor: false ) {
gradientPaint(
x1: 0, y1: 0, x2: 50, y2: 50,