Skip to content

Commit 4b08ae4

Browse files
committed
Fix scalastyle warnings in yarn alpha
1 parent d6395d8 commit 4b08ae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/scalastyle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
echo -e "q\n" | SPARK_HIVE=true sbt/sbt scalastyle > scalastyle.txt
2121
# Check style with YARN alpha built too
22-
echo -e "q\n" | SPARK_YARN=true sbt/sbt yarn/scalastyle >> scalastyle.txt
22+
echo -e "q\n" | SPARK_HADOOP_VERSION=0.23.9 SPARK_YARN=true sbt/sbt yarn-alpha/scalastyle \
23+
>> scalastyle.txt
2324
# Check style with YARN built too
2425
echo -e "q\n" | SPARK_HADOOP_VERSION=2.2.0 SPARK_YARN=true sbt/sbt yarn/scalastyle \
2526
>> scalastyle.txt

0 commit comments

Comments
 (0)