org.apache.hadoop.conf.Configuration conf = new org.apache.hadoop.conf.Configuration();
FileSystem fileSys = FileSystem.get(conf);
DataInput in = new DataInputStream(new BufferedInputStream(fileSys.open(path)));
TTable_monolithic_IFAs tt = new TTable_monolithic_IFAs();
tt.readFields(in);
return tt;
}
public static class M1ViterbiMapper extends MapReduceBase