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

https://github.com/caesar0301/pig-config

Configurations for basic Pig development.
https://github.com/caesar0301/pig-config

Last synced: about 1 year ago
JSON representation

Configurations for basic Pig development.

Awesome Lists containing this project

README

          

pig-config
-----------

This repository aims to prepare and configure basic env. to develop Pig programs.

This env facilitates `~/.pigbootup` file to "REGISTER" and "DECLAIRE" some common variables and pacakges. You do not require to make these declairations in each script any more.

Currently, following packages are installed:

* piggybank
* datafu
* elephant-bird
* piggybox (caesar0301/piggybox)

NOTE: more about piggybank

* piggybank.jar: for hadoop 0.20
* piggybank-23.jar: for hadoop 0.23

Installation
-------------

Simply run the `install.sh` script:

$ ./install.sh