Re: Beam 8 Jenkins executor broken

2018-12-26 Thread Andrew Pilloud
I rebooted the VM a few hours ago, it appears to be working again. On Wed, Dec 26, 2018 at 11:01 AM Andrew Pilloud wrote: > It seems the Beam 8 Jenkins executor is broken. It fails all builds with > out of memory issues. > > Anyone know what I should do to fix it? Can I just reboot the VM? > >

Re: help with right transform to read tgz file

2018-12-26 Thread Jeff Klukas
The general approach in your example looks reasonable to me. I don't think there's anything built in to Beam to help with parsing the tar file format and I don't know how robust the method of replacing "^@" and then splitting on newlines will be. I'd likely use Apache's commons-compress library