You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ry...@apache.org on 2021/04/23 06:59:42 UTC

[iceberg] branch master updated: add Nessie to Hive runtime (#2505)

This is an automated email from the ASF dual-hosted git repository.

rymurr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new dae6c49  add Nessie to Hive runtime (#2505)
dae6c49 is described below

commit dae6c491366e3932d31197718dc7eddf04305992
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Fri Apr 23 08:59:19 2021 +0200

    add Nessie to Hive runtime (#2505)
    
    Note: updates the flink notice+license files, as #2032 updated the hive notice-license files ;)
---
 build.gradle          |  3 +++
 flink-runtime/LICENSE | 11 +++++++++++
 flink-runtime/NOTICE  | 11 +++++++++++
 3 files changed, 25 insertions(+)

diff --git a/build.gradle b/build.gradle
index 00ad334..5dc6f1a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -643,6 +643,9 @@ project(':iceberg-hive-runtime') {
     if (jdkVersion == '8') {
       compile project(':iceberg-hive3')
     }
+    compile(project(':iceberg-nessie')) {
+      exclude group: 'com.google.code.findbugs', module: 'jsr305'
+    }
   }
   
   shadowJar {
diff --git a/flink-runtime/LICENSE b/flink-runtime/LICENSE
index ef2599b..63df906 100644
--- a/flink-runtime/LICENSE
+++ b/flink-runtime/LICENSE
@@ -464,6 +464,17 @@ License text:
 
 --------------------------------------------------------------------------------
 
+This binary artifact includes Project Nessie with the following in its NOTICE
+file:
+
+| Dremio
+| Copyright 2015-2017 Dremio Corporation
+|
+| This product includes software developed at
+| The Apache Software Foundation (http://www.apache.org/).
+
+--------------------------------------------------------------------------------
+
 This binary includes code from Apache Commons.
 
 * Core ArrayUtil.
diff --git a/flink-runtime/NOTICE b/flink-runtime/NOTICE
index 0ad50f0..24a09ee 100644
--- a/flink-runtime/NOTICE
+++ b/flink-runtime/NOTICE
@@ -78,3 +78,14 @@ file:
 |
 |
 | See LICENSE for terms.
+
+--------------------------------------------------------------------------------
+
+This binary artifact includes Project Nessie with the following in its NOTICE
+file:
+
+| Dremio
+| Copyright 2015-2017 Dremio Corporation
+|
+| This product includes software developed at
+| The Apache Software Foundation (http://www.apache.org/).