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

[impala] 02/02: IMPALA-11621: (Addendum) ignore hiveserver2.pid

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 <mi...@cloudera.com>
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 <da...@cloudera.com>
    Reviewed-by: Joe McDonnell <jo...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 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