org.apache.accumulo.examples.simple.mapreduce
public class TableToFile extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
accumulo accumulo.examples.mapreduce.TableToFile <username> <password> <tablename> <column> <hdfs-output-path>
Modifier and Type | Class and Description |
---|---|
static class |
TableToFile.TTFMapper
The Mapper class that given a row number, will generate the appropriate output line.
|
Constructor and Description |
---|
TableToFile() |
public int run(String[] args) throws IOException, InterruptedException, ClassNotFoundException, AccumuloSecurityException
run
in interface org.apache.hadoop.util.Tool
IOException
InterruptedException
ClassNotFoundException
AccumuloSecurityException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.