RE: runShadow: prebuild and build in read-only directory

2020-01-09 Thread Robert Lugg
Confirmed. That worked perfectly. Thank you.

Re: runShadow: prebuild and build in read-only directory

2020-01-09 Thread Kyle Weaver
You can build the job server jar using: ./gradlew runners:flink:1.8:job-server:shadowJar The output jar will be located in: runners/flink/1.8/job-server/build/libs/ You can run the jar using `java -jar`. Hope that helps. On Thu, Jan 9, 2020 at 10:47 AM Robert Lugg wrote: > I am able to run

runShadow: prebuild and build in read-only directory

2020-01-09 Thread Robert Lugg
I am able to run Beam through the python sdk using runShadow for the Flink runner. I manually start runShadow using: ./gradlew -g ~/.gradle :runners:flink:1.8:job-server:runShadow The beam directory, by necessity is in a read-only file system. The only way I can get this to work is: 1.