appender.addTuple(tuple);
}
appender.close();
FileStatus status = fs.getFileStatus(tablePath);
FileFragment tablet = new FileFragment("table1_1", status.getPath(), 0, status.getLen());
SortSpec[] sortKeys = new SortSpec[2];
sortKeys[0] = new SortSpec(schema.getColumn("long"), true, false);
sortKeys[1] = new SortSpec(schema.getColumn("double"), true, false);