You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2019/03/26 14:15:52 UTC

[hive] branch master updated (80998ad -> 383c70c)

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

kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 80998ad  HIVE-21493: BuddyAllocator - Metrics count for allocated arenas wrong if preallocation is done (Olli Draese via Slim Bouguerra)
     new 17b0054  HIVE-21048: Remove needless org.mortbay.jetty from hadoop exclusions (Laszlo Bodor via Zoltan Haindrich)
     new 383c70c  HIVE-21423: Do not check for whitespace issues in generated code (Miklos Gergely via Zoltan Haindrich)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/pom.xml                        | 12 ---------
 dev-support/hive-personality.sh       |  4 +--
 hcatalog/core/pom.xml                 | 10 --------
 hcatalog/hcatalog-pig-adapter/pom.xml | 16 ------------
 hcatalog/pom.xml                      | 22 ----------------
 hcatalog/webhcat/svr/pom.xml          | 32 -----------------------
 jdbc/pom.xml                          |  1 -
 pom.xml                               | 48 -----------------------------------
 ql/pom.xml                            | 14 ----------
 service/pom.xml                       | 16 ------------
 storage-api/pom.xml                   |  8 ------
 11 files changed, 2 insertions(+), 181 deletions(-)


[hive] 02/02: HIVE-21423: Do not check for whitespace issues in generated code (Miklos Gergely via Zoltan Haindrich)

Posted by kg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 383c70ca80a33f264dfb396a4b810769707222bc
Author: Miklos Gergely <mg...@hortonworks.com>
AuthorDate: Tue Mar 26 15:06:04 2019 +0100

    HIVE-21423: Do not check for whitespace issues in generated code (Miklos Gergely via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
---
 dev-support/hive-personality.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/hive-personality.sh b/dev-support/hive-personality.sh
index c6570d4..dd227e2 100644
--- a/dev-support/hive-personality.sh
+++ b/dev-support/hive-personality.sh
@@ -38,9 +38,9 @@ function personality_globals
   #shellcheck disable=SC2034
   FINDBUGS_SKIP_MAVEN_SOURCE_CHECK=true
   #shellcheck disable=SC2034
-  WHITESPACE_EOL_IGNORE_LIST='.*.q.out'
+  WHITESPACE_EOL_IGNORE_LIST=('.*.q.out' '.*/gen/thrift/gen-javabean/.*')
   #shellcheck disable=SC2034
-  WHITESPACE_TABS_IGNORE_LIST='.*.q.out'
+  WHITESPACE_TABS_IGNORE_LIST=('.*.q.out' '.*/gen/thrift/gen-javabean/.*')
 }
 
 ## @description  Queue up modules for this personality


[hive] 01/02: HIVE-21048: Remove needless org.mortbay.jetty from hadoop exclusions (Laszlo Bodor via Zoltan Haindrich)

Posted by kg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 17b005493b2cca6d6a8ba2df18a710ca783622a9
Author: Laszlo Bodor <bo...@gmail.com>
AuthorDate: Tue Mar 26 15:05:54 2019 +0100

    HIVE-21048: Remove needless org.mortbay.jetty from hadoop exclusions (Laszlo Bodor via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
---
 common/pom.xml                        | 12 ---------
 hcatalog/core/pom.xml                 | 10 --------
 hcatalog/hcatalog-pig-adapter/pom.xml | 16 ------------
 hcatalog/pom.xml                      | 22 ----------------
 hcatalog/webhcat/svr/pom.xml          | 32 -----------------------
 jdbc/pom.xml                          |  1 -
 pom.xml                               | 48 -----------------------------------
 ql/pom.xml                            | 14 ----------
 service/pom.xml                       | 16 ------------
 storage-api/pom.xml                   |  8 ------
 10 files changed, 179 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 7f9aa6a..07afc0e 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -152,14 +152,6 @@
           <artifactId>jsp-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
@@ -195,10 +187,6 @@
           <artifactId>servlet-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml
index 6afe8c4..135b18a 100644
--- a/hcatalog/core/pom.xml
+++ b/hcatalog/core/pom.xml
@@ -252,16 +252,6 @@
       <version>${pig.version}</version>
       <classifier>h2</classifier>
       <scope>test</scope>
-         <exclusions>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-          </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        </exclusions>
    </dependency>
   </dependencies>
 
diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml
index c026835..bc8bfba 100644
--- a/hcatalog/hcatalog-pig-adapter/pom.xml
+++ b/hcatalog/hcatalog-pig-adapter/pom.xml
@@ -68,22 +68,6 @@
       <classifier>h2</classifier>
       <exclusions>
         <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jsp-api-2.1</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jsp-2.1</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>tomcat</groupId>
           <artifactId>jasper-runtime</artifactId>
         </exclusion>
diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml
index 91d7daf..d9c4506 100644
--- a/hcatalog/pom.xml
+++ b/hcatalog/pom.xml
@@ -78,28 +78,6 @@
       <version>${pig.version}</version>
       <classifier>h2</classifier>
       <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jetty-util</artifactId>
-	</exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jetty</artifactId>
-	</exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jsp-api-2.1</artifactId>
-	</exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jsp-2.1</artifactId>
-	</exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>servlet-api-2.5</artifactId>
-	</exclusion>
-      </exclusions>
     </dependency>
   </dependencies>
 </project>
diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml
index 75f1c70..bd1f333 100644
--- a/hcatalog/webhcat/svr/pom.xml
+++ b/hcatalog/webhcat/svr/pom.xml
@@ -45,32 +45,6 @@
       <artifactId>hive-hcatalog-core</artifactId>
       <version>${project.version}</version>
       <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.eclipse.jetty</groupId>
-          <artifactId>jetty-runner</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-sslengine</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jsp-2.1</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-	  <artifactId>jsp-api-2.1</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <!-- inter-project -->
     <dependency>
@@ -221,12 +195,6 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-core</artifactId>
       <version>${hadoop.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>javax.ws.rs</groupId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 02e6e8a..1b0b0ec 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -309,7 +309,6 @@
                       <exclude>org.datanucleus:*</exclude>
                       <exclude>org.fusesource.leveldbjni:*</exclude>
                       <exclude>org.htrace:*</exclude>
-                      <exclude>org.mortbay.jetty:*</exclude>
                       <exclude>org.xerial.snappy:*</exclude>
                       <exclude>com.tdunning:*</exclude>
                       <exclude>tomcat:*</exclude>
diff --git a/pom.xml b/pom.xml
index 7b45d84..4390aed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,16 +500,6 @@
         <artifactId>avro-mapred</artifactId>
         <classifier>hadoop2</classifier>
         <version>${avro.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-          </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        </exclusions>
      </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>
@@ -560,16 +550,6 @@
         <groupId>org.apache.pig</groupId>
         <artifactId>pig</artifactId>
         <version>${pig.version}</version>
-         <exclusions>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-          </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        </exclusions>
      </dependency>
       <dependency>
         <groupId>org.apache.thrift</groupId>
@@ -766,10 +746,6 @@
         <artifactId>hadoop-common</artifactId>
         <version>${hadoop.version}</version>
         <exclusions>
-           <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-sslengine</artifactId>
-          </exclusion>
          <exclusion>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
@@ -913,22 +889,6 @@
             <artifactId>netty</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jsp-2.1</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jsp-api-2.1</artifactId>
-         </exclusion>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>servlet-api-2.5</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>servlet-api-2.5</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-core</artifactId>
          </exclusion>
@@ -941,14 +901,6 @@
             <artifactId>jersey-server</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>com.codahale.metrics</groupId>
             <artifactId>metrics-core</artifactId>
           </exclusion>
diff --git a/ql/pom.xml b/ql/pom.xml
index 7d8f939..5790f51 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -158,12 +158,6 @@
       <artifactId>avro-mapred</artifactId>
       <classifier>hadoop2</classifier>
       <version>${avro.version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>servlet-api</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
@@ -657,14 +651,6 @@
       <optional>true</optional>
       <scope>test</scope>
       <exclusions>
-           <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
        <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
diff --git a/service/pom.xml b/service/pom.xml
index 30b7398..242844e 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -69,10 +69,6 @@
           <groupId>javax.servlet</groupId>
           <artifactId>servlet-api</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>servlet-api-2.5</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -177,14 +173,6 @@
           <artifactId>jsp-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
@@ -205,10 +193,6 @@
           <artifactId>servlet-api</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 06c10d0..2f180a4 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -89,14 +89,6 @@
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-log4j12</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>jetty-util</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>