Re: A problem with nexmark build

2021-05-17 Thread Brian Hulette
Hm it looks like there may be a bug in our gradle config, it doesn't seem to make a shaded jar for use with Spark (see this comment on the PR that added this to the website [1]). Maybe we need to add a shadowJar configuration to :sdks:java:testing:nexmark? +dev does anyone have context on this?

A problem with nexmark build

2021-05-12 Thread Tao Li
Hi Beam community, I have been following this nexmark doc: https://beam.apache.org/documentation/sdks/java/testing/nexmark/ I ran into a problem with “Running query 0 on a Spark cluster with Apache Hadoop YARN” section. I was following the instruction by running “./gradlew :sdks:java:testing: