org.apache.hadoop.hive.shims
Class Hadoop20SShims.MiniMrShim

java.lang.Object
  extended by org.apache.hadoop.hive.shims.Hadoop20SShims.MiniMrShim
All Implemented Interfaces:
HadoopShims.MiniMrShim
Enclosing class:
Hadoop20SShims

public class Hadoop20SShims.MiniMrShim
extends Object
implements HadoopShims.MiniMrShim

Shim for MiniMrCluster


Constructor Summary
Hadoop20SShims.MiniMrShim(org.apache.hadoop.conf.Configuration conf, int numberOfTaskTrackers, String nameNode, int numDir)
           
 
Method Summary
 int getJobTrackerPort()
           
 void setupConfiguration(org.apache.hadoop.conf.Configuration conf)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hadoop20SShims.MiniMrShim

public Hadoop20SShims.MiniMrShim(org.apache.hadoop.conf.Configuration conf,
                                 int numberOfTaskTrackers,
                                 String nameNode,
                                 int numDir)
                          throws IOException
Throws:
IOException
Method Detail

getJobTrackerPort

public int getJobTrackerPort()
                      throws UnsupportedOperationException
Specified by:
getJobTrackerPort in interface HadoopShims.MiniMrShim
Throws:
UnsupportedOperationException

shutdown

public void shutdown()
              throws IOException
Specified by:
shutdown in interface HadoopShims.MiniMrShim
Throws:
IOException

setupConfiguration

public void setupConfiguration(org.apache.hadoop.conf.Configuration conf)
Specified by:
setupConfiguration in interface HadoopShims.MiniMrShim


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