Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-williams/spark-bugs
Dumping ground for repros of issues with Apache Spark
https://github.com/ryan-williams/spark-bugs
Last synced: about 2 months ago
JSON representation
Dumping ground for repros of issues with Apache Spark
- Host: GitHub
- URL: https://github.com/ryan-williams/spark-bugs
- Owner: ryan-williams
- Created: 2017-06-18T21:25:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T17:52:07.000Z (about 7 years ago)
- Last Synced: 2024-10-20T07:45:30.623Z (3 months ago)
- Language: Scala
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spark-bugs
Dumping ground for repros of issues I find with Apache SparkSpecific repros can be found in branches:
- [SPARK-16599](https://issues.apache.org/jira/browse/SPARK-16599) ([`msc`](https://github.com/ryan-williams/spark-bugs/tree/msc)): various problems with multiple-`SparkContext` support
- [SPARK-21143](https://issues.apache.org/jira/browse/SPARK-21143) ([`netty`](https://github.com/ryan-williams/spark-bugs/tree/netty)): multiple Netty versions in transitive-dependencies result in hanging app
- [SPARK-21425](https://issues.apache.org/jira/browse/SPARK-21425) ([`accum`](https://github.com/ryan-williams/spark-bugs/tree/accum)): static `Accumulator`s considered harmful
- [SPARK-21569](https://issues.apache.org/jira/browse/SPARK-21569) ([`hf`](https://github.com/ryan-williams/spark-bugs/tree/hf)): missing internal-class Kryo-registration
- [SPARK-22288](https://issues.apache.org/jira/browse/SPARK-22288) ([`serde`](https://github.com/ryan-williams/spark-bugs/tree/serde)): `no valid constructor` deserialization error
- [SPARK-22328](https://issues.apache.org/jira/browse/SPARK-22328) ([`closure`](https://github.com/ryan-williams/spark-bugs/tree/closure)): `ClosureCleaner` misses superclass fields, they end up as `null` in closure.