Chris Lu

Results 502 comments of Chris Lu

You want a window function. This is not in glow. I am working on github.com/chrislusf/gleam and adding window functions, but not ready yet either.

The workaround is fine. The cost to setup the flow is not that much if run standalone. On Mon, Aug 21, 2017 at 2:48 PM Joel De Lamarre wrote: >...

Thanks for the good idea! With this, we do not need "glow master" to manage the available nodes. Any good Kubernates' go API? I can not find an easy-to-follow example.

Thanks! It'll be great if you can get the approval. The related logic is all under github.com/chrislusf/glow/driver/scheduler . I hope it is simple to read. Let me know if you...

I see similar frameworks usually need to integrate with existing cluster management systems, which could be what users are actually using with other systems. So we would need to integrate...

The cluster management section is poorly documented. I would recommend you help to write some documents first, getting familiar with the existing process, organize the code into a better structure,...

for 2: The driver will request resources from the glow master. And then the driver will ask glow agents to start the executors. The driver talk to the agents via...

Currently the glow agents download the binary and start it as executors. Can we share a k8s image and acts just like the glow agent? On Sat, Sep 3, 2016...

Good to learn this. You know more than me on k8s. Please go ahead and thanks for your effort! On Sat, Sep 3, 2016 at 10:30 PM Yaxiong [email protected] wrote:...

Hi, @justicezyx Yaxiong, I am working on https://github.com/chrislusf/gleam now, which I think is much more performant and flexible. I want to know whether I can get some free credit on...