Boris Lublinsky

Results 88 comments of Boris Lublinsky

Thanks Chris, there is no code changes, its just documentation. I did a small writeup https://docs.google.com/document/d/1BOg7zA0vBv644f6TFDI8RKU6q7gmUBWwNk2hDoQ9PmI/edit#heading=h.7548fujn5bom which explains all relevant topics and references a simple project https://github.com/blublinsky/akka-sample-cluster-kubernetes-scala, which is a...

I think migration to 1.11 is an important milestone, especially if we decide to use Flink kubernetes native.

I think this is as easy as ensuring that your project include the libraries. We tested this approach with Azure blob storage and it works. On another hand Chaoran's proposal...

The strange thing, is that when running Python code, It generates a single file containing everything, so I was assuming it will work in notebook as well. So how is...

@Tomcli, I think I found the issue. for pipelines v0.8.0, It works with kfp-tekton==0.6.0 but not python library 0.8.1

I think the question is not about pods, pods are controlled by resource controllers, which would notice this. 1. Do fubric8 APIs provide status information, when you are creating resources?...

This is an excellent idea, especially endpoint. Having it will allow to just use Spark UI to answer a lot of questions. Also, reconciliation is a purely timing event. If...

Guys, I was trying to implement status sub resource, but could not find any documentation in Fabric 8 on how to do this. The only thing that I have found...