-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.ini.template
71 lines (53 loc) · 1.19 KB
/
config.ini.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# ePipe Configurations
reindex = false
# possible values [project, all]
reindex_of = all
# general configuration
connection = 127.0.0.1:1186
database = hops
meta_database = hopsworks
hive_meta_database = metastore
poll_maxTimeToWait = 2000
lru_cap = 10000
prov_file_lru_cap = 10000
prov_core_lru_cap = 100
recovery = false
# log level trace=0, debug=1, info=2, warn=3, error=4, fatal=5
log_level = 1
# log rotation size in bytes
log_rotation_size=67108864
log_dir=.
# maximum number of log files to keep
log_max_files=10
# Table tailer barrier type. EPOCH=0, GCI=1
barrier = 0
# hopsworks
hopsworks = false
# hiveCleaner
hivecleaner = false
# Watch Units, uncomment to enable
# watchUnit = WAIT_TIME
# watchUnit = BATCH_SIZE
# watchUnit = NUM_READERS
fs_mutations_tu = 1000
fs_mutations_tu = 5
fs_mutations_tu = 5
#schamebased_tu = 1000
#schamebased_tu = 5
#schamebased_tu = 5
provenance_tu = 1000
provenance_tu = 5
provenance_tu = 5
# ElasticSearch configuration
elastic_addr = 127.0.0.1:9200
index = projects
app_provenance_index = appprovenance
elastic_batch = 5000
ewait_time = 5000
ssl_enabled = false
ca_path =
username =
password =
# Metrics Server
stats = true
metricsServer = 0.0.0.0:29191