org.apache.hadoop.hive.ql.io.rcfile.merge
Class RCFileBlockMergeOutputFormat

java.lang.Object
  extended by 
      extended by org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeOutputFormat

public class RCFileBlockMergeOutputFormat
extends


Constructor Summary
RCFileBlockMergeOutputFormat()
           
 
Method Summary
static Path getMergeOutputPath(JobConf conf)
           
  getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
static void setMergeOutputPath(JobConf job, Path path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCFileBlockMergeOutputFormat

public RCFileBlockMergeOutputFormat()
Method Detail

setMergeOutputPath

public static void setMergeOutputPath(JobConf job,
                                      Path path)

getMergeOutputPath

public static Path getMergeOutputPath(JobConf conf)

getRecordWriter

public  getRecordWriter(FileSystem ignored,
                             JobConf job,
                             String name,
                             Progressable progress)
                      throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation