Repository: crunch Updated Branches: refs/heads/master 3088d8275 -> e3141009a
remove some trailing whitespace. Signed-off-by: tzolov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/e3141009 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/e3141009 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/e3141009 Branch: refs/heads/master Commit: e3141009a4eb818f3826bbd55b81365cb518c0a8 Parents: 6543ded Author: tzolov <[email protected]> Authored: Thu Jan 8 22:08:51 2015 +0100 Committer: tzolov <[email protected]> Committed: Fri Jan 9 00:35:37 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/crunch/impl/mr/plan/DotfileUtills.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/e3141009/crunch-core/src/main/java/org/apache/crunch/impl/mr/plan/DotfileUtills.java ---------------------------------------------------------------------- diff --git a/crunch-core/src/main/java/org/apache/crunch/impl/mr/plan/DotfileUtills.java b/crunch-core/src/main/java/org/apache/crunch/impl/mr/plan/DotfileUtills.java index dc372f5..7b401cb 100644 --- a/crunch-core/src/main/java/org/apache/crunch/impl/mr/plan/DotfileUtills.java +++ b/crunch-core/src/main/java/org/apache/crunch/impl/mr/plan/DotfileUtills.java @@ -122,13 +122,13 @@ public class DotfileUtills { void buildPlanDotfile(MRExecutor exec, Multimap<Target, JobPrototype> assignments, MRPipeline pipeline, int lastJobID) { try { DotfileWriter dotfileWriter = new DotfileWriter(); - + for (JobPrototype proto : Sets.newHashSet(assignments.values())) { dotfileWriter.addJobPrototype(proto); } planDotFile = dotfileWriter.buildDotfile(); - + } catch (Exception ex) { LOG.error("Problem creating debug dotfile:", ex); }
