Download spark-shims-0.8.0.jar file - Jar s

Jar examples for s:spark-shims

Description

Zeppelin Spark Support

You can download jar file spark-shims 0.8.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spark-shims-0.8.0.jar to your project.

<dependency>
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark-shims</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'org.apache.zeppelin', name: 'spark-shims', version: '0.8.0'
libraryDependencies += "org.apache.zeppelin" % "spark-shims" % "0.8.0"
<dependency org="org.apache.zeppelin" name="spark-shims" rev="0.8.0"/>
@Grapes(@Grab(group='org.apache.zeppelin', module='spark-shims', version='0.8.0'))
'org.apache.zeppelin:spark-shims:jar:0.8.0'

Download

Click the following link to download the jar file.

spark-shims-0.8.0.jar
spark-shims-0.8.0.pom



Related Tutorials