RE: [1.9.2] Flink SSL on YARN - NoSuchFileException

2021-04-26 Thread Hailu, Andreas [Engineering]
Hey Nico, thanks for your reply. I gave this a try and unfortunately had no luck. // ah -Original Message- From: Nico Kruber Sent: Wednesday, April 21, 2021 1:01 PM To: user@flink.apache.org Subject: Re: [1.9.2] Flink SSL on YARN - NoSuchFileException Hi Andreas, judging from [1], it

RE: [1.9.2] Flink SSL on YARN - NoSuchFileException

2021-04-26 Thread Hailu, Andreas [Engineering]
://ci.apache.org/projects/flink/flink-docs-release-1.9/ops/security-ssl.html#tips-for-yarn--mesos-deployment // ah From: Arvid Heise Sent: Wednesday, April 21, 2021 1:05 PM To: Hailu, Andreas [Engineering] Cc: user@flink.apache.org Subject: Re: [1.9.2] Flink SSL on YARN - NoSuchFileException Hi Andreas

Re: [1.9.2] Flink SSL on YARN - NoSuchFileException

2021-04-21 Thread Arvid Heise
Hi Andreas, I'd check where the exception occurs (not clear from what you posted) and double-check that the part of the system can access the given path deploy-keys/rest.keystore. The brute-force solution is to manually copy the files onto all worker nodes on the respective directory + potential

Re: [1.9.2] Flink SSL on YARN - NoSuchFileException

2021-04-21 Thread Nico Kruber
Hi Andreas, judging from [1], it should work if you refer to it via security.ssl.rest.keystore: ./deploy-keys/rest.keystore security.ssl.rest.truststore: ./deploy-keys/rest.truststore Nico [1] http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Flink-KAFKA-KEYTAB-Kafkaconsumer-

[1.9.2] Flink SSL on YARN - NoSuchFileException

2021-04-19 Thread Hailu, Andreas [Engineering]
Hi Flink team, I'm trying to configure a Flink on YARN with SSL enabled. I've followed the documentation's instruction [1] to generate a Keystore and Truststore locally, and added a the properties to my flink-conf.yaml. security.ssl.rest.keystore: /home/user/ssl/deploy-keys/rest.keystore securi