org.apache.pig
Class Main

java.lang.Object
  extended by org.apache.pig.Main

public class Main
extends Object


Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          The Main-Class for the Pig Jar that will provide a shell and setup a classpath appropriate for executing Jar files.
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
The Main-Class for the Pig Jar that will provide a shell and setup a classpath appropriate for executing Jar files.

Parameters:
args - -jar can be used to add additional jar files (colon separated). - will start a shell. -e will execute the rest of the command line as if it was input to the shell.
Throws:
IOException

usage

public static void usage()


Copyright © ${year} The Apache Software Foundation