public class FsShell extends Configured implements Tool
Modifier and Type | Field and Description |
---|---|
static SimpleDateFormat |
dateForm |
protected FileSystem |
fs |
protected static SimpleDateFormat |
modifFmt |
Constructor and Description |
---|
FsShell() |
FsShell(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static String |
byteDesc(long len)
Deprecated.
Consider using
StringUtils.byteDesc(long) instead. |
void |
close() |
Path |
getCurrentTrashDir()
Returns the Trash object associated with this shell.
|
protected void |
init() |
static String |
limitDecimalTo2(double d)
Deprecated.
Consider using
StringUtils.limitDecimalTo2(double) instead. |
static void |
main(String[] argv)
main() has some simple utility methods
|
int |
run(String[] argv)
run
|
getConf, setConf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConf, setConf
protected FileSystem fs
public static final SimpleDateFormat dateForm
protected static final SimpleDateFormat modifFmt
public FsShell()
public FsShell(Configuration conf)
protected void init() throws IOException
IOException
public Path getCurrentTrashDir()
@Deprecated public static String byteDesc(long len)
StringUtils.byteDesc(long)
instead.@Deprecated public static String limitDecimalTo2(double d)
StringUtils.limitDecimalTo2(double)
instead.public void close() throws IOException
IOException
Copyright © 2010 The Apache Software Foundation