Member since
05-08-2018
1
Post
1
Kudos Received
0
Solutions
05-24-2018
06:23 AM
1 Kudo
This works also without copying the jar to all nodes: wget http://repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.4/snappy-java-1.1.4.jar
spark2-shell --jars snappy-java-1.1.4.jar --conf spark.executor.userClassPathFirst=true --conf spark.executor.extraClassPath=snappy-java-1.1.4.jar
... View more