-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPARK-1584. Upgrade Flume dependency to 1.4.0 #501
Conversation
Merged build triggered. |
Merged build started. |
@sryza mind bumping the sbt build as well? |
Merged build finished. All automated tests passed. |
All automated tests passed. |
I think there are multiple parallel attempts to upgrade flume to 1.4.0. Please take a look at the discussion in this thread. Its better to consolidate the efforts. |
Yeah, Ted and I failed to coordinate. Closing this one. |
Fix two bugs in PySpark cartesian(): SPARK-978 and SPARK-1034 This pull request fixes two bugs in PySpark's `cartesian()` method: - [SPARK-978](https://spark-project.atlassian.net/browse/SPARK-978): PySpark's cartesian method throws ClassCastException exception - [SPARK-1034](https://spark-project.atlassian.net/browse/SPARK-1034): Py4JException on PySpark Cartesian Result The JIRAs have more details describing the fixes.
Fix two bugs in PySpark cartesian(): SPARK-978 and SPARK-1034 This pull request fixes two bugs in PySpark's `cartesian()` method: - [SPARK-978](https://spark-project.atlassian.net/browse/SPARK-978): PySpark's cartesian method throws ClassCastException exception - [SPARK-1034](https://spark-project.atlassian.net/browse/SPARK-1034): Py4JException on PySpark Cartesian Result The JIRAs have more details describing the fixes. (cherry picked from commit cad3002) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
- Remove OTC related periodic jobs to save resources - Disable HuaweiCloud related periodic because of no enough budget - Reorder periodic jobs to keep consistent output in pipeline Related-Bug: theopenlab/openlab#173
No description provided.