diff --git a/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil.java b/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil.java index 348755a7a15..82c1f2f8597 100644 --- a/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil.java +++ b/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil.java @@ -38,7 +38,6 @@ import org.apache.hadoop.mapreduce.lib.db.DBInputFormat.NullDBWritable; import org.apache.hadoop.mapreduce.lib.db.DBWritable; import org.apache.hadoop.util.ReflectionUtils; -import org.apache.phoenix.iterate.BaseResultIterators; import org.apache.phoenix.jdbc.PhoenixConnection; import org.apache.phoenix.mapreduce.FormatToBytesWritableMapper; import org.apache.phoenix.mapreduce.ImportPreUpsertKeyValueProcessor; @@ -784,10 +783,8 @@ public static boolean getStatsForParallelizationProp(PhoenixConnection conn, PTa if (tenantId != null) { tenantId = null; } else { - BaseResultIterators.LOGGER.warn( - "Unable to find parent table \"" + parentTableName + "\" of table \"" - + table.getName().getString() + "\" to determine USE_STATS_FOR_PARALLELIZATION", - e); + LOGGER.warn("Unable to find parent table \"" + parentTableName + "\" of table \"" + + table.getName().getString() + "\" to determine USE_STATS_FOR_PARALLELIZATION",e); } } }