You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2020/11/16 23:34:27 UTC

[bigtop] branch master updated: BIGTOP-3451. Fix smoke test for SparkR. (#702)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 0469fa5  BIGTOP-3451. Fix smoke test for SparkR. (#702)
0469fa5 is described below

commit 0469fa579c0b23a799e110a18c3fdf0f9e3ca639
Author: Kengo Seki <se...@apache.org>
AuthorDate: Tue Nov 17 08:34:19 2020 +0900

    BIGTOP-3451. Fix smoke test for SparkR. (#702)
---
 bigtop-packages/src/deb/spark/control          | 1 +
 bigtop-packages/src/rpm/spark/SPECS/spark.spec | 1 +
 2 files changed, 2 insertions(+)

diff --git a/bigtop-packages/src/deb/spark/control b/bigtop-packages/src/deb/spark/control
index 093711d..150f4a2 100644
--- a/bigtop-packages/src/deb/spark/control
+++ b/bigtop-packages/src/deb/spark/control
@@ -78,5 +78,6 @@ Description: Spark YARN Shuffle Service
 
 Package: spark-sparkr
 Architecture: all
+Depends: spark-core (= ${source:Version}), r-base
 Description: R package for Apache Spark
  SparkR is an R package that provides a light-weight frontend to use Apache Spark from R
diff --git a/bigtop-packages/src/rpm/spark/SPECS/spark.spec b/bigtop-packages/src/rpm/spark/SPECS/spark.spec
index 560af1d..45f0dcd 100644
--- a/bigtop-packages/src/rpm/spark/SPECS/spark.spec
+++ b/bigtop-packages/src/rpm/spark/SPECS/spark.spec
@@ -151,6 +151,7 @@ Spark YARN Shuffle Service
 %package -n spark-sparkr
 Summary: R package for Apache Spark
 Group: Development/Libraries
+Requires: spark-core = %{version}-%{release}, R
 
 %description -n spark-sparkr
 SparkR is an R package that provides a light-weight frontend to use Apache Spark from R.