Skip to content

Commit fab5e5a

Browse files
author
Robert Kruszewski
committed
no mesos and hive thrift
1 parent d37f4ee commit fab5e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/lint-java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
2121
SPARK_ROOT_DIR="$(dirname $SCRIPT_DIR)"
2222

23-
ERRORS=$($SCRIPT_DIR/../build/mvn -Phadoop-cloud -Pkubernetes -Pkinesis-asl -Pmesos -Pyarn -Phive -Phive-thriftserver checkstyle:check | grep ERROR)
23+
ERRORS=$($SCRIPT_DIR/../build/mvn -Phadoop-cloud -Pkubernetes -Pkinesis-asl -Pyarn -Phive checkstyle:check | grep ERROR)
2424

2525
if test ! -z "$ERRORS"; then
2626
echo -e "Checkstyle checks failed at following occurrences:\n$ERRORS"

0 commit comments

Comments
 (0)