blob: f928bde7abe25328d36af643e1b3e9eb07ee09cf [file] [log] [blame]
################################################################################
# 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.
################################################################################
#==============================================================================
# TEST ENVIRONMENT FILE
# Intended for org.apache.flink.table.client.gateway.local.LocalExecutorITCase.
#==============================================================================
# this file has variables that can be filled with content by replacing $VAR_XXX
execution:
type: "$VAR_EXECUTION_TYPE"
time-characteristic: event-time
periodic-watermarks-interval: 99
parallelism: 1
max-parallelism: 128
min-idle-state-retention: 0
max-idle-state-retention: 0
result-mode: "$VAR_RESULT_MODE"
max-table-result-rows: "$VAR_MAX_ROWS"
restart-strategy:
type: failure-rate
max-failures-per-interval: 10
failure-rate-interval: 99000
delay: 1000
deployment:
response-timeout: 5000
catalogs:
- name: myhive
catalog:
type: hive
connector:
hive.metastore.uris: "thrift://host1:10000,thrift://host2:10000"
hive.metastore.username: "flink"
is-default: true
default-database: "mydb"
- name: myinmemory
catalog:
type: flink_in_memory