An open API service indexing awesome lists of open source software.

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

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
```