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

java.lang.Object
  extended by org.apache.hadoop.hive.shims.Hadoop23Shims.MiniMrShim
All Implemented Interfaces:
HadoopShims.MiniMrShim
Direct Known Subclasses:
Hadoop23Shims.MiniTezShim
Enclosing class:
Hadoop23Shims

public class Hadoop23Shims.MiniMrShim
extends Object
implements HadoopShims.MiniMrShim

Shim for MiniMrCluster


Constructor Summary
Hadoop23Shims.MiniMrShim()
           
Hadoop23Shims.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

Hadoop23Shims.MiniMrShim

public Hadoop23Shims.MiniMrShim()

Hadoop23Shims.MiniMrShim

public Hadoop23Shims.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.