| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.apache.datafu |
| ArtifactId | ArtifactIddatafu-pig |
| Last Version | Last Version1.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache DataFu
Librares that make easier to solve data problems using Hadoop and higher level languages based on it.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| datafu-pig-1.6.1.pom | |
| datafu-pig-1.6.1.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.datafu/datafu-pig/ -->
<dependency>
<groupId>org.apache.datafu</groupId>
<artifactId>datafu-pig</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.datafu/datafu-pig/
implementation 'org.apache.datafu:datafu-pig:1.6.1'
// https://jarcasting.com/artifacts/org.apache.datafu/datafu-pig/
implementation ("org.apache.datafu:datafu-pig:1.6.1")
'org.apache.datafu:datafu-pig:jar:1.6.1'
<dependency org="org.apache.datafu" name="datafu-pig" rev="1.6.1">
<artifact name="datafu-pig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.datafu', module='datafu-pig', version='1.6.1')
)
libraryDependencies += "org.apache.datafu" % "datafu-pig" % "1.6.1"
[org.apache.datafu/datafu-pig "1.6.1"]