Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MAINTAINERS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pig: evans ye, daniel dai
puppet recipes: jay vyas, cos, evans ye, rvs
qfs: kstinson <kstinson@quantcast.com>
smoke-tests: jay vyas, david capwell
spark: jay vyas, youngwoo kim
spark: jay vyas, youngwoo kim, zewen chi
sqoop: sean mackrory, youngwoo kim
tajo: yeongeon kim
test-artifacts and test-execution repos:
Expand Down
2 changes: 1 addition & 1 deletion bigtop-packages/src/common/spark/do-component-build
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ SPARK_SKIP_TESTS=$([ "$SPARK_RUN_TESTS" = "true" ] && echo false || echo true)
# This is also the point that we can run the tests if desired, since tests must
# be run after Spark has already been packaged.
# See http://spark.apache.org/docs/latest/building-spark.html#spark-tests-in-maven
mvn $BUILD_OPTS install -DskipTests=$SPARK_SKIP_TESTS
./build/mvn $BUILD_OPTS install -DskipTests=$SPARK_SKIP_TESTS