-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12507][Streaming][Document]Expose closeFileAfterWrite and allowBatching configurations for Streaming #10453
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
|
Test build #48251 has finished for PR 10453 at commit
|
|
Let's improve the title of items like this. "Update x" is never descriptive |
docs/configuration.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say on the driver instead of in driver.
|
I have a few comments on phrasing but otherwise it lgtm |
docs/configuration.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me: the default value is true.
That's why I want to expose this one since the behavior is different from 1.5.0.
|
@BenFradet Addressed. Thanks for your reviewing. |
|
Test build #48436 has finished for PR 10453 at commit
|
|
LGTM |
|
Maybe we can also include that |
|
|
Test build #48516 has finished for PR 10453 at commit
|
|
@zsxwing Thanks! LGTM |
docs/configuration.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Because S3 .... " --> Set this to 'true' when you want to use S3 (or any file system that does not support flushing) for the metadata WAL at the driver.
|
Test build #48971 has finished for PR 10453 at commit
|
docs/streaming-programming-guide.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Write Ahead Logs is not in caps in this text. so please be consistent.
|
just one more comment. then LGTM. |
|
Test build #48980 has finished for PR 10453 at commit
|
|
LGTM. Merging this to master and 1.6. Thanks! |
…owBatching configurations for Streaming /cc tdas brkyvz Author: Shixiong Zhu <[email protected]> Closes #10453 from zsxwing/streaming-conf. (cherry picked from commit c94199e) Signed-off-by: Tathagata Das <[email protected]>
/cc @tdas @brkyvz