forked from pingcap/tispark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtidb_config.properties.template
22 lines (22 loc) · 1.05 KB
/
tidb_config.properties.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# TiDB address
# tidb.addr=127.0.0.1
# TiDB port
# tidb.port=4000
# TiDB login user
# tidb.user=root
# TiDB login password
# tidb.password=
# TPC-H database name, if you already have a tpch database in TiDB, specify the db name so that TPC-H tests will run on this database
# TPC-H test is enabled by default, you may turn it off by setting tpch.db=
# tpch.db=tpch_test
# TPC-DS database name, if you already have a tpcds database in TiDB, specify the db name so that TPC-DS tests will run on this database
# TPC-DS test is disabled by default
# tpcds.db=tpcds_test
# Placement Driver address:port
# spark.tispark.pd.addresses=127.0.0.1:2379
# Whether to allow index read in tests, you must set this to true to run index tests.
# spark.tispark.plan.allow_index_read=true
# Whether to load test data before running tests. If you haven't load tispark_test or tpch_test data, set this to true. The next time you run tests, you can set this to false.
# test.data.load=false
# DB prefix for tidb databases in case it conflicts with hive database
# spark.tispark.db_prefix=tidb_