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 d37f4ee commit fab5e5aCopy full SHA for fab5e5a
dev/lint-java
@@ -20,7 +20,7 @@
20
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
21
SPARK_ROOT_DIR="$(dirname $SCRIPT_DIR)"
22
23
-ERRORS=$($SCRIPT_DIR/../build/mvn -Phadoop-cloud -Pkubernetes -Pkinesis-asl -Pmesos -Pyarn -Phive -Phive-thriftserver checkstyle:check | grep ERROR)
+ERRORS=$($SCRIPT_DIR/../build/mvn -Phadoop-cloud -Pkubernetes -Pkinesis-asl -Pyarn -Phive checkstyle:check | grep ERROR)
24
25
if test ! -z "$ERRORS"; then
26
echo -e "Checkstyle checks failed at following occurrences:\n$ERRORS"
0 commit comments