Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 0d3714d

Browse files
jiangxb1987Marcelo Vanzin
authored andcommitted
[SPARK-23010][BUILD][FOLLOWUP] Fix java checkstyle failure of kubernetes-integration-tests
## What changes were proposed in this pull request? Fix java checkstyle failure of kubernetes-integration-tests ## How was this patch tested? Checked manually on my local environment. Author: Xingbo Jiang <[email protected]> Closes apache#21545 from jiangxb1987/k8s-checkstyle.
1 parent ada28f2 commit 0d3714d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ object BuildCommons {
5757
val optionallyEnabledProjects@Seq(kubernetes, mesos, yarn,
5858
streamingFlumeSink, streamingFlume,
5959
streamingKafka, sparkGangliaLgpl, streamingKinesisAsl,
60-
dockerIntegrationTests, hadoopCloud) =
60+
dockerIntegrationTests, hadoopCloud, kubernetesIntegrationTests) =
6161
Seq("kubernetes", "mesos", "yarn",
6262
"streaming-flume-sink", "streaming-flume",
6363
"streaming-kafka-0-8", "ganglia-lgpl", "streaming-kinesis-asl",
64-
"docker-integration-tests", "hadoop-cloud").map(ProjectRef(buildLocation, _))
64+
"docker-integration-tests", "hadoop-cloud", "kubernetes-integration-tests").map(ProjectRef(buildLocation, _))
6565

6666
val assemblyProjects@Seq(networkYarn, streamingFlumeAssembly, streamingKafkaAssembly, streamingKafka010Assembly, streamingKinesisAslAssembly) =
6767
Seq("network-yarn", "streaming-flume-assembly", "streaming-kafka-0-8-assembly", "streaming-kafka-0-10-assembly", "streaming-kinesis-asl-assembly")

0 commit comments

Comments
 (0)