-
- Downloads
Simplify PySpark installation.
- Bundle Py4J binaries, since it's hard to install - Uses Spark's `run` script to launch the Py4J gateway, inheriting the settings in spark-env.sh With these changes, (hopefully) nothing more than running `sbt/sbt package` will be necessary to run PySpark.
Showing
- pyspark/README 2 additions, 21 deletionspyspark/README
- pyspark/lib/PY4J_LICENSE.txt 27 additions, 0 deletionspyspark/lib/PY4J_LICENSE.txt
- pyspark/lib/PY4J_VERSION.txt 1 addition, 0 deletionspyspark/lib/PY4J_VERSION.txt
- pyspark/lib/py4j0.7.egg 0 additions, 0 deletionspyspark/lib/py4j0.7.egg
- pyspark/lib/py4j0.7.jar 0 additions, 0 deletionspyspark/lib/py4j0.7.jar
- pyspark/pyspark-shell 1 addition, 1 deletionpyspark/pyspark-shell
- pyspark/pyspark/__init__.py 3 additions, 0 deletionspyspark/pyspark/__init__.py
- pyspark/pyspark/java_gateway.py 26 additions, 9 deletionspyspark/pyspark/java_gateway.py
- pyspark/pyspark/shell.py 11 additions, 8 deletionspyspark/pyspark/shell.py
- pyspark/requirements.txt 0 additions, 7 deletionspyspark/requirements.txt
- pyspark/run-pyspark 1 addition, 1 deletionpyspark/run-pyspark
- run 4 additions, 0 deletionsrun
- run2.cmd 2 additions, 0 deletionsrun2.cmd
pyspark/lib/PY4J_LICENSE.txt
0 → 100644
pyspark/lib/PY4J_VERSION.txt
0 → 100644
pyspark/lib/py4j0.7.egg
0 → 100644
File added
pyspark/lib/py4j0.7.jar
0 → 100644
File added
pyspark/requirements.txt
deleted
100644 → 0
Please register or sign in to comment