https://github.com/sketchingdev/pigscript-avro-test
An example of writing tests for an Apache Pig Script that loads data from an Avro file
https://github.com/sketchingdev/pigscript-avro-test
avro java pigscripts testing
Last synced: 9 days ago
JSON representation
An example of writing tests for an Apache Pig Script that loads data from an Avro file
- Host: GitHub
- URL: https://github.com/sketchingdev/pigscript-avro-test
- Owner: SketchingDev
- Created: 2016-08-28T18:08:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T18:43:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T17:14:16.597Z (over 1 year ago)
- Topics: avro, java, pigscripts, testing
- Language: Java
- Homepage: https://sketchingdev.co.uk/blog/unit-testing-avro-pig-script.html
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PigScript Avro Test
===================
This maven project accompanies my [blog post on writing tests for an Apache Pig Script that loads data from an Avro file](https://sketchingdev.co.uk/blog/unit-testing-avro-pig-script.html).
The simplest way of running the project is via the `test` phase:
```
$> mvn clean test
```