org.apache.hadoop.hbase.util
Class MapreduceDependencyClasspathTool

java.lang.Object
  extended by org.apache.hadoop.hbase.util.MapreduceDependencyClasspathTool
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class MapreduceDependencyClasspathTool
extends Object
implements org.apache.hadoop.util.Tool

Generate a classpath string containing any jars required by mapreduce jobs. Specify additional values by providing a comma-separated list of paths via -Dtmpjars.


Constructor Summary
MapreduceDependencyClasspathTool()
           
 
Method Summary
 org.apache.hadoop.conf.Configuration getConf()
           
static void main(String[] argv)
           
 int run(String[] args)
           
 void setConf(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapreduceDependencyClasspathTool

public MapreduceDependencyClasspathTool()
Method Detail

setConf

public void setConf(org.apache.hadoop.conf.Configuration conf)
Specified by:
setConf in interface org.apache.hadoop.conf.Configurable

getConf

public org.apache.hadoop.conf.Configuration getConf()
Specified by:
getConf in interface org.apache.hadoop.conf.Configurable

run

public int run(String[] args)
        throws Exception
Specified by:
run in interface org.apache.hadoop.util.Tool
Throws:
Exception

main

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


Copyright © 2015 The Apache Software Foundation. All rights reserved.