| License |
License |
|---|---|
| GroupId | GroupIdcom.yahoo.bullet |
| ArtifactId | ArtifactIdbullet-spark |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbullet-spark
This is the implementation of Bullet - a real-time query engine - in Apache Spark.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bullet-spark-1.2.2.pom | |
| bullet-spark-1.2.2.jar | 100 KB |
| bullet-spark-1.2.2-standalone.jar | 9 MB |
| bullet-spark-1.2.2-sources.jar | 29 KB |
| bullet-spark-1.2.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-spark/ -->
<dependency>
<groupId>com.yahoo.bullet</groupId>
<artifactId>bullet-spark</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-spark/
implementation 'com.yahoo.bullet:bullet-spark:1.2.2'
// https://jarcasting.com/artifacts/com.yahoo.bullet/bullet-spark/
implementation ("com.yahoo.bullet:bullet-spark:1.2.2")
'com.yahoo.bullet:bullet-spark:jar:1.2.2'
<dependency org="com.yahoo.bullet" name="bullet-spark" rev="1.2.2">
<artifact name="bullet-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.bullet', module='bullet-spark', version='1.2.2')
)
libraryDependencies += "com.yahoo.bullet" % "bullet-spark" % "1.2.2"
[com.yahoo.bullet/bullet-spark "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang.modules : scala-java8-compat_2.12 | jar | 0.9.1 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.1 |
| com.yahoo.bullet : bullet-core | jar | 1.5.2 |
| org.apache.avro : avro | jar | 1.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.8 |
| org.apache.spark : spark-streaming_2.12 | jar | 3.0.1 |
| org.apache.spark : spark-core_2.12 | jar | 3.0.1 |
| org.eclipse.jetty : jetty-servlet | jar | 8.1.14.v20131031 |
| com.yahoo.bullet : bullet-dsl | jar | 1.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.yahoo.bullet : bullet-core | test-jar | 1.5.2 |
| org.scalatest : scalatest_2.12 | jar | 3.0.8 |