Re: Splittable DoFn on DataflowRunner

2018-03-02 Thread Jose Ignacio Honrado
Thanks Eugene! Now the job can be launched against Dataflow. Cheers On Fri, Mar 2, 2018 at 2:23 PM, Eugene Kirpichov wrote: > Hi! > > It is supported by Dataflow runner in streaming mode. Ideally we should > force streaming mode if this is used, but for now you can specify > options.setStreamin

Re: Splittable DoFn on DataflowRunner

2018-03-02 Thread Eugene Kirpichov
Hi! It is supported by Dataflow runner in streaming mode. Ideally we should force streaming mode if this is used, but for now you can specify options.setStreaming(true) or --streaming on command line. On Fri, Mar 2, 2018 at 4:43 AM Jose Ignacio Honrado wrote: > Hi, > > I am trying to read files