ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Apache Pig

by chrislongo ALL

Package for Apache Pig support in Sublime Text 2 and 3

Details

  • 2015.02.07.22.14.25
  • github.​com
  • github.​com
  • 10 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 8K
  • Win 3K
  • Mac 4K
  • Linux 1K
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2

Readme

Source
raw.​githubusercontent.​com

Info

Work in progress. Supports syntax highlighting and command completion for most Pig functions and keywords.

Build (Super+B) will run the script under “pig -x local”.

Issues

  • Error line highlighting not working.
  • Currently some minor keywords and functions.

Install

Easy

Install via Package Control

Hard

  • Change to Sublime Text packages folder:

    • OS: ~/Library/Application Support/Sublime Text 2/Packages/User
    • Windows: %APPDATA%\Sublime Text 2\Packages\User
    • Linux: ~/.config/sublime-text-2/Packages/User
  • Run the command:

    git clone git://github.com/chrislongo/Pig.git

  • Preferences->Package Settings->Pig->Settings Default contains settings that can be tweaked per system.

    • java_home:” Your JAVA_HOME enviroment variable (needed if not set at the system level).
    • pig_home:” Where Pig is installed on your system if the Pig binary in not in the system path.
    • execution_mode:” Whether to run in local or mapreduce mode (see Pig docs).
    • pig_classpath:” May be needed per system when run in mapreduce mode.
    • log4j_properties:” You can specify a custom log4j.properties for prettier output.

Help

Error: JAVA_HOME is not set.

Set “java_home” in your Pig.sublime-settings file.

[Errno 2] No such file or directory

Set “pig_home” in your Pig.sublime-settings file.

Attribution

Syntax highlighting based on Tommy Chheng's TextMate Bundle:

https://github.com/tc/pig-latin-tmbundle