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 3964618CEB for ; Mon, 27 Jul 2015 21:35:55 +0000 (UTC) Received: (qmail 33041 invoked by uid 500); 27 Jul 2015 21:35:54 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 33006 invoked by uid 500); 27 Jul 2015 21:35:54 -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 32997 invoked by uid 99); 27 Jul 2015 21:35:54 -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; Mon, 27 Jul 2015 21:35:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BFB74E042F; Mon, 27 Jul 2015 21:35:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hitesh@apache.org To: commits@tez.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-2623. Fix module dependencies related to hadoop-auth. (Rajat Jain via hitesh) Date: Mon, 27 Jul 2015 21:35:54 +0000 (UTC) Repository: tez Updated Branches: refs/heads/master 424f2e88d -> b04676932 TEZ-2623. Fix module dependencies related to hadoop-auth. (Rajat Jain via hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/b0467693 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/b0467693 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/b0467693 Branch: refs/heads/master Commit: b04676932f1d05634d7b6e5c20175129dfd08266 Parents: 424f2e8 Author: Hitesh Shah Authored: Mon Jul 27 14:35:25 2015 -0700 Committer: Hitesh Shah Committed: Mon Jul 27 14:35:25 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ pom.xml | 5 +++++ tez-api/pom.xml | 4 ++++ tez-runtime-library/pom.xml | 4 ++++ 4 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/b0467693/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 62554c1..6d751ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,7 @@ INCOMPATIBLE CHANGES TEZ-2468. Change the minimum Java version to Java 7. ALL CHANGES: + TEZ-2623. Fix module dependencies related to hadoop-auth. TEZ-2464. Move older releases to dist archive. TEZ-2239. Update Tez UI docs to explain how to configure history url for YARN. TEZ-2602. Throwing EOFException when launching MR job. @@ -55,6 +56,7 @@ Release 0.7.1: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2623. Fix module dependencies related to hadoop-auth. TEZ-1314. Port MAPREDUCE-5821 to Tez. TEZ-2568. V_INPUT_DATA_INFORMATION may happen after vertex is initialized TEZ-2291. TEZ UI: Improper vertex name in tables. @@ -272,6 +274,7 @@ Release 0.6.2: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2623. Fix module dependencies related to hadoop-auth. TEZ-2560. fix tex-ui build for maven 3.3+ TEZ-2600. When used with HDFS federation(viewfs) ,tez will throw a error TEZ-2579. Incorrect comparison of TaskAttemptId http://git-wip-us.apache.org/repos/asf/tez/blob/b0467693/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 95ceab4..ddb7324 100644 --- a/pom.xml +++ b/pom.xml @@ -313,6 +313,11 @@ org.apache.hadoop + hadoop-auth + ${hadoop.version} + + + org.apache.hadoop hadoop-common ${hadoop.version} test-jar http://git-wip-us.apache.org/repos/asf/tez/blob/b0467693/tez-api/pom.xml ---------------------------------------------------------------------- diff --git a/tez-api/pom.xml b/tez-api/pom.xml index 0a5d570..bb09c6d 100644 --- a/tez-api/pom.xml +++ b/tez-api/pom.xml @@ -47,6 +47,10 @@ org.apache.hadoop + hadoop-auth + + + org.apache.hadoop hadoop-annotations http://git-wip-us.apache.org/repos/asf/tez/blob/b0467693/tez-runtime-library/pom.xml ---------------------------------------------------------------------- diff --git a/tez-runtime-library/pom.xml b/tez-runtime-library/pom.xml index 369c2d9..25f1cc1 100644 --- a/tez-runtime-library/pom.xml +++ b/tez-runtime-library/pom.xml @@ -59,6 +59,10 @@ org.apache.hadoop + hadoop-auth + + + org.apache.hadoop hadoop-common