Shading worked pretty well for me when I ran into an issue similar to yours.
POM is all you need to change.
org.apache.maven.plugins
maven-shade-plugin
1.6
package
s
Shading is the answer. It should be transparent to you though if you
only apply it at the module where you create the deployable assembly
JAR.
On Tue, Feb 16, 2016 at 5:08 PM, Martin Skøtt wrote:
> Hi,
>
> I recently started experimenting with Spark Streaming for ingesting and
> enriching content
Hi,
I recently started experimenting with Spark Streaming for ingesting and
enriching content from a Kafka stream. Being new to Spark I expected a bit
of a learning curve, but not with something as simple a using JSON data!
I have a JAR with common classes used across a number of Java projects
wh