Files
impala/package/conf/catalogd_flags
Xiang Yang e74bb9d81b IMPALA-12362: (part-2/4) Optimize default configurations for packaging module.
To avoid absolutely paths and keep it simple, optimize the default
configurations for packaging module by remove or change some entries.

At the same time, add license header to 'package/conf/*-site.xml' and
rename them to '*-site.xml.template' to force administrator making
configurations appropriate for their cluster.

Testing:
 - Manually deploy packages on Ubuntu22.04 and verify it.

Change-Id: Ifda229b779a3d6fca647bb81fe23dd61ad7e5d66
Reviewed-on: http://gerrit.cloudera.org:8080/20928
Reviewed-by: Quanlong Huang <huangquanlong@gmail.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2024-04-08 04:29:26 +00:00

31 lines
1.1 KiB
Plaintext

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Specify flags for catalogd service.
# -hostname=localhost
# -state_store_host=localhost
# -kudu_master_hosts=localhost
# -log_dir=/var/log/impala
# -minidump_path=/var/log/impala/minidumps
# -catalog_topic_mode=minimal
# -hms_event_polling_interval_s=0
-v=1
-log_filename=catalogd
-max_log_files=10
-max_log_size=200