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.
pip install piglint
git clone git@github.com:crankyadmin/PigLint.git
cd PigLint
chmod +x piglint.py
sudo cp piglint.py /usr/local/bin/piglint
piglint --file your_pig_script.py
- Syntastic support
- It can tidy your pig script, use
--tidy
Open a issue and I'll do my best to fix it.