Skip to content

Commit ce5cb32

Browse files
lianchengrxin
authored andcommitted
[Build] Removed -Phive-thriftserver since this profile has been removed
Author: Cheng Lian <[email protected]> Closes #2269 from liancheng/clean-run-tests-profile and squashes the following commits: 08617bd [Cheng Lian] Removed -Phive-thriftserver since this profile has been removed
1 parent 092e2f1 commit ce5cb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ echo "========================================================================="
9393
# echo "q" is needed because sbt on encountering a build file with failure
9494
# (either resolution or compilation) prompts the user for input either q, r,
9595
# etc to quit or retry. This echo is there to make it not block.
96-
BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive -Phive-thriftserver "
96+
BUILD_MVN_PROFILE_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive "
9797
echo -e "q\n" | sbt/sbt $BUILD_MVN_PROFILE_ARGS clean package assembly/assembly | \
9898
grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
9999

0 commit comments

Comments
 (0)