1
|
This project is a patched version of
|
2
|
|
3
|
**Cloudera's Avro-JSON proxy for Hadoop Streaming**
|
4
|
|
5
|
The goal of this patch is to introduce a way of passing fully qualified names of classes that define the input and output schemas in the Oozie description. The default approach of this library is to accept either a full schema given in XML property or a path to a file stored somewhere in the filesystem.
|
6
|
|
7
|
See the parent directory of this directory for:
|
8
|
|
9
|
- the original source,
|
10
|
- scripts for downloading the original source and,
|
11
|
- scripts for applying the patch in order to create this project.
|