We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6395d8 commit 4b08ae4Copy full SHA for 4b08ae4
dev/scalastyle
@@ -19,7 +19,8 @@
19
20
echo -e "q\n" | SPARK_HIVE=true sbt/sbt scalastyle > scalastyle.txt
21
# Check style with YARN alpha built too
22
-echo -e "q\n" | SPARK_YARN=true sbt/sbt yarn/scalastyle >> scalastyle.txt
+echo -e "q\n" | SPARK_HADOOP_VERSION=0.23.9 SPARK_YARN=true sbt/sbt yarn-alpha/scalastyle \
23
+ >> scalastyle.txt
24
# Check style with YARN built too
25
echo -e "q\n" | SPARK_HADOOP_VERSION=2.2.0 SPARK_YARN=true sbt/sbt yarn/scalastyle \
26
>> scalastyle.txt
0 commit comments