Lingzhe Sun

Results 11 comments of Lingzhe Sun

I think this might have nothing to do with custom image cause this seems to happen to other people too: [https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/789](url)

For anyone who might be interested, I came across a post which says you should also change the operator image value in this file: spark-on-k8s-operator/charts/spark-operator-chart/values.yaml. And it worked. But the...

@karinakanjaria Hi, if you're having the exact same issue as I do, try change the repository and tag under the image field according to your own configuration. These values will...

I have the exact same issue, except from running with custom image and using scala example. From other posts I found that the normal driver log should contain spark-submit command,...

I created the app via velaux API.

> Your page may not be loaded completely when you screenshot. The same page for addon-fluxcd loads pretty fast. So I wonder there might be problems in specific application. >...

>focus follow APIs: >/api/v1/applications/test-app1/envs >/api/v1/applications/test-app1/workflows Both of the API returned: ``` 401 12006 the user is not authorized ``` I logged in as the admin user. And there's no other...

Sorry that the text font is small. The /api/v1/applications/test-app1/envs worked fine and the /api/v1/applications/test-app1/workflows got error cause the message "the user is not authorized". ![velaux](https://user-images.githubusercontent.com/87755575/223074005-22c5c3dc-e535-4a7d-80f2-1ae76d6d8661.png)

> Sorry that the text font is small. The /api/v1/applications/test-app1/envs worked fine and the /api/v1/applications/test-app1/workflows got error cause the message "the user is not authorized". ![velaux](https://user-images.githubusercontent.com/87755575/223074005-22c5c3dc-e535-4a7d-80f2-1ae76d6d8661.png) After a relogin. Those...

@barnettZQG Sure. The response body of workflows is: ``` { "workflows": [ { "name": "test-workflow", "alias": "", "description": "", "enable": false, "default": false, "envName": "default", "createTime": "2023-03-06T10:59:10.055164314Z", "updateTime": "2023-03-06T10:59:10.055164635Z", "mode":...