Class AccumuloMultiTableInputFormat

    • Constructor Detail

      • AccumuloMultiTableInputFormat

        public AccumuloMultiTableInputFormat()
        Deprecated.
    • Method Detail

      • setInputTableConfigs

        public static void setInputTableConfigs​(org.apache.hadoop.mapred.JobConf 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
      • getRecordReader

        public org.apache.hadoop.mapred.RecordReader<Key,​Value> getRecordReader​(org.apache.hadoop.mapred.InputSplit split,
                                                                                      org.apache.hadoop.mapred.JobConf job,
                                                                                      org.apache.hadoop.mapred.Reporter reporter)
                                                                               throws IOException
        Deprecated.
        Throws:
        IOException