You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/09/20 16:33:47 UTC

[GitHub] [beam] davidcavazos commented on pull request #15479: [BEAM-10937] Tour of Beam use reshuffle before reading files

davidcavazos commented on pull request #15479:
URL: https://github.com/apache/beam/pull/15479#issuecomment-923088798


   @aaltay I know it adds more complication and concepts and for the sample data it's not required, but I think it would be a good practice since someone might copy-paste this example to start a new runner, without even being aware that they might need a reshuffle for things to autoscale properly. How about we make the note more explicit saying that it is useful for runners that do fusion?
   
   @robertwb those warnings were introduced, I think in 2.30 or sometime around that version. It's now part of the standard running procedure and there's no way to remove them that I'm aware of. We could get rid of them by manually editing the code cell outputs (but it's very manual and error prone), or find a way to redirect stderr to /dev/null or something like that, but it might look hacky during the notebook setup.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org