String tableName, String partitionFilter, String ... additionalOptions) {
EdgeInputFormatDescription description =
new EdgeInputFormatDescription(HiveEdgeInputFormat.class);
description.addParameter(
HIVE_EDGE_INPUT.getClassOpt().getKey(), hiveToEdgeClass.getName());
description.addParameter(HIVE_EDGE_INPUT.getProfileIdOpt().getKey(),
"edge_input_profile_" + edgeInputDescriptions.size());
description.addParameter(
HIVE_EDGE_INPUT.getTableOpt().getKey(), tableName);
if (partitionFilter != null && !partitionFilter.isEmpty()) {
description.addParameter(