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 6af91ac commit ac4312cCopy full SHA for ac4312c
dev/scalastyle
@@ -19,7 +19,7 @@
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" | sbt/sbt -Dhadoop.version=0.23.9 -Pyarn-alpha yarn-alpha/scalastyle \
+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 \
0 commit comments