org.apache.hadoop.hive.common
Class CompressionUtils

java.lang.Object
  extended by org.apache.hadoop.hive.common.CompressionUtils

public class CompressionUtils
extends Object

This class contains methods used for the purposes of compression, this class should not be accessed from code run in Hadoop.


Constructor Summary
CompressionUtils()
           
 
Method Summary
static void tar(String parentDir, String[] inputFiles, String outputFile)
          Archive all the files in the inputFiles into outputFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressionUtils

public CompressionUtils()
Method Detail

tar

public static void tar(String parentDir,
                       String[] inputFiles,
                       String outputFile)
                throws IOException
Archive all the files in the inputFiles into outputFile

Parameters:
inputFiles -
outputFile -
Throws:
IOException


Copyright © 2013 The Apache Software Foundation