Uses of Class
org.apache.hadoop.hive.ql.io.RCFile.Writer

Packages that use RCFile.Writer
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of RCFile.Writer in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return RCFile.Writer
static RCFile.Writer Utilities.createRCFileWriter(JobConf jc, FileSystem fs, Path file, boolean isCompressed)
          Create a RCFile output stream based on job configuration Uses user supplied compression flag (rather than obtaining it from the Job Configuration).
 



Copyright © 2012 The Apache Software Foundation