p

pig-annotations

pig-annotations is a class library that makes it easy to load your custom serialized java objects into pig as proper pig Tuples with a well-defined schema.
https://github.com/intentmedia/pig-annotations
The MIT License
Files download
File Operation
pig-annotations-0.0.2.jar download
pig-annotations-0.0.2.pom download
pig-annotations-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.intentmedia</groupId>
  <artifactId>pig-annotations</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.intentmedia:pig-annotations:0.0.2'
Gradle Kotlin
implementation("com.intentmedia:pig-annotations:0.0.2")
Scala SBT
libraryDependencies += "com.intentmedia" % "pig-annotations" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.intentmedia', module='pig-annotations', version='0.0.2')
)
Apache Ivy
<dependency org="com.intentmedia" name="pig-annotations" rev="0.0.2" />
Leiningen
[com.intentmedia/pig-annotations "0.0.2"]
Apache Buildr
'com.intentmedia:pig-annotations:jar:0.0.2'