-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re... #951
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
Conversation
|
Can one of the admins verify this patch? |
|
Jenkins, test this please. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Thanks - I'll merge this into 1.1 and 1.0.1 |
… re... flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero Author: joyyoj <[email protected]> Closes #951 from joyyoj/master and squashes the following commits: f4660c5 [joyyoj] [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not read properly (cherry picked from commit 2966044) Signed-off-by: Patrick Wendell <[email protected]>
… re... flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero Author: joyyoj <[email protected]> Closes #951 from joyyoj/master and squashes the following commits: f4660c5 [joyyoj] [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not read properly (cherry picked from commit 2966044) Signed-off-by: Patrick Wendell <[email protected]>
… re... flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero Author: joyyoj <[email protected]> Closes apache#951 from joyyoj/master and squashes the following commits: f4660c5 [joyyoj] [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not read properly
… re... flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero Author: joyyoj <[email protected]> Closes apache#951 from joyyoj/master and squashes the following commits: f4660c5 [joyyoj] [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not read properly
### What changes were proposed in this pull request? This PR moves to a released Iceberg version. ### Why are the changes needed? These changes are needed to avoid relying on snapshot builds. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Local tests.
This reverts commit 03c75ef.
flume event sent to Spark will fail if the body is too large and numHeaders is greater than zero