org.apache.hadoop.hive.ql.io.orc
Class TestInputOutputFormat

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.orc.TestInputOutputFormat

public class TestInputOutputFormat
extends Object


Nested Class Summary
static class TestInputOutputFormat.MyRow
           
 
Field Summary
 org.junit.rules.TestName testCaseName
           
 
Constructor Summary
TestInputOutputFormat()
           
 
Method Summary
 void openFileSystem()
           
 void testDefaultTypes()
           
 void testEmptyFile()
           
 void testInOutFormat()
           
 void testMROutput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testCaseName

public org.junit.rules.TestName testCaseName
Constructor Detail

TestInputOutputFormat

public TestInputOutputFormat()
Method Detail

openFileSystem

public void openFileSystem()
                    throws Exception
Throws:
Exception

testInOutFormat

public void testInOutFormat()
                     throws Exception
Throws:
Exception

testMROutput

public void testMROutput()
                  throws Exception
Throws:
Exception

testEmptyFile

public void testEmptyFile()
                   throws Exception
Throws:
Exception

testDefaultTypes

public void testDefaultTypes()
                      throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation