Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8A858200C42 for ; Sat, 11 Mar 2017 00:16:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 890B6160B82; Fri, 10 Mar 2017 23:16:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D3A04160B79 for ; Sat, 11 Mar 2017 00:16:44 +0100 (CET) Received: (qmail 66926 invoked by uid 500); 10 Mar 2017 23:16:44 -0000 Mailing-List: contact commits-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 commits@tez.apache.org Received: (qmail 66917 invoked by uid 99); 10 Mar 2017 23:16:43 -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; Fri, 10 Mar 2017 23:16:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DE3F7DFAB2; Fri, 10 Mar 2017 23:16:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhiyuany@apache.org To: commits@tez.apache.org Message-Id: <8da76c1498f1418fa352fc5e86bba549@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-3655. Specify netty version instead of inheriting from hadoop dependency. (zhiyuany) Date: Fri, 10 Mar 2017 23:16:43 +0000 (UTC) archived-at: Fri, 10 Mar 2017 23:16:45 -0000 Repository: tez Updated Branches: refs/heads/master c6d4908eb -> c11810440 TEZ-3655. Specify netty version instead of inheriting from hadoop dependency. (zhiyuany) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c1181044 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c1181044 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c1181044 Branch: refs/heads/master Commit: c118104402b15ab8d5375708f9f471dd6f3b94ed Parents: c6d4908 Author: Zhiyuan Yang Authored: Fri Mar 10 15:07:36 2017 -0800 Committer: Zhiyuan Yang Committed: Fri Mar 10 15:15:30 2017 -0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ext-service-tests/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/c1181044/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0065a83..48ccb54 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3655. Specify netty version instead of inheriting from hadoop dependency. TEZ-3253. Remove special handling for last app attempt. TEZ-3648. IFile.Write#close has an extra output stream flush TEZ-3649. AsyncHttpConnection should add StopWatch start. http://git-wip-us.apache.org/repos/asf/tez/blob/c1181044/tez-ext-service-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ext-service-tests/pom.xml b/tez-ext-service-tests/pom.xml index 70b8e00..fd5255e 100644 --- a/tez-ext-service-tests/pom.xml +++ b/tez-ext-service-tests/pom.xml @@ -27,6 +27,11 @@ + io.netty + netty + 3.6.2.Final + + org.slf4j slf4j-log4j12