Hello,
My team is trying to run the Beam examples on a Hadoop cluster and are running
into issues. Our current method is to compile all of the Beam files into
several jars, move those jars onto the cluster, and use Hadoop's 'jar' command
to run a class from there. The issue we've been running into is that certain
dependencies are not included in the jars.
Is there a way to force the compilation to include all dependencies? Is there a
different way we should be going about this?
Thank you,Will Walters.