Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62144104B6 for ; Sat, 15 Jun 2013 02:33:59 +0000 (UTC) Received: (qmail 19604 invoked by uid 500); 15 Jun 2013 02:33:59 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 19576 invoked by uid 500); 15 Jun 2013 02:33:59 -0000 Mailing-List: contact commits-help@tez.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.incubator.apache.org Delivered-To: mailing list commits@tez.incubator.apache.org Received: (qmail 19569 invoked by uid 99); 15 Jun 2013 02:33:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jun 2013 02:33:59 +0000 X-ASF-Spam-Status: No, hits=-2000.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 15 Jun 2013 02:33:56 +0000 Received: (qmail 19517 invoked by uid 99); 15 Jun 2013 02:33:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jun 2013 02:33:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E50C9881D2B; Sat, 15 Jun 2013 02:33:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sseth@apache.org To: commits@tez.incubator.apache.org Message-Id: <7f4adce033e54d18aafd22de010167ed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: TEZ-242. Remove print statement in YARNRunner. (sseth) Date: Sat, 15 Jun 2013 02:33:33 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 116126f9e -> f8b47f19a TEZ-242. Remove print statement in YARNRunner. (sseth) Project: http://git-wip-us.apache.org/repos/asf/incubator-tez/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tez/commit/f8b47f19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tez/tree/f8b47f19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tez/diff/f8b47f19 Branch: refs/heads/master Commit: f8b47f19adef63c0f0fb8567ef6ba281582e8722 Parents: 116126f Author: Siddharth Seth Authored: Fri Jun 14 19:33:13 2013 -0700 Committer: Siddharth Seth Committed: Fri Jun 14 19:33:13 2013 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/tez/mapreduce/YARNRunner.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/f8b47f19/tez-yarn-client/src/main/java/org/apache/tez/mapreduce/YARNRunner.java ---------------------------------------------------------------------- diff --git a/tez-yarn-client/src/main/java/org/apache/tez/mapreduce/YARNRunner.java b/tez-yarn-client/src/main/java/org/apache/tez/mapreduce/YARNRunner.java index 1a1e60c..cc75756 100644 --- a/tez-yarn-client/src/main/java/org/apache/tez/mapreduce/YARNRunner.java +++ b/tez-yarn-client/src/main/java/org/apache/tez/mapreduce/YARNRunner.java @@ -496,7 +496,6 @@ public class YARNRunner implements ClientProtocol { FileSystem fs = FileSystem.get(conf); // Loads the job.xml written by the user. JobConf jobConf = new JobConf(new TezConfiguration(conf)); - MultiStageMRConfigUtil.printConf(jobConf); // Extract individual raw MR configs. Configuration[] stageConfs = MultiStageMRConfToTezTranslator