Apply JIRA contributor

2019-02-13 Thread Yaoting Gong
Hi Guys, I want to contribute to Apache Flink. Would you please give me the permission as a contributor? My JIRA ID is Tom Goong Thanks. Tom Goong

Improve Travis CI

2019-02-19 Thread Yaoting Gong
Hi, Yesterday I submitted a PR ( Pull Request #7752), just adding a Chinese page. Travis CI was found to be used for one and a half hours for testing, whether this can be optimized for more targeted testing. such as. Faster detection speeds up feedback and allows developers to adjust as quickly

Re: Improve Travis CI

2019-02-19 Thread Yaoting Gong
For example, just perform the necessary tests on the modified place. On Wed, Feb 20, 2019 at 10:58 AM Yaoting Gong wrote: > Hi, >Yesterday I submitted a PR ( Pull Request #7752), just adding a Chinese > page. Travis CI was found to be used for one and a half hours for testing,

Re: How to let Flink 1.7.X run Flink session cluster on YARN in Java 7 default environment

2019-04-28 Thread Yaoting Gong
Hi, @胡逸才, I've met the same problem. Add some configs as blow will help you . env.java.home: /usr/jdk1.8.0_51containerized.master.env.JAVA_HOME: /usr/jdk1.8.0_51containerized.taskmanager.env.JAVA_HOME: /usr/jdk1.8.0_51yarn.taskmanager.env.JAVA_HOME: /usr/jdk1.8.0_51 On Sun, Apr 28, 2019 at 1

Re: How to let Flink 1.7.X run Flink session cluster on YARN in Java 7 default environment

2019-04-28 Thread Yaoting Gong
Sorry, I didn't see the original message already mentioned in these configurations. But it do works for me. I put these into flink-conf.yml, not try the way you did. On Mon, Apr 29, 2019 at 9:45 AM Yaoting Gong wrote: > Hi, @胡逸才, I've met the same problem. Add some configs as b