org.apache.hadoop.hive.ql
Class TestLocationQueries.CheckResults

java.lang.Object
  extended by org.apache.hadoop.hive.ql.QTestUtil
      extended by org.apache.hadoop.hive.ql.TestLocationQueries.CheckResults
Enclosing class:
TestLocationQueries

public static class TestLocationQueries.CheckResults
extends QTestUtil

Our own checker - validate the location of the partition.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.QTestUtil
QTestUtil.QTestSetup, QTestUtil.QTRunner
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.QTestUtil
conf, logDir, outDir, overWrite, srcTables
 
Constructor Summary
TestLocationQueries.CheckResults(String outDir, String logDir, boolean miniMr, String hadoopVer, String locationSubdir)
           
 
Method Summary
 int checkCliDriverResults(String tname)
          Validate only that the location is correct.
 
Methods inherited from class org.apache.hadoop.hive.ql.QTestUtil
addFile, addFile, analyzeAST, checkNegativeResults, checkParseResults, checkPlan, cleanUp, clearPostTestEffects, clearTestSideEffects, cliInit, cliInit, convertSequenceFileToTextFile, copyDirectoryToLocal, createSources, deleteDirectory, execute, executeClient, executeOne, getLogDirectory, getOutputDirectory, getQMap, init, init, initConf, normalizeNames, outPath, outputTestFailureHelpMessage, parseQuery, queryListRunnerMultiThreaded, queryListRunnerSetup, queryListRunnerSingleThreaded, resetParser, shouldBeSkipped, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLocationQueries.CheckResults

public TestLocationQueries.CheckResults(String outDir,
                                        String logDir,
                                        boolean miniMr,
                                        String hadoopVer,
                                        String locationSubdir)
                                 throws Exception
Throws:
Exception
Method Detail

checkCliDriverResults

public int checkCliDriverResults(String tname)
                          throws Exception
Validate only that the location is correct.

Overrides:
checkCliDriverResults in class QTestUtil
Returns:
non-zero if it failed
Throws:
Exception


Copyright © 2013 The Apache Software Foundation