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:23 UTC

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

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