Skip to content

Commit bee6c4f

Browse files
witgorxin
authored andcommitted
Fix scalastyle warnings in yarn alpha
Author: witgo <witgo@qq.com> Closes #884 from witgo/scalastyle and squashes the following commits: 4b08ae4 [witgo] Fix scalastyle warnings in yarn alpha
1 parent d6395d8 commit bee6c4f

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)