You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/12 06:54:38 UTC

[GitHub] [flink] JerryTaoTao opened a new pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

JerryTaoTao opened a new pull request #14613:
URL: https://github.com/apache/flink/pull/14613


   …dd it to local resource in yarn session mode
   
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)*
   
   
   ## Brief change log
   
   *(for example:)*
     - *The TaskInfo is stored in the blob store on job creation time as a persistent artifact*
     - *Deployments RPC transmits only the blob storage reference*
     - *TaskManagers retrieve the TaskInfo from the blob cache*
   
   
   ## Verifying this change
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads (100MB)*
     - *Extended integration test for recovery after master (JobManager) failure*
     - *Added test that validates that TaskInfo is transferred only once across recoveries*
     - *Manually verified the change by running a 4 node cluser with 2 JobManagers and 4 TaskManagers, a stateful streaming program, and killing one JobManager and two TaskManagers during the execution, verifying that recovery happens correctly.*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / no)
     - The serializers: (yes / no / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / no / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / no / don't know)
     - The S3 file system connector: (yes / no / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907",
       "triggerID" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e28099f2684a1ec8706290ca52d982b3d7b266da",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12319",
       "triggerID" : "e28099f2684a1ec8706290ca52d982b3d7b266da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e28099f2684a1ec8706290ca52d982b3d7b266da Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12319) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] tillrohrmann commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
tillrohrmann commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-896779877


   The PR seems to be abandoned.


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709






----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758449568


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd (Tue Jan 12 06:57:16 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-20935).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907",
       "triggerID" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e28099f2684a1ec8706290ca52d982b3d7b266da",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e28099f2684a1ec8706290ca52d982b3d7b266da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907) 
   * e28099f2684a1ec8706290ca52d982b3d7b266da UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] JerryTaoTao commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
JerryTaoTao commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-765271041


   @tillrohrmann  can u check the new pr? thanks


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] tillrohrmann commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
tillrohrmann commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-821169602


   @JerryTaoTao, did you have a chance to look at the problem? If not, then I would propose to close this PR.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] ZhanHui-Xu commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
ZhanHui-Xu commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-1001427099


   The same Problem
   version: Flink-1.14.0
   
   Setting HBASE_CONF_DIR=/etc/hbase/conf because no HBASE_CONF_DIR was set.
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in [jar:file:/opt/flink/flink-1.14.0/lib/log4j-slf4j-impl-2.14.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-6.0.1-1.cdh6.0.1.p0.590678/jars/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   2021-12-27 08:18:51,434 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: jobmanager.rpc.address, xxxxxxx
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: jobmanager.rpc.port, 6123
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: jobmanager.memory.process.size, 1600m
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: taskmanager.memory.process.size, 1728m
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: taskmanager.numberOfTaskSlots, 1
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: parallelism.default, 1
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: fs.default-scheme, hdfs://xxxxxx:8020
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: high-availability.storageDir, hdfs:///flink/ha/
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: high-availability.zookeeper.quorum, xxxxxxxzk
   2021-12-27 08:18:51,438 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: high-availability.zookeeper.path.root, /flink14
   2021-12-27 08:18:51,439 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: yarn.application-attempts, 10
   2021-12-27 08:18:51,439 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: jobmanager.execution.failover-strategy, region
   2021-12-27 08:18:51,439 INFO  org.apache.flink.configuration.GlobalConfiguration           [] - Loading configuration property: rest.bind-port, 48080-48090
   2021-12-27 08:18:51,454 INFO  org.apache.flink.yarn.cli.FlinkYarnSessionCli                [] - Found Yarn properties file under /tmp/.yarn-properties-root.
   2021-12-27 08:18:51,671 INFO  org.apache.flink.runtime.security.modules.HadoopModule       [] - Hadoop user set to root (auth:SIMPLE)
   2021-12-27 08:18:51,684 INFO  org.apache.flink.runtime.security.modules.JaasModule         [] - Jaas file will be created as /tmp/jaas-8331843872093531820.conf.
   2021-12-27 08:18:51,707 INFO  org.apache.flink.yarn.cli.FlinkYarnSessionCli                [] - Dynamic Property set: taskmanager.network.menory.fraction=0.3
   2021-12-27 08:18:51,707 INFO  org.apache.flink.yarn.cli.FlinkYarnSessionCli                [] - Dynamic Property set: akka.ask.timeout=60s
   2021-12-27 08:18:51,707 INFO  org.apache.flink.yarn.cli.FlinkYarnSessionCli                [] - Dynamic Property set: taskmanager.memory.fraction=0.7
   2021-12-27 08:18:51,714 WARN  org.apache.flink.yarn.configuration.YarnLogConfigUtil        [] - The configuration directory ('/opt/flink/flink-1.14.0/conf') already contains a LOG4J config file.If you want to use logback, then please delete or rename the log configuration file.
   2021-12-27 08:18:51,768 INFO  org.apache.hadoop.yarn.client.RMProxy                        [] - Connecting to ResourceManager at xxxxxxxxxxxxxxx
   2021-12-27 08:18:51,935 INFO  org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils [] - The derived from fraction jvm overhead memory (160.000mb (167772162 bytes)) is less than its min value 192.000mb (201326592 bytes), min value will be used instead
   2021-12-27 08:18:52,049 INFO  org.apache.hadoop.conf.Configuration                         [] - resource-types.xml not found
   2021-12-27 08:18:52,049 INFO  org.apache.hadoop.yarn.util.resource.ResourceUtils           [] - Unable to find 'resource-types.xml'.
   2021-12-27 08:18:52,073 INFO  org.apache.flink.yarn.YarnClusterDescriptor                  [] - The configured JobManager memory is 1600 MB. YARN will allocate 2048 MB to make up an integer multiple of its minimum allocation memory (1024 MB, configured via 'yarn.scheduler.minimum-allocation-mb'). The extra 448 MB may not be used by Flink.
   2021-12-27 08:18:52,073 INFO  org.apache.flink.yarn.YarnClusterDescriptor                  [] - Cluster specification: ClusterSpecification{masterMemoryMB=1600, taskManagerMemoryMB=4096, slotsPerTaskManager=2}
   2021-12-27 08:18:52,379 WARN  org.apache.hadoop.util.NativeCodeLoader                      [] - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   2021-12-27 08:18:53,111 ERROR org.apache.flink.yarn.cli.FlinkYarnSessionCli                [] - Error while running the Flink session.
   org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't deploy Yarn session cluster
           at org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:426) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:606) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at org.apache.flink.yarn.cli.FlinkYarnSessionCli.lambda$main$4(FlinkYarnSessionCli.java:860) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_191]
           at javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_191]
           at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1726) ~[hadoop-common-3.0.0-cdh6.0.1.jar:?]
           at org.apache.flink.runtime.security.contexts.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at org.apache.flink.yarn.cli.FlinkYarnSessionCli.main(FlinkYarnSessionCli.java:860) [flink-dist_2.12-1.14.0.jar:1.14.0]
   Caused by: java.io.FileNotFoundException: File does not exist: /tmp/application_1635399373993_0023-flink-conf.yaml4062433496989659431.tmp
           at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1498) ~[hadoop-hdfs-client-3.0.0-cdh6.0.1.jar:?]
           at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1491) ~[hadoop-hdfs-client-3.0.0-cdh6.0.1.jar:?]
           at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) ~[hadoop-common-3.0.0-cdh6.0.1.jar:?]
           at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1506) ~[hadoop-hdfs-client-3.0.0-cdh6.0.1.jar:?]
           at org.apache.flink.yarn.YarnApplicationFileUploader.registerSingleLocalResource(YarnApplicationFileUploader.java:166) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at org.apache.flink.yarn.YarnClusterDescriptor.startAppMaster(YarnClusterDescriptor.java:988) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at org.apache.flink.yarn.YarnClusterDescriptor.deployInternal(YarnClusterDescriptor.java:607) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           at org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:419) ~[flink-dist_2.12-1.14.0.jar:1.14.0]
           ... 7 more
   
   ------------------------------------------------------------
    The program finished with the following exception:
   
   org.apache.flink.client.deployment.ClusterDeploymentException: Couldn't deploy Yarn session cluster
           at org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:426)
           at org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:606)
           at org.apache.flink.yarn.cli.FlinkYarnSessionCli.lambda$main$4(FlinkYarnSessionCli.java:860)
           at java.security.AccessController.doPrivileged(Native Method)
           at javax.security.auth.Subject.doAs(Subject.java:422)
           at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1726)
           at org.apache.flink.runtime.security.contexts.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41)
           at org.apache.flink.yarn.cli.FlinkYarnSessionCli.main(FlinkYarnSessionCli.java:860)
   Caused by: java.io.FileNotFoundException: File does not exist: /tmp/application_1635399373993_0023-flink-conf.yaml4062433496989659431.tmp
           at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1498)
           at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1491)
           at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
           at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1506)
           at org.apache.flink.yarn.YarnApplicationFileUploader.registerSingleLocalResource(YarnApplicationFileUploader.java:166)
           at org.apache.flink.yarn.YarnClusterDescriptor.startAppMaster(YarnClusterDescriptor.java:988)
           at org.apache.flink.yarn.YarnClusterDescriptor.deployInternal(YarnClusterDescriptor.java:607)
           at org.apache.flink.yarn.YarnClusterDescriptor.deploySessionCluster(YarnClusterDescriptor.java:419)
           ... 7 more
   


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907",
       "triggerID" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907",
       "triggerID" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e28099f2684a1ec8706290ca52d982b3d7b266da",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12319",
       "triggerID" : "e28099f2684a1ec8706290ca52d982b3d7b266da",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907) 
   * e28099f2684a1ec8706290ca52d982b3d7b266da Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12319) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] ZhanHui-Xu commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
ZhanHui-Xu commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-1001446684


   
   ![image](https://user-images.githubusercontent.com/66346446/147454814-2676a40c-15ec-4afb-a9a9-4cdd975841d2.png)
   
   when I disable fs.default-scheme , i can create yarn session successfully
   ![image](https://user-images.githubusercontent.com/66346446/147455059-9b504a71-5c58-4579-891d-43819fe4d040.png)
   


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907",
       "triggerID" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=11907) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] tillrohrmann closed pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
tillrohrmann closed pull request #14613:
URL: https://github.com/apache/flink/pull/14613


   


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758449568


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit e28099f2684a1ec8706290ca52d982b3d7b266da (Fri May 28 09:08:36 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-20935).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #14613: [FLINK-20935][yarn] can't write flink configuration to tmp file and a…

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #14613:
URL: https://github.com/apache/flink/pull/14613#issuecomment-758462709


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fed0cc6ecf3d5bceb33a6bd68a32c77fde5180dd UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org