Class AccumuloMultiTableInputFormat

    • Constructor Detail

      • AccumuloMultiTableInputFormat

        public AccumuloMultiTableInputFormat()
        Deprecated.
    • Method Detail

      • setInputTableConfigs

        public static void setInputTableConfigs​(org.apache.hadoop.mapreduce.Job job,
                                                Map<String,​InputTableConfig> configs)
        Deprecated.
        Sets the InputTableConfig objects on the given Hadoop configuration
        Parameters:
        job - the Hadoop job instance to be configured
        configs - the table query configs to be set on the configuration.
        Since:
        1.6.0
      • createRecordReader

        public org.apache.hadoop.mapreduce.RecordReader<Key,​Value> createRecordReader​(org.apache.hadoop.mapreduce.InputSplit inputSplit,
                                                                                            org.apache.hadoop.mapreduce.TaskAttemptContext context)
                                                                                     throws IOException,
                                                                                            InterruptedException
        Deprecated.
        Specified by:
        createRecordReader in class org.apache.hadoop.mapreduce.InputFormat<Key,​Value>
        Throws:
        IOException
        InterruptedException