Skip to content

Commit ac4312c

Browse files
committed
Revert "minor fix"
This reverts commit 446768e.
1 parent 6af91ac commit ac4312c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/scalastyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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" | sbt/sbt -Dhadoop.version=0.23.9 -Pyarn-alpha yarn-alpha/scalastyle \
22+
echo -e "q\n" | SPARK_HADOOP_VERSION=0.23.9 SPARK_YARN=true sbt/sbt yarn-alpha/scalastyle \
2323
>> scalastyle.txt
2424
# Check style with YARN built too
2525
echo -e "q\n" | SPARK_HADOOP_VERSION=2.2.0 SPARK_YARN=true sbt/sbt yarn/scalastyle \

0 commit comments

Comments
 (0)