Github user pravingadakh commented on the pull request:
https://github.com/apache/spark/pull/12416#issuecomment-215822661
@srowen I undid the changes done in `dev/sparktestsupport/modules.py`, ran
the sbt test build locally with `build/sbt -Pyarn -Phadoop-2.3 -Phive
-Pkinesis-asl -Phive-thriftserver
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedHiveTest,org.apache.spark.tags.ExtendedYarnTest
test` command, all tests passed except one from `graphx/test`. The `graphx`
test failed is
> [info] - Label Propagation *** FAILED *** (5 seconds, 618 milliseconds)
[info] org.apache.spark.SparkException: Job aborted due to stage failure:
Failed to serialize task 65, not attempting to retry it. Exception during
serialization: java.lang.UnsupportedOperationException: Accumulator must be
registered before send to executor
[info] at
org.apache.spark.scheduler.DAGScheduler.org$apache$spark$scheduler$DAGScheduler$$failJobAndIndependentStages(DAGScheduler.scala:1448)
which I believe has nothing to do with python module changes (maybe I do
not have updated code in my branch). So yes, I think build failure is due to
changes (related to `tags`) done in `dev/sparktestsupport/modules.py`.
---
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]