From dev-return-4434-apmail-tez-dev-archive=tez.apache.org@tez.apache.org Thu Jun 14 00:00:53 2018 Return-Path: X-Original-To: apmail-tez-dev-archive@minotaur.apache.org Delivered-To: apmail-tez-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1201183B9 for ; Thu, 14 Jun 2018 00:00:52 +0000 (UTC) Received: (qmail 9454 invoked by uid 500); 14 Jun 2018 00:00:52 -0000 Delivered-To: apmail-tez-dev-archive@tez.apache.org Received: (qmail 9403 invoked by uid 500); 14 Jun 2018 00:00:52 -0000 Mailing-List: contact dev-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list dev@tez.apache.org Received: (qmail 9391 invoked by uid 99); 14 Jun 2018 00:00:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2018 00:00:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1CF57E0ABE; Thu, 14 Jun 2018 00:00:52 +0000 (UTC) From: bjmb To: dev@tez.apache.org Reply-To: dev@tez.apache.org References: In-Reply-To: Subject: [GitHub] tez pull request #22: [WIP][TEZ-3904] An API to update tokens for Tez AM and... Content-Type: text/plain Message-Id: <20180614000052.1CF57E0ABE@git1-us-west.apache.org> Date: Thu, 14 Jun 2018 00:00:52 +0000 (UTC) Github user bjmb commented on a diff in the pull request: https://github.com/apache/tez/pull/22#discussion_r195270455 --- Diff: tez-runtime-internals/src/main/java/org/apache/tez/runtime/task/TezTaskRunner2.java --- @@ -132,7 +135,7 @@ public TezTaskRunner2(Configuration tezConf, UserGroupInformation ugi, String[] ObjectRegistry objectRegistry, String pid, ExecutionContext executionContext, long memAvailable, boolean updateSysCounters, HadoopShim hadoopShim, - TezExecutors sharedExecutor) throws + TezExecutors sharedExecutor, SystemEventHandler systemEventHandler) throws --- End diff -- Same with this API ---