[PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-10 Thread via GitHub
ferenc-csaky opened a new pull request, #24065: URL: https://github.com/apache/flink/pull/24065 ## What is the purpose of the change Support fetching remote job JAR and additional artifacts (UDFs, formats, dependencies, etc.) in nativa Kubernetes and standalone application mode. The

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-10 Thread via GitHub
flinkbot commented on PR #24065: URL: https://github.com/apache/flink/pull/24065#issuecomment-1885431512 ## CI report: * b779d13403028c290b803501a66f8c212a92ad8b UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-11 Thread via GitHub
mbalassi commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1448478217 ## docs/content.zh/docs/deployment/config.md: ## @@ -318,6 +318,15 @@ See the [History Server Docs]({{< ref "docs/deployment/advanced/historyserver" > +

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-11 Thread via GitHub
ferenc-csaky commented on PR #24065: URL: https://github.com/apache/flink/pull/24065#issuecomment-1886932466 > Thanks @ferenc-csaky, I like this approach to the feature and thanks for preserving the prior work of @SwimSweet in separate commits (I might squash his 2 into a single commit late

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-16 Thread via GitHub
mbalassi commented on PR #24065: URL: https://github.com/apache/flink/pull/24065#issuecomment-1893322055 @ferenc-csaky Thanks for the clarification. To your concern for accidentally passing additional arguments as jars, we have to be very careful as the user jars themselves often need argum

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-16 Thread via GitHub
schevalley2 commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1453433788 ## flink-clients/src/main/java/org/apache/flink/client/program/artifact/ArtifactFetchManager.java: ## @@ -0,0 +1,185 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-17 Thread via GitHub
ferenc-csaky commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1455716382 ## flink-clients/src/main/java/org/apache/flink/client/program/artifact/ArtifactFetchManager.java: ## @@ -0,0 +1,185 @@ +/* + * Licensed to the Apache Software Fou

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-17 Thread via GitHub
ferenc-csaky commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1455758733 ## flink-clients/src/main/java/org/apache/flink/client/program/artifact/ArtifactFetchManager.java: ## @@ -0,0 +1,185 @@ +/* + * Licensed to the Apache Software Fou

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-18 Thread via GitHub
ferenc-csaky commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1457104509 ## flink-clients/src/main/java/org/apache/flink/client/cli/ArtifactFetchOptions.java: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-18 Thread via GitHub
ferenc-csaky commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1457107530 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/entrypoint/KubernetesApplicationClusterEntrypoint.java: ## @@ -111,14 +126,45 @@ private static Packa

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-18 Thread via GitHub
schevalley2 commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1457276451 ## flink-kubernetes/src/main/java/org/apache/flink/kubernetes/entrypoint/KubernetesApplicationClusterEntrypoint.java: ## @@ -111,14 +126,45 @@ private static Packag

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-18 Thread via GitHub
schevalley2 commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1457295279 ## flink-clients/src/main/java/org/apache/flink/client/program/artifact/ArtifactFetchManager.java: ## @@ -0,0 +1,185 @@ +/* + * Licensed to the Apache Software Foun

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-18 Thread via GitHub
schevalley2 commented on PR #24065: URL: https://github.com/apache/flink/pull/24065#issuecomment-1898284237 Nice, thank you for going over the comments. It looks good to me ✅ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-18 Thread via GitHub
ferenc-csaky commented on PR #24065: URL: https://github.com/apache/flink/pull/24065#issuecomment-1899200720 @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-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-23 Thread via GitHub
mbalassi commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1464456656 ## docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md: ## @@ -97,14 +97,34 @@ COPY /path/of/my-flink-job.jar $FLINK_HOME/usrlib/my-flink-job.jar

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-24 Thread via GitHub
ferenc-csaky commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1464653979 ## docs/layouts/shortcodes/generated/artifact_fetch_configuration.html: ## @@ -0,0 +1,36 @@ + + + +Key +Default +Ty

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-24 Thread via GitHub
mbalassi commented on code in PR #24065: URL: https://github.com/apache/flink/pull/24065#discussion_r1465963551 ## docs/layouts/shortcodes/generated/artifact_fetch_configuration.html: ## @@ -0,0 +1,36 @@ + + + +Key +Default +Type +

Re: [PR] [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode [flink]

2024-01-25 Thread via GitHub
mbalassi closed pull request #24065: [FLINK-28915] Support fetching artifacts in native K8s and standalone application mode URL: https://github.com/apache/flink/pull/24065 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t