Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/13132#issuecomment-219453596
There is a difference between what the PR builder does with `[test-maven]
[test-hadoop2.2]`:
```
/home/jenkins/workspace/SparkPullRequestBuilder/build/mvn -Pyarn
-Phadoop-2.2 -Pkinesis-asl -Phive-thriftserver -Phive clean package -DskipTests
/home/jenkins/workspace/SparkPullRequestBuilder/build/mvn --force
-DzincPort=3308 -Pyarn -Phadoop-2.2 -Phive -Pkinesis-asl -Phive-thriftserver
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedHiveTest,org.apache.spark.tags.ExtendedYarnTest
test --fail-at-end
```
Jenkins QA Compile for Hadoop 2.2:
```
build/mvn --force -DzincPort=3485 -DskipTests -Phadoop-2.2 -Pyarn -Phive
-Phive-thriftserver -Pkinesis-asl clean package
build/mvn --force -DzincPort=3485 -Phadoop-2.2 -Pyarn -Phive
-Phive-thriftserver -Pkinesis-asl --fail-at-end test
```
I suppose that explains the difference, though not sure why specifying the
test.exclude.tags doesn't work here in the PR builder.
The latter is what we want to pass, and what I have seen pass locally.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]