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
  • 9 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 8K
  • Win 3K
  • Mac 4K
  • Linux 1K
Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11
Windows 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 0 0 0 0 1 0 0 1 0 1 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 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 1 0 0
Linux 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 0 0 0 0 0 0 0 0 0 0 0

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