Skip to content

Commit

Permalink
Minor, remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne1c authored and nichunen committed Jun 5, 2019
1 parent c3a7110 commit 745842b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ private void setupMapper(CubeSegment cubeSeg) throws IOException {
job.setOutputKeyClass(BytesWritable.class);
job.setOutputValueClass(Text.class);
job.setOutputFormatClass(SequenceFileOutputFormat.class);
job.setNumReduceTasks(0);
}

private static void appendKafkaOverrideProperties(final KylinConfig kylinConfig, Configuration conf) {
Expand Down

0 comments on commit 745842b

Please sign in to comment.