[PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-12 Thread via GitHub
ferenc-csaky opened a new pull request, #24303: URL: https://github.com/apache/flink/pull/24303 ## What is the purpose of the change Makes it possible to upload `local://` artifacts in K8s Application Mode to remote DFS, so combined with `Artifact Fetching`, it is not necessary to bun

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-12 Thread via GitHub
flinkbot commented on PR #24303: URL: https://github.com/apache/flink/pull/24303#issuecomment-1938670866 ## CI report: * 3b142b6ba387fd7f6bfaee5c66d9d9d8b0966976 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-12 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1486182159 ## flink-clients/src/main/java/org/apache/flink/client/cli/ArtifactFetchOptionsInternal.java: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-12 Thread via GitHub
schevalley2 commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1486546701 ## docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md: ## @@ -97,13 +100,44 @@ COPY /path/of/my-flink-job.jar $FLINK_HOME/usrlib/my-flink-job.

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-12 Thread via GitHub
schevalley2 commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1486621705 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/artifact/DefaultKubernetesArtifactUploader.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache S

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-12 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487357451 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/artifact/DefaultKubernetesArtifactUploader.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487369239 ## flink-clients/src/main/java/org/apache/flink/client/cli/ArtifactFetchOptionsInternal.java: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487369239 ## flink-clients/src/main/java/org/apache/flink/client/cli/ArtifactFetchOptionsInternal.java: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487357451 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/artifact/DefaultKubernetesArtifactUploader.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487526406 ## flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesClusterDescriptorTest.java: ## @@ -86,7 +86,8 @@ public FlinkKubeClient fromConfiguration(

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
schevalley2 commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487538828 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/artifact/DefaultKubernetesArtifactUploader.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache S

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
schevalley2 commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487540063 ## flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesClusterDescriptorTest.java: ## @@ -86,7 +86,8 @@ public FlinkKubeClient fromConfiguration(

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-02-13 Thread via GitHub
ferenc-csaky commented on code in PR #24303: URL: https://github.com/apache/flink/pull/24303#discussion_r1487552348 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/artifact/DefaultKubernetesArtifactUploader.java: ## @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-04-18 Thread via GitHub
ferenc-csaky commented on PR #24303: URL: https://github.com/apache/flink/pull/24303#issuecomment-2065736703 @flinkbot run azure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] [FLINK-32315][k8s] Support uploading "local://" artifacts in Kubernetes Application Mode [flink]

2024-04-20 Thread via GitHub
mbalassi merged PR #24303: URL: https://github.com/apache/flink/pull/24303 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apac