brandonkearby / intellij-pig

Pig Plugin adds Apache Pig Language support to IntelliJ.
Other
19 stars 9 forks source link

IntelliJ - Pig Plugin

Pig Plugin adds Apache Pig Language support to IntelliJ.

Features

Installation

Install from the IntelliJ plugin repo.

Authors

How to get started developing

  1. Check out with git
  2. Set up intellij for plugin development https://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development#GettingStartedwithPluginDevelopment-anchor2
  3. Install grammar kit plugin
  4. DO NOT Install jflex plugin. The grammar kit plugin is sufficient.
  5. "Generate parser code" by right clicking on the Pig.bnf file
  6. "Run jflex generator" by right clicking on the Pig.flex file
  7. Go through the Intellij tutorial if you get stuck (https://confluence.jetbrains.com/display/IntelliJIDEA/Custom+Language+Support)

Change log

Version 1.7

Version 1.6

Version 1.5

Version 1.4

I'm happy to announce that rmelick and brandon.kearby have unified their efforts in the IntelliJ Pig Language Plugin. This release includes any deltas between our codebases.

Version 1.3

Version 1.2

Version 1.1: