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 2B6EA200BB6 for ; Fri, 21 Oct 2016 04:32:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 29FE3160AF2; Fri, 21 Oct 2016 02:32:33 +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 725C7160AE0 for ; Fri, 21 Oct 2016 04:32:32 +0200 (CEST) Received: (qmail 81448 invoked by uid 500); 21 Oct 2016 02:32:31 -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 81439 invoked by uid 99); 21 Oct 2016 02:32:31 -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, 21 Oct 2016 02:32:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 567D9DFBA8; Fri, 21 Oct 2016 02:32:31 +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: <47bfb182ede24359bec48a93790c2564@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-3483. Create basic travis yml file for Tez. (hitesh) Date: Fri, 21 Oct 2016 02:32:31 +0000 (UTC) archived-at: Fri, 21 Oct 2016 02:32:33 -0000 Repository: tez Updated Branches: refs/heads/master ed0361124 -> a1563eff7 TEZ-3483. Create basic travis yml file for Tez. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/a1563eff Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/a1563eff Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/a1563eff Branch: refs/heads/master Commit: a1563eff7aafb3de32a00f76f82c2952765c6762 Parents: ed03611 Author: Hitesh Shah Authored: Thu Oct 20 19:32:03 2016 -0700 Committer: Hitesh Shah Committed: Thu Oct 20 19:32:03 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 1 + CHANGES.txt | 1 + pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/a1563eff/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dff5f3a --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java http://git-wip-us.apache.org/repos/asf/tez/blob/a1563eff/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index f2e362b..dabc704 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3483. Create basic travis yml file for Tez. TEZ-3452. Auto-reduce parallelism calculation can overflow with large inputs TEZ-3439. Tez joinvalidate fails when first input argument size is bigger than the second. TEZ-3430. Make split sorting optional. http://git-wip-us.apache.org/repos/asf/tez/blob/a1563eff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 369767f..09b5ed3 100644 --- a/pom.xml +++ b/pom.xml @@ -820,6 +820,7 @@ **/*.diff *.patch + *.travis.yml **/*.png **/*.pptx