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

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

commit 3938dae8be6f28132de67f10d0361665e5c6cad3
Author: Michael Smith <[email protected]>
AuthorDate: Wed Nov 2 10:15:43 2022 -0700

    IMPALA-11621: (Addendum) ignore hiveserver2.pid
    
    Add gitignore for the hiveserver2.pid file created by Hive's startup
    script.
    
    Change-Id: I1850e98b5d869fed004f6198296e2de4f16680fa
    Reviewed-on: http://gerrit.cloudera.org:8080/19192
    Reviewed-by: Daniel Becker <[email protected]>
    Reviewed-by: Joe McDonnell <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 fe/src/test/resources/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fe/src/test/resources/.gitignore b/fe/src/test/resources/.gitignore
index c9e206f60..271f30cae 100644
--- a/fe/src/test/resources/.gitignore
+++ b/fe/src/test/resources/.gitignore
@@ -12,4 +12,5 @@ hive-site-without-hms/
 hive-site_events_cleanup.xml
 hive-site_ranger_auth.xml
 hive-site_without_hms.xml
+hiveserver2.pid
 

Reply via email to