public class HadoopArchives extends Object implements Tool
HarFileSystem
.限定符和类型 | 字段和说明 |
---|---|
static int |
VERSION |
构造器和说明 |
---|
HadoopArchives(Configuration conf) |
限定符和类型 | 方法和说明 |
---|---|
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)
Configurable
setConf
在接口中 Configurable
public Configuration getConf()
Configurable
getConf
在接口中 Configurable
public int run(String[] args) throws Exception
public static void main(String[] args)
Copyright © 2009 The Apache Software Foundation