public class HadoopArchives extends Object implements Tool
HarFileSystem.| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION |
| Constructor and Description |
|---|
HadoopArchives(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConf()
Return the configuration used by this object.
|
static void |
main(String[] args)
the main functions
|
int |
run(String[] args)
the main driver for creating the archives
it takes at least three command line parameters.
|
void |
setConf(Configuration conf)
Set the configuration to be used by this object.
|
public static final int VERSION
public HadoopArchives(Configuration conf)
public void setConf(Configuration conf)
ConfigurablesetConf in interface Configurablepublic Configuration getConf()
ConfigurablegetConf in interface Configurablepublic int run(String[] args) throws Exception
public static void main(String[] args)
Copyright © 2013 Apache Software Foundation. All rights reserved.