License |
License |
---|---|
GroupId | GroupIdorg.apache.hudi |
ArtifactId | ArtifactIdhudi-spark-common |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhudi-spark-common
Apache Hudi brings stream style processing on big data
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
hudi-spark-common-0.8.0.pom | |
hudi-spark-common-0.8.0.jar | 43 KB |
hudi-spark-common-0.8.0-tests.jar | 14 KB |
hudi-spark-common-0.8.0-sources.jar | 22 KB |
hudi-spark-common-0.8.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hudi/hudi-spark-common/ -->
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark-common</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hudi/hudi-spark-common/
implementation 'org.apache.hudi:hudi-spark-common:0.8.0'
// https://jarcasting.com/artifacts/org.apache.hudi/hudi-spark-common/
implementation ("org.apache.hudi:hudi-spark-common:0.8.0")
'org.apache.hudi:hudi-spark-common:jar:0.8.0'
<dependency org="org.apache.hudi" name="hudi-spark-common" rev="0.8.0">
<artifact name="hudi-spark-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hudi', module='hudi-spark-common', version='0.8.0')
)
libraryDependencies += "org.apache.hudi" % "hudi-spark-common" % "0.8.0"
[org.apache.hudi/hudi-spark-common "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
org.apache.hudi : hudi-client-common | jar | 0.8.0 |
org.apache.hudi : hudi-spark-client | jar | 0.8.0 |
org.apache.hudi : hudi-common | jar | 0.8.0 |
org.apache.hudi : hudi-hive-sync | jar | 0.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-sql_2.11 | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hudi : hudi-client-common | test-jar | 0.8.0 |
org.apache.hudi : hudi-spark-client | test-jar | 0.8.0 |
org.apache.hudi : hudi-common | test-jar | 0.8.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-M1 |