-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpipeline-config.conf
More file actions
19 lines (19 loc) · 1.25 KB
/
pipeline-config.conf
File metadata and controls
19 lines (19 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
########################################################################################################################
# The HERE platform does not allow the same catalog to be used as both input and output for batch pipelines. #
# #
# For Index Compaction Library, input & output catalog are the same as the library compacts the same index layer. #
# You should specify the desired catalog to be compacted under the `input-catalogs` setting. #
# #
# For the `output-catalog` setting, you still need to pass a valid catalog. You can use a catalog with zero layers. #
# You can choose to maintain the output catalog for future compaction jobs. #
########################################################################################################################
pipeline.config {
output-catalog {
hrn = "hrn:local:data:::compaction-parquet-output"
}
input-catalogs {
source {
hrn = "hrn:local:data:::compaction-parquet"
}
}
}