Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/16795
The current failure about `ExtendedYarnTest` came from `mesos` module . It
seems to be irrelevant to this PR. Let me check that.
```
[info] Running Spark tests using Maven with these arguments: -Phadoop-2.3
-Phive -Pyarn -Pmesos -Phive-thriftserver -Pkinesis-asl
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedHiveTest,org.apache.spark.tags.ExtendedYarnTest
test --fail-at-end
...
[INFO] Spark Project Mesos ................................ FAILURE [
10.687 s]
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on
project spark-mesos_2.11: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: There was an
error in the forked process
[ERROR] java.lang.RuntimeException: Unable to load category:
org.apache.spark.tags.ExtendedYarnTest
[ERROR] at
org.apache.maven.surefire.group.match.SingleGroupMatcher.loadGroupClasses(SingleGroupMatcher.java:139)
[ERROR] at ...
[ERROR] Caused by: java.lang.ClassNotFoundException:
org.apache.spark.tags.ExtendedYarnTest
...
```
---
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]