org.apache.hadoop.hive.common
Class CompressionUtils
java.lang.Object
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.
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 |
CompressionUtils
public CompressionUtils()
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