Thomas Faust

Results 55 comments of Thomas Faust

@jannfis @Cajga Any chance this PR can make its way into upstream? We are currently on the brink of whether to opt for argocd or fluxcd in our company.

I have the same problem too with Firefox 60.5.2esr (64-Bit) on Windows 7. Any hints on how to debug consistently?

@robertogyn19 Why and where was the storage created? Assuming that you are running Spark3.1.1, the issue stems from apache/spark here: https://github.com/apache/spark/blob/v3.1.3/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientApplication.scala#L139 I think this is not a spark-operator issue but...

@robertogyn19 I haven't had time yet to test, sorry. So why don't you just replace the UnixNano with some unique sha? Other than that you could truncate the string parts...

The M1 is arm64 arch, not amd64. Maybe https://github.com/golang/go/issues/37181 is related to your issue? Doesn't hurt to read this article: https://dev.to/tidalmigrations/how-to-cross-compile-go-app-for-apple-silicon-m1-27l6 Specifically, you want to give `GOOS=darwin GOARCH=arm64 go test...

I think this is likely related to #216. I have been running into the same issue. @liyinan926 I think this issue is a duplicate of #216.

@pradeeppathak9 See my previous comment. I have the same issue. The problem is that while `SPARK_CONF_DIR` is set to `/etc/spark/conf` and the config map gets successfully mounted, spark-submit doesn't pick...

@maknihamdi Closely read the progression of #216. You have no control of the `/etc/spark/conf` (set in `SPARK_CONF_DIR`) mountpoint without the patch introduced by @bbenzikry and me. Our patch does not...

> @tahesse You spoke about problem with spark-defaults.conf in #216 , my remark is about using spark-defaults.conf when spark already set a properties file and then with precedences rules will...

> I think operator should continue to have only one way to pass spark configurations to spark: add configs one by one on spark-submit, and keep spark/k8s do what he...