Updated Branches: refs/heads/master 4df01acd8 -> c8aa3557d
BIGTOP-1189. spark-python dependency needs to be updated to spark-core Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c8aa3557 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c8aa3557 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c8aa3557 Branch: refs/heads/master Commit: c8aa3557d1115b340d9a01956e885215073cb097 Parents: 4df01ac Author: Sean Mackrory <[email protected]> Authored: Wed Jan 22 13:45:31 2014 -0800 Committer: Sean Mackrory <[email protected]> Committed: Wed Jan 22 14:22:28 2014 -0800 ---------------------------------------------------------------------- bigtop-packages/src/deb/spark/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c8aa3557/bigtop-packages/src/deb/spark/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/spark/control b/bigtop-packages/src/deb/spark/control index 14e3440..e57994a 100644 --- a/bigtop-packages/src/deb/spark/control +++ b/bigtop-packages/src/deb/spark/control @@ -45,6 +45,6 @@ Description: Server for Spark worker Package: spark-python Architecture: all -Depends: spark (= ${source:Version}), python +Depends: spark-core (= ${source:Version}), python Description: Python client for Spark Includes PySpark, an interactive Python shell for Spark, and related libraries
