RE: How to send local files to a flink job on YARN

2017-07-13 Thread Guy Harmach
–files flag that is used to pass local files to the driver. Any solution other than manually copying/deleting the file to HDFS? From: Jörn Franke [mailto:jornfra...@gmail.com] Sent: Thursday, July 13, 2017 6:36 PM To: Guy Harmach Cc: user@flink.apache.org Subject: Re: How to send local files

How to send local files to a flink job on YARN

2017-07-13 Thread Guy Harmach
Hi, I'm running a flink job on YARN. I'd like to pass yaml configuration files to the job. I tried to use the flink cli -yarnship flag to point to a directory containing the file, but wasn't able to get it in the job. Can someone give an example of how to send local files and how to read them in