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

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

public class Hadoop23Shims.MiniTezShim
extends Hadoop23Shims.MiniMrShim

Shim for MiniTezCluster


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

public Hadoop23Shims.MiniTezShim(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
Overrides:
getJobTrackerPort in class Hadoop23Shims.MiniMrShim
Throws:
UnsupportedOperationException

shutdown

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

setupConfiguration

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


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