Sign inSign up

tinchou/apache-pig

By tinchou

Updated over 9 years ago

An Apache Pig local environment

Image
0

2.3K

tinchou/apache-pig repository overview

Apache Pig

  1. inherits from java:7-jre
  2. downloads Apache Pig (see)
  3. adds Pig to PATH
  4. runs pig in local mode

How to use

  1. running Grunt console
    docker run --rm -it tinchou/apache-pig
    
  2. running a script in the current folder
    docker run --rm -it -v /your/host/dir/with/code:/code:rw tinchou/apache-pig your_script.pig
    

Thanks

Thanks to Martin Chalupa for creating the original image I used for reference.

Tag summary

Content type

Image

Digest

sha256:b6a2996ea

Size

371.9 MB

Last updated

over 9 years ago

docker pull tinchou/apache-pig