Repository: tez Updated Branches: refs/heads/master e171fddce -> 73e993cba
TEZ-2594. Fix LICENSE for missing entries for full and minimal tarballs. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/73e993cb Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/73e993cb Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/73e993cb Branch: refs/heads/master Commit: 73e993cba52e25c0d126a59439a76b43af9506bc Parents: e171fdd Author: Hitesh Shah <[email protected]> Authored: Wed Jan 20 13:59:53 2016 -0800 Committer: Hitesh Shah <[email protected]> Committed: Wed Jan 20 13:59:53 2016 -0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-dist/dist-files/full/LICENSE | 9 ++++++++- tez-dist/dist-files/minimal/LICENSE | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/73e993cb/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3b8b016..5d2c446 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ Release 0.8.3: Unreleased INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-2594. Fix LICENSE for missing entries for full and minimal tarballs. TEZ-3053. Containers timeout if they do not receive a task within the container timeout interval. TEZ-2898. tez tools : swimlanes.py is broken. TEZ-2937. Can Processor.close() be called after closing inputs and outputs? http://git-wip-us.apache.org/repos/asf/tez/blob/73e993cb/tez-dist/dist-files/full/LICENSE ---------------------------------------------------------------------- diff --git a/tez-dist/dist-files/full/LICENSE b/tez-dist/dist-files/full/LICENSE index 3cff5fc..b79eaba 100644 --- a/tez-dist/dist-files/full/LICENSE +++ b/tez-dist/dist-files/full/LICENSE @@ -220,6 +220,10 @@ license: - tez-common-*.jar - tez-dag-*.jar - tez-examples-*.jar + - tez-ext-service-tests-*.jar + - tez-history-parser-*.jar + - tez-javadoc-tools-*.jar + - tez-job-analyzer-*.jar - tez-mapreduce-*.jar - tez-mbeans-resource-calculator-*.jar - tez-runtime-internals-*.jar @@ -227,6 +231,7 @@ license: - tez-tests-*.jar - tez-yarn-timeline-history-*.jar - tez-yarn-timeline-history-with-acls-*.jar + - hadoop-shim-*.jar - avro-*.jar - async-http-client-*.jar - apacheds-i18n-*.jar @@ -264,7 +269,7 @@ license: - hadoop-yarn-server-web-proxy-*.jar - httpclient-*.jar - httpcore-*.jar - - htrace-*.jar + - htrace-core-*.jar - jackson-core-asl-*.jar - jackson-jaxrs-*.jar - jackson-mapper-asl-*.jar @@ -278,7 +283,9 @@ license: - jetty-6.1.*.jar - Copyright 2001-2005 Mort Bay Consulting Pty. Ltd. - jetty-utils-6.1.*.jar - Copyright 2001-2005 Mort Bay Consulting Pty. Ltd. - log4j-*.jar + - metrics-core-*.jar - netty-*.jar + - RoaringBitmap-*.jar - snappy-java-*.jar - stax-api-1.0.1.jar - xercesImpl-*.jar http://git-wip-us.apache.org/repos/asf/tez/blob/73e993cb/tez-dist/dist-files/minimal/LICENSE ---------------------------------------------------------------------- diff --git a/tez-dist/dist-files/minimal/LICENSE b/tez-dist/dist-files/minimal/LICENSE index effbc3d..c89bc24 100644 --- a/tez-dist/dist-files/minimal/LICENSE +++ b/tez-dist/dist-files/minimal/LICENSE @@ -220,6 +220,10 @@ license: - tez-common-*.jar - tez-dag-*.jar - tez-examples-*.jar + - tez-ext-service-tests-*.jar + - tez-history-parser-*.jar + - tez-javadoc-tools-*.jar + - tez-job-analyzer-*.jar - tez-mapreduce-*.jar - tez-mbeans-resource-calculator-*.jar - tez-runtime-internals-*.jar @@ -227,6 +231,8 @@ license: - tez-tests-*.jar - tez-yarn-timeline-history-*.jar - tez-yarn-timeline-history-with-acls-*.jar + - hadoop-shim-*.jar + - async-http-client-*.jar - commons-cli-*.jar - commons-collections-*.jar - commons-io-*.jar @@ -242,6 +248,8 @@ license: - jettison-*.jar - Copyright 2006 Envoi Solutions LLC - jetty-6.1.*.jar - jetty-utils-6.1.*.jar + - metrics-core-*.jar + - RoaringBitmap-*.jar ----------------------------------------------------------------------- Dual Licensed under Common Development And Disribution License (CDDL - Version 1.1)
