Skip to content

Commit 6eae452

Browse files
mccheahrobert3005
authored andcommitted
Add Kubernetes to distributions. (apache-spark-on-k8s#225)
1 parent 8ea3cf0 commit 6eae452

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dists/hadoop-palantir/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@
192192
<groupId>org.apache.spark</groupId>
193193
<artifactId>spark-yarn_${scala.binary.version}</artifactId>
194194
</dependency>
195+
<dependency>
196+
<groupId>org.apache.spark</groupId>
197+
<artifactId>spark-kubernetes_${scala.binary.version}</artifactId>
198+
</dependency>
195199
<dependency>
196200
<groupId>com.palantir.spark.influx</groupId>
197201
<artifactId>spark-influx-sink</artifactId>

dists/without-hadoop/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
<groupId>org.apache.spark</groupId>
157157
<artifactId>spark-yarn_${scala.binary.version}</artifactId>
158158
</dependency>
159+
<dependency>
160+
<groupId>org.apache.spark</groupId>
161+
<artifactId>spark-kubernetes_${scala.binary.version}</artifactId>
162+
</dependency>
159163
<dependency>
160164
<groupId>com.palantir.spark.influx</groupId>
161165
<artifactId>spark-influx-sink</artifactId>

0 commit comments

Comments
 (0)