You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by tm...@apache.org on 2022/05/23 13:19:21 UTC

[impala] branch branch-4.1.0 updated (6d4a5107c -> aa383dcea)

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

tmater pushed a change to branch branch-4.1.0
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 6d4a5107c Prepare 4.1.0 RC1
     new 0b175a871 IMPALA-11300: [DOCS] Fix Iceberg documentation links
     new a8fd2c059 IMPALA-11201: update gitignore files
     new b27a701fc [tools] Add Kerberos gen files to shell/.gitignore
     new aa383dcea Prepare 4.1.0 RC2

The 4 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:
 .gitignore                            |  4 +---
 bin/save-version.sh                   |  2 +-
 docs/topics/impala_iceberg.xml        |  8 ++++----
 fe/src/test/resources/.gitignore      |  7 +++++++
 infra/python/.gitignore               |  1 +
 java/shaded-deps/hive-exec/.gitignore |  1 +
 shell/.gitignore                      | 24 +++++++++++++++---------
 testdata/cluster/.gitignore           |  3 +++
 8 files changed, 33 insertions(+), 17 deletions(-)
 create mode 100644 java/shaded-deps/hive-exec/.gitignore


[impala] 01/04: IMPALA-11300: [DOCS] Fix Iceberg documentation links

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

tmater pushed a commit to branch branch-4.1.0
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 0b175a871dd6418485d24bc72d8716fd6f57bc02
Author: Tamas Mate <tm...@apache.org>
AuthorDate: Wed May 18 13:52:23 2022 +0200

    IMPALA-11300: [DOCS] Fix Iceberg documentation links
    
    This commit updates the links that point to the Iceberg doc site.
    
    Testing:
     - Built the docs and checked the links.
    
    Change-Id: I6ee820d43ebaac2415f0256d34ccc6e0300aff0c
    Reviewed-on: http://gerrit.cloudera.org:8080/18539
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
---
 docs/topics/impala_iceberg.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/topics/impala_iceberg.xml b/docs/topics/impala_iceberg.xml
index 384503808..aa162b6ca 100644
--- a/docs/topics/impala_iceberg.xml
+++ b/docs/topics/impala_iceberg.xml
@@ -235,7 +235,7 @@ CREATE TABLE ice_ctas_part_spec PARTITIONED BY SPEC (truncate(3, s)) STORED AS I
 
       <p>
         You can get information about the supported Iceberg data tyeps in
-        <xref href="https://iceberg.apache.org/#spec/%23schemas-and-data-types" scope="external" format="html">
+        <xref href="https://iceberg.apache.org/docs/latest/schemas/" scope="external" format="html">
           the Iceberg spec</xref>.
       </p>
 
@@ -352,7 +352,7 @@ CREATE TABLE ice_ctas_part_spec PARTITIONED BY SPEC (truncate(3, s)) STORED AS I
       </p>
       <p>
         See
-        <xref href="https://iceberg.apache.org/#spec/%23schema-evolution" scope="external" format="html">
+        <xref href="https://iceberg.apache.org/docs/latest/evolution/#schema-evolution" scope="external" format="html">
         schema evolution </xref> for more details.
       </p>
     </conbody>
@@ -362,7 +362,7 @@ CREATE TABLE ice_ctas_part_spec PARTITIONED BY SPEC (truncate(3, s)) STORED AS I
     <title>Partitioning Iceberg tables</title>
     <conbody>
       <p>
-        <xref href="https://iceberg.apache.org/#spec/%23partitioning" scope="external" format="html">
+        <xref href="https://iceberg.apache.org/docs/latest/partitioning/" scope="external" format="html">
         The Iceberg spec </xref> has information about partitioning Iceberg tables. With Iceberg,
         we are not limited to value-based partitioning, we can also partition our tables via
         several partition transforms.
@@ -379,7 +379,7 @@ STORED AS ICEBERG;
       </p>
       <p>
         Iceberg also supports
-        <xref href="https://iceberg.apache.org/#spec/%23partition-evolution" scope="external" format="html">
+        <xref href="https://iceberg.apache.org/docs/latest/evolution/#partition-evolution" scope="external" format="html">
         partition evolution</xref> which means that the partitioning of a table can be changed, even
         without the need of rewriting existing data files. You can change an existing table's
         partitioning via an <codeph>ALTER TABLE SET PARTITION SPEC</codeph> statement, e.g.:


[impala] 02/04: IMPALA-11201: update gitignore files

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

tmater pushed a commit to branch branch-4.1.0
in repository https://gitbox.apache.org/repos/asf/impala.git

commit a8fd2c0596125b8a0087e98945cbe798c6fb5460
Author: Michael Smith <mi...@cloudera.com>
AuthorDate: Thu May 5 15:51:04 2022 -0700

    IMPALA-11201: update gitignore files
    
    Updates gitignore for files generated during bootstrap_development.
    Fixes deleting tracked files in be/src/thirdparty. Includes ignore rules
    for past versions of shell dependencies and updates ignores for current
    versions.
    
    Change-Id: I03deba5e7fb151ef8e34039becdcc3fb47684084
    Reviewed-on: http://gerrit.cloudera.org:8080/18499
    Reviewed-by: Quanlong Huang <hu...@gmail.com>
    Reviewed-by: Joe McDonnell <jo...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .gitignore                            |  4 +---
 fe/src/test/resources/.gitignore      |  7 +++++++
 infra/python/.gitignore               |  1 +
 java/shaded-deps/hive-exec/.gitignore |  1 +
 shell/.gitignore                      | 23 ++++++++++++++---------
 testdata/cluster/.gitignore           |  3 +++
 6 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index d98de44f8..c34a9544e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
 *~
 *.pyc
 derby.log
-thirdparty
 compile_commands.json
 cscope.files
 cscope.out
@@ -17,6 +16,7 @@ bin/impala-config-local.sh
 .cdh
 .cdp
 .pep8
+apache-maven-*-bin.tar.gz
 
 # distcc options
 .impala_compiler_opts*
@@ -49,8 +49,6 @@ docker/docker-images.txt
 
 Testing/
 llvm-ir/
-shell/gen-py/
-shell/build/
 benchmark_results*.json
 target
 
diff --git a/fe/src/test/resources/.gitignore b/fe/src/test/resources/.gitignore
index 78d55cfb1..778efab1a 100644
--- a/fe/src/test/resources/.gitignore
+++ b/fe/src/test/resources/.gitignore
@@ -5,3 +5,10 @@ log4j.properties
 sentry-site*.xml
 yarn-site.xml
 copy-mem-limit-test-*.xml
+hive-site-events-cleanup/
+hive-site-ranger-auth/
+hive-site-without-hms/
+hive-site_events_cleanup.xml
+hive-site_ranger_auth.xml
+hive-site_without_hms.xml
+
diff --git a/infra/python/.gitignore b/infra/python/.gitignore
index 0a764a4de..48bf8c485 100644
--- a/infra/python/.gitignore
+++ b/infra/python/.gitignore
@@ -1 +1,2 @@
 env
+env-gcc*
diff --git a/java/shaded-deps/hive-exec/.gitignore b/java/shaded-deps/hive-exec/.gitignore
new file mode 100644
index 000000000..916e17c09
--- /dev/null
+++ b/java/shaded-deps/hive-exec/.gitignore
@@ -0,0 +1 @@
+dependency-reduced-pom.xml
diff --git a/shell/.gitignore b/shell/.gitignore
index 7198ab220..b7bb32270 100644
--- a/shell/.gitignore
+++ b/shell/.gitignore
@@ -1,29 +1,34 @@
-build
+/build/
+/gen-py/
+ext-py/bitarray-2.3.0/bitarray.egg-info/
+ext-py/bitarray-2.3.0/dist/
+ext-py/bitarray-2.3.0/build/
+ext-py/prettytable-0.7.2/dist/
+ext-py/prettytable-0.7.2/build/
+ext-py/prettytable-0.7.2/prettytable.egg-info
 ext-py/sasl-0.2.1/dist/
 ext-py/sasl-0.2.1/build/
 ext-py/sasl-0.2.1/sasl.egg-info/
 ext-py/six-1.14.0/dist/
 ext-py/six-1.14.0/build/
 ext-py/six-1.14.0/six.egg-info/
-ext-py/prettytable-0.7.1/dist/
-ext-py/prettytable-0.7.1/build
-ext-py/prettytable-0.7.1/prettytable.egg-info
 ext-py/sqlparse-0.3.1/dist/
 ext-py/sqlparse-0.3.1/build/
 ext-py/sqlparse-0.3.1/sqlparse.egg-info/
-ext-py/bitarray-1.2.1/bitarray.egg-info/
-ext-py/bitarray-1.2.1/dist/
-ext-py/thrift_sasl-0.4.2/dist/
-ext-py/thrift_sasl-0.4.2/build/
-ext-py/thrift_sasl-0.4.2/six.egg-info/
+ext-py/thrift_sasl-0.4.3/dist/
+ext-py/thrift_sasl-0.4.3/build/
+ext-py/thrift_sasl-0.4.3/thrift_sasl.egg-info/
 
 # This file is used by buildall.sh to find files that need to be removed during the
 # clean phase. Previous version of deps should be kept here for cleaning otherwise they
 # may cause a build failure. Also the ignore path must be changed to the root folder
 # so "git clean -Xdf" will work.
 ext-py/bitarray-0.9.0/
+ext-py/bitarray-1.2.1/
+ext-py/prettytable-0.7.1/
 ext-py/sasl-0.1.1/
 ext-py/six-1.11.0/
 ext-py/sqlparse-0.1.7/
 ext-py/sqlparse-0.1.19/
 ext-py/thrift_sasl-0.4.1/
+ext-py/thrift_sasl-0.4.2/
diff --git a/testdata/cluster/.gitignore b/testdata/cluster/.gitignore
index 1a787ab3d..0c35f61e8 100644
--- a/testdata/cluster/.gitignore
+++ b/testdata/cluster/.gitignore
@@ -4,3 +4,6 @@
 /cdh7
 /ranger/setup/impala_user.json
 /ranger/setup/impala_group.json
+/ranger/setup/impala_group_owner.json
+/ranger/setup/impala_user_non_owner.json
+/ranger/setup/impala_user_owner.json


[impala] 03/04: [tools] Add Kerberos gen files to shell/.gitignore

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

tmater pushed a commit to branch branch-4.1.0
in repository https://gitbox.apache.org/repos/asf/impala.git

commit b27a701fc02c73ea561ccee5dd587c8eb0c0245a
Author: Michael Smith <mi...@cloudera.com>
AuthorDate: Fri May 20 14:49:49 2022 -0700

    [tools] Add Kerberos gen files to shell/.gitignore
    
    Ignore Python Kerberos module's generated files. Only dist needed to be
    ignored because build contains only a .so (ignored by root .gitignore)
    and egg-info is committed.
    
    Change-Id: If09d018cef130455a01b06a43fe612d66eead660
    Reviewed-on: http://gerrit.cloudera.org:8080/18548
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 shell/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell/.gitignore b/shell/.gitignore
index b7bb32270..021f9f416 100644
--- a/shell/.gitignore
+++ b/shell/.gitignore
@@ -3,6 +3,7 @@
 ext-py/bitarray-2.3.0/bitarray.egg-info/
 ext-py/bitarray-2.3.0/dist/
 ext-py/bitarray-2.3.0/build/
+ext-py/kerberos-1.3.1/dist/
 ext-py/prettytable-0.7.2/dist/
 ext-py/prettytable-0.7.2/build/
 ext-py/prettytable-0.7.2/prettytable.egg-info


[impala] 04/04: Prepare 4.1.0 RC2

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

tmater pushed a commit to branch branch-4.1.0
in repository https://gitbox.apache.org/repos/asf/impala.git

commit aa383dceadda90242866a4f4f2f17de035d6b2c0
Author: Tamas Mate <tm...@apache.org>
AuthorDate: Mon May 23 15:15:23 2022 +0200

    Prepare 4.1.0 RC2
    
    Change-Id: Ib0f2ad2726ff4a8b9208e82ef8a9f75f250968d8
---
 bin/save-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/save-version.sh b/bin/save-version.sh
index df5886e88..972f29ba6 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -22,7 +22,7 @@
 # "-INTERNAL" appended. Parts of the code will look for this to distinguish
 # between released and internal versions.
 VERSION=4.1.0-RELEASE
-GIT_HASH=4565f64fb10aa11fbf2e92e0a13fe2ceee522c08
+GIT_HASH=b27a701fc02c73ea561ccee5dd587c8eb0c0245a
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"