You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by bl...@apache.org on 2019/05/31 21:49:03 UTC

[flink] branch master updated: [hotfix][hive] make hive-metastore dependency scope to 'provided' as pre-requisite to support multiple hive versions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5bab9cd  [hotfix][hive] make hive-metastore dependency scope to 'provided' as pre-requisite to support multiple hive versions
5bab9cd is described below

commit 5bab9cd1866c39f16b01d143eb481e013d8f8ef2
Author: bowen.li <bo...@gmail.com>
AuthorDate: Tue May 28 10:09:08 2019 -0700

    [hotfix][hive] make hive-metastore dependency scope to 'provided' as pre-requisite to support multiple hive versions
    
    This closes #8560.
---
 .../src/main/resources/META-INF/NOTICE             | 29 -----------------
 .../main/resources/META-INF/licenses/LICENSE.antlr | 38 ----------------------
 2 files changed, 67 deletions(-)

diff --git a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
deleted file mode 100644
index b67affe..0000000
--- a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
+++ /dev/null
@@ -1,29 +0,0 @@
-flink-connector-hive
-Copyright 2014-2019 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
-- commons-dbcp:commons-dbcp:1.4
-- commons-pool:commons-pool:1.5.4
-- com.fasterxml.jackson.core:jackson-annotations:2.6.0
-- com.fasterxml.jackson.core:jackson-core:2.6.5
-- com.fasterxml.jackson.core:jackson-databind:2.6.5
-- com.jolbox:bonecp:0.8.0.RELEASE
-- org.apache.hive:hive-common:2.3.4
-- org.apache.hive:hive-metastore:2.3.4
-- org.apache.hive:hive-serde:2.3.4
-- org.apache.hive:hive-service-rpc:2.3.4
-- org.apache.hive:hive-storage-api:2.4.0
-- org.apache.thrift:libthrift:0.9.3
-- org.datanucleus:datanucleus-api-jdo:4.2.4
-- org.datanucleus:datanucleus-core:4.1.17
-- org.datanucleus:datanucleus-rdbms:4.1.19
-- org.datanucleus:javax.jdo:3.2.0-m3
-
-This project bundles the following dependencies under the BSD license.
-See bundled license files for details.
-
-- org.antlr:antlr-runtime:3.5.2
diff --git a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/licenses/LICENSE.antlr b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/licenses/LICENSE.antlr
deleted file mode 100644
index 0af2cce..0000000
--- a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/licenses/LICENSE.antlr
+++ /dev/null
@@ -1,38 +0,0 @@
-(BSD License: http://www.opensource.org/licenses/bsd-license)
-
-Copyright (c) 2012 Terence Parr and Sam Harwell
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or
-without modification, are permitted provided that the
-following conditions are met:
-
-* Redistributions of source code must retain the above
-  copyright notice, this list of conditions and the
-  following disclaimer.
-
-* Redistributions in binary form must reproduce the above
-  copyright notice, this list of conditions and the
-  following disclaimer in the documentation and/or other
-  materials provided with the distribution.
-
-* Neither the name of the Webbit nor the names of
-  its contributors may be used to endorse or promote products
-  derived from this software without specific prior written
-  permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
-CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
-OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGE.
-