Re: Testing flink class loading

2018-02-06 Thread Aljoscha Krettek
Hi, You can take a look at test-infra/end-to-end-test/test_streaming_classloader.sh to see how that testing job is used in the actual test. Best, Aljoscha > On 6. Feb 2018, at 07:55, Data Engineer wrote: > > I am trying to run the ClassLoaderTestProgram on flink. > > 1. I have started Flink

Testing flink class loading

2018-02-05 Thread Data Engineer
I am trying to run the ClassLoaderTestProgram on flink. 1. I have started Flink in local mode with the following command: bin/jobmanager.sh start local 2. I ran the ClassLoaderTestProgram jar: bin/flink run ClassLoaderTestProgram.jar --resolve-first child --output out.txt I get a