You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jo...@apache.org on 2020/04/27 22:59:22 UTC

[impala] branch master updated (6208088 -> c4ac9d2)

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

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


    from 6208088  IMPALA-9693: Analyze predicate in CNF rule if not previously done
     new b9e8473  IMPALA-9640: [DOCS] Document Impala support for Kudu VARCHAR type
     new 326ef55  Revert "IMPALA-9648: Don't ban netty 3* from fe/pom.xml"
     new c4ac9d2  Revert "IMPALA-9648: Exclude netty and netty-all from hadoop-hdfs mvn download"

The 3 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:
 docs/shared/impala_common.xml |  7 +++----
 fe/pom.xml                    | 36 ------------------------------------
 2 files changed, 3 insertions(+), 40 deletions(-)


[impala] 03/03: Revert "IMPALA-9648: Exclude netty and netty-all from hadoop-hdfs mvn download"

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

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

commit c4ac9d2ee14e0bea855cbb26c962556a27983e52
Author: David Knupp <dk...@cloudera.com>
AuthorDate: Mon Apr 27 15:53:29 2020 -0700

    Revert "IMPALA-9648: Exclude netty and netty-all from hadoop-hdfs mvn download"
    
    This patch was causing CI builds to fail in certain environments where
    netty 3.10.5 was present.
    
    This reverts commit 0eef60cc943518edbeffd84504574daeb11c812d.
    
    Change-Id: Ic10ae25321988db2a92bb55b3063350000d9a6f9
    Reviewed-on: http://gerrit.cloudera.org:8080/15825
    Reviewed-by: David Knupp <dk...@cloudera.com>
    Tested-by: David Knupp <dk...@cloudera.com>
---
 fe/pom.xml | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 70d17d6..61e26a2 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -758,10 +758,6 @@ under the License.
                     <exclude>org.fusesource.leveldbjni:*</exclude>
                     <!-- IMPALA-9647 (re: CVE-2014-3577, CVE-2015-5262) -->
                     <exclude>org.apache.httpcomponents:fluent-hc</exclude>
-                    <!-- IMPALA-9648: Ensure that netty < v3.10.6 is not present. -->
-                    <exclude>io.netty:netty:[3.10.6,)</exclude>
-                    <!-- IMPALA-9648: Ensure that netty-all < v4.1.46 is not present. -->
-                    <exclude>io.netty:netty-all:[4.1.46,)</exclude>
                     <!-- Assert that we only use artifacts from only the specified
                          version of these components. -->
                     <exclude>org.apache.hadoop:*</exclude>
@@ -1384,40 +1380,6 @@ under the License.
         <artifactId>javax.el</artifactId>
         <version>3.0.1-b08</version>
       </dependency>
-
-      <!-- IMPALA-9648: Avoid pulling in netty -->
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-hdfs</artifactId>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-distcp</artifactId>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-common</artifactId>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <!-- end IMPALA-9648 -->
-
     </dependencies>
   </dependencyManagement>
 </project>


[impala] 01/03: IMPALA-9640: [DOCS] Document Impala support for Kudu VARCHAR type

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

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

commit b9e84738b68710e00afb7efb3cf0c25c0582f7f8
Author: Kris Hahn <kh...@cloudera.com>
AuthorDate: Thu Apr 9 17:37:42 2020 -0700

    IMPALA-9640: [DOCS] Document Impala support for Kudu VARCHAR type
    
    Removed VARCHAR from unsupported types in "Kudu considerations".
    
    Change-Id: I61ad6982c35a009b15a2a082692f118a0fbcee65
    Reviewed-on: http://gerrit.cloudera.org:8080/15703
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Tamas Mate <tm...@cloudera.com>
    Reviewed-by: Joe McDonnell <jo...@cloudera.com>
---
 docs/shared/impala_common.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml
index cdf25d8..6b0e812 100644
--- a/docs/shared/impala_common.xml
+++ b/docs/shared/impala_common.xml
@@ -4509,10 +4509,9 @@ sudo pip-python install ssl</codeblock>
         Currently, the <codeph>INSERT OVERWRITE</codeph> syntax cannot be used with Kudu tables.
       </p>
 
-      <p id="kudu_unsupported_data_type" rev="kudu">
-        Currently, the data types <codeph>CHAR</codeph>, <codeph>VARCHAR</codeph>,
-        <codeph>ARRAY</codeph>, <codeph>MAP</codeph>, and <codeph>STRUCT</codeph> cannot be used
-        with Kudu tables.
+      <p id="kudu_unsupported_data_type" rev="kudu"> Currently, the data types
+        <codeph>CHAR</codeph>, <codeph>ARRAY</codeph>, <codeph>MAP</codeph>, and
+          <codeph>STRUCT</codeph> cannot be used with Kudu tables.
       </p>
 
       <p id="kudu_non_pk_data_type" rev="kudu">


[impala] 02/03: Revert "IMPALA-9648: Don't ban netty 3* from fe/pom.xml"

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

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

commit 326ef554caef75c50a1394240766b501e5a699c3
Author: David Knupp <dk...@cloudera.com>
AuthorDate: Mon Apr 27 15:38:49 2020 -0700

    Revert "IMPALA-9648: Don't ban netty 3* from fe/pom.xml"
    
    This patch was leading to CI builds failing in some environments.
    
    This reverts commit f129a179a2c1b304e4d15fe4950449c5786abda1.
    
    Change-Id: I4f38cab4deb0d9457d50d1e1a899af4cb90d3c24
    Reviewed-on: http://gerrit.cloudera.org:8080/15824
    Reviewed-by: David Knupp <dk...@cloudera.com>
    Tested-by: David Knupp <dk...@cloudera.com>
---
 fe/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fe/pom.xml b/fe/pom.xml
index 59d6eeb..70d17d6 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -758,6 +758,8 @@ under the License.
                     <exclude>org.fusesource.leveldbjni:*</exclude>
                     <!-- IMPALA-9647 (re: CVE-2014-3577, CVE-2015-5262) -->
                     <exclude>org.apache.httpcomponents:fluent-hc</exclude>
+                    <!-- IMPALA-9648: Ensure that netty < v3.10.6 is not present. -->
+                    <exclude>io.netty:netty:[3.10.6,)</exclude>
                     <!-- IMPALA-9648: Ensure that netty-all < v4.1.46 is not present. -->
                     <exclude>io.netty:netty-all:[4.1.46,)</exclude>
                     <!-- Assert that we only use artifacts from only the specified