-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17151/
-----------------------------------------------------------
Review request for bigtop.
Bugs: BIGTOP-1181
https://issues.apache.org/jira/browse/BIGTOP-1181
Repository: bigtop
Description
-------
Adding a separate package "spark-python" to add pyspark. It depends on Python,
and there's a mechanism to override which python is used
Diffs
-----
bigtop-packages/src/common/spark/install_spark.sh 75dd337
bigtop-packages/src/deb/spark/control fc61489
bigtop-packages/src/deb/spark/rules bd0ad6b
bigtop-packages/src/deb/spark/spark-core.install PRE-CREATION
bigtop-packages/src/deb/spark/spark-python.install PRE-CREATION
bigtop-packages/src/rpm/spark/SPECS/spark.spec a8db290
bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml
166323c
Diff: https://reviews.apache.org/r/17151/diff/
Testing
-------
I've made minor modifications based on feedback and other recent patches, but
I've built these packages and run pyspark on multiple platforms. A good way to
test the ability to run computation or access data is
"sc.parallelize([1,2,3]).sum()" or "sc.textFile("/a-file-in-hdfs.txt").
Thanks,
Sean Mackrory