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 2BE59200CD4 for ; Sat, 15 Jul 2017 01:19:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2ABC116EB5B; Fri, 14 Jul 2017 23:19:14 +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 5545916EB5C for ; Sat, 15 Jul 2017 01:19:13 +0200 (CEST) Received: (qmail 21342 invoked by uid 500); 14 Jul 2017 23:19:12 -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 21169 invoked by uid 99); 14 Jul 2017 23:19:12 -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, 14 Jul 2017 23:19:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2EACDF3237; Fri, 14 Jul 2017 23:19:11 +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 Date: Fri, 14 Jul 2017 23:19:14 -0000 Message-Id: <1908a64dacef4fd4980f1cae5c48ad66@git.apache.org> In-Reply-To: <777c641078a8477d8bad3895375ef84d@git.apache.org> References: <777c641078a8477d8bad3895375ef84d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/6] tez git commit: Change version to 0.9.0, create CHANGES file archived-at: Fri, 14 Jul 2017 23:19:14 -0000 Change version to 0.9.0, create CHANGES file Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/d371b7e0 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/d371b7e0 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/d371b7e0 Branch: refs/heads/branch-0.9.0 Commit: d371b7e0d508342250f4ed9043378cf5692dfe57 Parents: 44074a4 Author: Zhiyuan Yang Authored: Thu Jul 6 11:35:11 2017 -0700 Committer: Zhiyuan Yang Committed: Fri Jul 14 16:15:45 2017 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2338 ++++++++++++++++++ docs/pom.xml | 2 +- hadoop-shim-impls/hadoop-shim-2.7/pom.xml | 2 +- hadoop-shim-impls/hadoop-shim-2.8/pom.xml | 2 +- hadoop-shim-impls/pom.xml | 2 +- hadoop-shim/pom.xml | 2 +- pom.xml | 2 +- tez-api/pom.xml | 2 +- tez-common/pom.xml | 2 +- tez-dag/pom.xml | 2 +- tez-dist/pom.xml | 2 +- tez-examples/pom.xml | 2 +- tez-ext-service-tests/pom.xml | 2 +- tez-mapreduce/pom.xml | 2 +- tez-plugins/pom.xml | 2 +- tez-plugins/tez-aux-services/pom.xml | 2 +- tez-plugins/tez-history-parser/pom.xml | 2 +- .../tez-yarn-timeline-cache-plugin/pom.xml | 2 +- .../tez-yarn-timeline-history-with-acls/pom.xml | 2 +- .../tez-yarn-timeline-history-with-fs/pom.xml | 2 +- tez-plugins/tez-yarn-timeline-history/pom.xml | 2 +- tez-runtime-internals/pom.xml | 2 +- tez-runtime-library/pom.xml | 2 +- tez-tests/pom.xml | 2 +- tez-tools/analyzers/job-analyzer/pom.xml | 2 +- tez-tools/analyzers/pom.xml | 2 +- tez-tools/pom.xml | 2 +- tez-tools/tez-javadoc-tools/pom.xml | 2 +- tez-tools/tez-tfile-parser/pom.xml | 2 +- tez-ui/pom.xml | 2 +- 30 files changed, 2367 insertions(+), 29 deletions(-) ----------------------------------------------------------------------