File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,13 @@ def __hash__(self):
546
546
sbt_test_goals = ["kubernetes/test" ]
547
547
)
548
548
549
+ hadoop_cloud = Module (
550
+ name = "hadoop-cloud" ,
551
+ dependencies = [],
552
+ source_file_regexes = ["hadoop-cloud" ],
553
+ build_profile_flags = ["-Phadoop-cloud" ],
554
+ sbt_test_goals = ["hadoop-cloud/test" ]
555
+ )
549
556
550
557
spark_ganglia_lgpl = Module (
551
558
name = "spark-ganglia-lgpl" ,
Original file line number Diff line number Diff line change 28
28
29
29
<artifactId >spark-hadoop-cloud_2.12</artifactId >
30
30
<packaging >jar</packaging >
31
- <name >Spark Project Cloud Integration through Hadoop Libraries </name >
31
+ <name >Spark Project Hadoop Cloud Integration</name >
32
32
<description >
33
- Contains support for cloud infrastructures, specifically the Hadoop JARs and
34
- transitive dependencies needed to interact with the infrastructures,
35
- making everything consistent with Spark's other dependencies.
33
+ Contains Hadoop JARs and transitive dependencies needed to interact with cloud infrastructures.
36
34
</description >
37
35
<properties >
38
36
<sbt .project.name>hadoop-cloud</sbt .project.name>
You can’t perform that action at this time.
0 commit comments