This is an automated email from the ASF dual-hosted git repository.
vanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 11e21cc [SPARK-28187][BUILD] Add support for hadoop-cloud to the PR
builder.
11e21cc is described below
commit 11e21cc17a6a80ac7b2cb526de8b04c98f652876
Author: Marcelo Vanzin <[email protected]>
AuthorDate: Thu Jun 27 15:59:05 2019 -0700
[SPARK-28187][BUILD] Add support for hadoop-cloud to the PR builder.
Closes #24987 from vanzin/SPARK-28187.
Authored-by: Marcelo Vanzin <[email protected]>
Signed-off-by: Marcelo Vanzin <[email protected]>
---
dev/sparktestsupport/modules.py | 7 +++++++
hadoop-cloud/pom.xml | 6 ++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index d496eec..0f6dbf2 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -546,6 +546,13 @@ kubernetes = Module(
sbt_test_goals=["kubernetes/test"]
)
+hadoop_cloud = Module(
+ name="hadoop-cloud",
+ dependencies=[],
+ source_file_regexes=["hadoop-cloud"],
+ build_profile_flags=["-Phadoop-cloud"],
+ sbt_test_goals=["hadoop-cloud/test"]
+)
spark_ganglia_lgpl = Module(
name="spark-ganglia-lgpl",
diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml
index 68d3d04a9..dbf4b98 100644
--- a/hadoop-cloud/pom.xml
+++ b/hadoop-cloud/pom.xml
@@ -28,11 +28,9 @@
<artifactId>spark-hadoop-cloud_2.12</artifactId>
<packaging>jar</packaging>
- <name>Spark Project Cloud Integration through Hadoop Libraries</name>
+ <name>Spark Project Hadoop Cloud Integration</name>
<description>
- Contains support for cloud infrastructures, specifically the Hadoop JARs
and
- transitive dependencies needed to interact with the infrastructures,
- making everything consistent with Spark's other dependencies.
+ Contains Hadoop JARs and transitive dependencies needed to interact with
cloud infrastructures.
</description>
<properties>
<sbt.project.name>hadoop-cloud</sbt.project.name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]