Chris Lu
Chris Lu
Haven't tried it on Windows. On Fri, Sep 1, 2017 at 7:44 AM HeinOldewage wrote: > Running the CSV example in standalone mode on windows never finishes. > It is...
No plan yet. Maybe help to write up your design first. Doesn't need to be perfect. Let's iterate on this. I think the tricky part is how to manage the...
Current SQL implementation is half baked and not good. Need to redo it. On Mon, May 21, 2018 at 7:26 AM Gregory Desvaux wrote: > For selection, the strategy would...
Thanks! Good to know this cool CLI tool.
Thanks! Your understanding is accurate. Originally there are only Instructions. The Mapper/Reducer design came later. It should be possible to simplify the instructions similar to mapper/reducer.
Gleam does not support this yet. I was thinking to refactor the dataset.Map() function a bit to support an interface, with before() and after() functions. The broadcast variables can be...
https://github.com/chrislusf/gleam/blob/master/flow/dataset_source.go#L24
From mapper/reducer, any outputs to os.Stderr are all sent back to the driver. But need ideas on how to return it as an error. Often the os.Stderr may just be...
@ryanckoch Need your documentation on how to run it on the Kubernetes.
http://kompose.io/index Kompose is a tool to help users familiar with docker-compose move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources.