This project is solution of exercise Big Data Tools For Physics Analysis for CERN-HSF GSoC 2017
This is a proof of concept of how Big data tools for Physics Analysis can be implemented in GSoC-2017.
jupyter notebook
Environment Variable settings:-
Add these lines (with directory name changed as per your system) to your .bashrc file.
export SPARK_HOME="/home/shivanshu/Documents/SPARK-1/spark-1.6.3-bin-hadoop2.6"
export PATH=$PATH:$SPARK_HOME/bin
export PYTHONPATH=$SPARK_HOME/python/:$PYTHONPATH
export PYTHONPATH=$SPARK_HOME/python/lib/py4j-0.9-src.zip:$PYTHONPATH