Repository: tez
Updated Branches:
refs/heads/branch-0.8 85fdc4128 -> 7911618c2
TEZ-3483. Create basic travis yml file for Tez. (hitesh)
(cherry picked from commit a1563eff7aafb3de32a00f76f82c2952765c6762)
Conflicts:
CHANGES.txt
Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/cfe29864
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/cfe29864
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/cfe29864
Branch: refs/heads/branch-0.8
Commit: cfe29864be01f305c3347d50b9e3ca0348c2508e
Parents: 85fdc41
Author: Hitesh Shah <[email protected]>
Authored: Thu Oct 20 19:32:03 2016 -0700
Committer: Hitesh Shah <[email protected]>
Committed: Wed Oct 26 16:14:12 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/cfe29864/.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/cfe29864/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5c71975..1a820fb 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-3437. Improve synchronization and the progress report behavior for
Inputs from TEZ-3317.
TEZ-3317. Speculative execution starts too early due to 0 progress.
TEZ-3452. Auto-reduce parallelism calculation can overflow with large inputs
http://git-wip-us.apache.org/repos/asf/tez/blob/cfe29864/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 585e1c1..7660308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -821,6 +821,7 @@
<!-- To make developer life easy. Source wont have these files
-->
<exclude>**/*.diff</exclude>
<exclude>*.patch</exclude>
+ <exclude>*.travis.yml</exclude>
<!-- .png files constitute images required for documentation.
.pptx contain the sources for images -->
<exclude>**/*.png</exclude>
<exclude>**/*.pptx</exclude>