Re: Using Google Cloud Storage for checkpointing

2018-06-30 Thread Till Rohrmann
Glad to hear it! On Sat, Jun 30, 2018 at 9:48 AM Rohil Surana wrote: > Thanks Till, > > On trying locally the setup seemed to have worked until I submitted jobs > to it, it started giving me ClassNotFoundExceptions for some other classes. > So I created a new shaded fat jar from the gcs-connecto

Re: Using Google Cloud Storage for checkpointing

2018-06-30 Thread Rohil Surana
Thanks Till, On trying locally the setup seemed to have worked until I submitted jobs to it, it started giving me ClassNotFoundExceptions for some other classes. So I created a new shaded fat jar from the gcs-connector source code, which worked locally and on K8s. Thanks for all the help. Rohil

Re: Using Google Cloud Storage for checkpointing

2018-06-29 Thread Till Rohrmann
Hi Rohil, this sounds a little bit strange. If the GoogleHadoopFileSystem jar is on the classpath and the implementation is specified in core-site.xml, then the Hadoop Filesystem should be able to load the GCS filesystem. I just tried it out locally (without K8s though) and it seemed to work. Cou

Using Google Cloud Storage for checkpointing

2018-06-28 Thread Rohil Surana
Hi I was trying to setup checkpointing on Google Cloud Storage with Flink on Kubernetes, but was facing issues with Google Cloud Storage Connector classes not loading, even though in the logs I can see it being included in the classpath. Logs showing classpath - *https://pastebin.com/R1P7Eepz