org.apache.oozie.action.hadoop
Class SqoopMain

java.lang.Object
  extended by org.apache.oozie.action.hadoop.LauncherMain
      extended by org.apache.oozie.action.hadoop.SqoopMain

public class SqoopMain
extends LauncherMain


Field Summary
static String SQOOP_SITE_CONF
           
 
Fields inherited from class org.apache.oozie.action.hadoop.LauncherMain
HADOOP_JOBS
 
Constructor Summary
SqoopMain()
           
 
Method Summary
static void main(String[] args)
           
protected  void run(String[] args)
           
protected  void runSqoopJob(String[] args)
           
static void setSqoopCommand(org.apache.hadoop.conf.Configuration conf, String[] args)
           
static String setUpSqoopLog4J(org.apache.hadoop.conf.Configuration sqoopConf)
           
static org.apache.hadoop.conf.Configuration setUpSqoopSite()
           
 
Methods inherited from class org.apache.oozie.action.hadoop.LauncherMain
getHadoopJobIds, logMasking, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQOOP_SITE_CONF

public static final String SQOOP_SITE_CONF
See Also:
Constant Field Values
Constructor Detail

SqoopMain

public SqoopMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

setUpSqoopSite

public static org.apache.hadoop.conf.Configuration setUpSqoopSite()
                                                           throws Exception
Throws:
Exception

setUpSqoopLog4J

public static String setUpSqoopLog4J(org.apache.hadoop.conf.Configuration sqoopConf)
                              throws IOException
Throws:
IOException

run

protected void run(String[] args)
            throws Exception
Specified by:
run in class LauncherMain
Throws:
Exception

runSqoopJob

protected void runSqoopJob(String[] args)
                    throws Exception
Throws:
Exception

setSqoopCommand

public static void setSqoopCommand(org.apache.hadoop.conf.Configuration conf,
                                   String[] args)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.