tcassaert

Results 22 comments of tcassaert

With point 2, would that mean there is no way to use it as a simple CLI anymore? Or will there be the CLI interface and the TUI interface?

The cobra library is great! I've used it too, for a little project when I was trying to learn Golang. I've used it together with viper (https://github.com/spf13/viper) for argument passing....

Alright, I now get it, thanks for clarifying! It does seem a good improvement. If cobra already does it, there's no need to reinvent the wheel and do the conversion...

@bbenzikry @tahesse thanks a lot for this PR! I have built your branch and deployed the spark-operator image. However, I can't seem to find how to get it to work....

@tahesse Thanks for your response! If I understand it correctly, there's currently a way to set for example a `hive-site.xml` via the `sparkConfigMap` in the CRD, but there's not yet...

I don't think you can say that rootless Podman works, if you still rely on a `docker run -v /var/run/docker.sock:/var/run/docker.sock`, so to me this does look like something `k3d` should...

When doing a `sudo ln -s $XDG_RUNTIME_DIR/podman/podman.sock /var/run/docker.sock`, it gets a step further. I guess this step should be added to the docs for rootless Podman? But then it errors...

I gave it another shot today and got it to work. The most important part that I was missing and that seems to be missing in the docs is that...

@Waterman1997 juicefs is not just a tool that mounts an existing S3 bucket. It's an entire filesystem that stores its data in S3 in its own format.

Totally not familiar with the codebase, but a quick search led me to https://github.com/openstack/python-swiftclient/blob/master/swiftclient/client.py#L1993-L2011 which seems to be covered by unit tests at https://github.com/openstack/python-swiftclient/blob/master/test/unit/test_swiftclient.py#L2081-L2125 Does that help in any way?