Skip to content

crankyadmin/PigLint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Apache Pig syntax checker

Why?

During my day job (as a developer) I found myself writing loads of Apache Pig. Over time I became rather annoyed with the lack of development tools forgo PigLint and pig-ctags where born. I'll be maintaining this code as an ongoing concern, I also fully welcome pull requests to make it even more awesome.

Installation

The easy way

pip install piglint

The easyish way

git clone git@github.com:crankyadmin/PigLint.git
cd PigLint
chmod +x piglint.py
sudo cp piglint.py /usr/local/bin/piglint

Usage

piglint --file your_pig_script.py

Goodies

  • Syntastic support
  • It can tidy your pig script, use --tidy

Whoa dude you have a bug

Open a issue and I'll do my best to fix it.

About

Syntax checker for Apaches Pig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages