ctx.getCounter("aegisthus", "rows_written").increment(1L);
}
@Override
protected void setup(Context context) throws IOException, InterruptedException {
StorageHelper sh = new StorageHelper(context);
Path outputDir = new Path(sh.getBaseTaskAttemptTempLocation());
FileSystem fs = outputDir.getFileSystem(context.getConfiguration());
String filename = String.format("%s-%s-%05d0%04d-Data.db",
context.getConfiguration().get("aegisthus.dataset", "keyspace-dataset"), Version.current_version,
context.getTaskAttemptID().getTaskID().getId(), context.getTaskAttemptID().getId());
Path outputFile = new Path(outputDir, filename);