You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-processing/java/heremapcontent-difftool/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,12 +113,12 @@ job-specific versions of the catalogs, to read and write to.
113
113
The example project provides two template job configurations, [`config/here/pipeline-job-first.conf`](config/here/pipeline-job-first.conf) and
114
114
[`config/here/pipeline-job-second.conf`](config/here/pipeline-job-second.conf) for the first and second run of the pipeline, respectively.
115
115
116
-
[`pipeline-job-first.conf`](config/here/pipeline-job-first.conf) specifies in the line `version = 1` that the version 1 of the input
116
+
[`pipeline-job-first.conf`](config/here/pipeline-job-first.conf) specifies in the line `version = 7900` that the version 7900 of the input
117
117
catalog should be processed in the first run. You can change this version to any number between 0
118
118
and the most recent version of the HERE Map Content catalog. You can find the most recent version by
119
119
opening the [HERE platform portal](https://platform.here.com/) and navigating to the `HERE Map Content` catalog, and viewing the current catalog's version in the `Catalog info` section.
120
120
121
-
[`pipeline-job-second.conf`](config/here/pipeline-job-second.conf) specifies in the line `version = 2` that version 2 of the input
121
+
[`pipeline-job-second.conf`](config/here/pipeline-job-second.conf) specifies in the line `version = 8185` that version 8185 of the input
122
122
catalog should be processed in the second run. You can change this version to any number that is
123
123
less than or equal to the most recent version of the HERE Map Content catalog and greater than the version
124
124
specified in [`config/here/pipeline-job-first.conf`](config/here/pipeline-job-first.conf).
@@ -293,12 +293,12 @@ compiler on.
293
293
The example project provides two template job configurations, `config/here/pipeline-job-first.conf` and
294
294
`config/here/pipeline-job-second.conf` for the first and second run of the pipeline, respectively.
295
295
296
-
`pipeline-job-first.conf` specifies in the line `version = 1` that the version 1 of the input
296
+
`pipeline-job-first.conf` specifies in the line `version = 7900` that the version 7900 of the input
297
297
catalog should be processed in the first run. You can change this version to any number between 0
298
298
and the most recent version of the HERE Map Content catalog. You can find the most recent version by
299
299
opening the [HERE platform portal](https://platform.here.com/) and navigating to the HERE Map Content catalog, and viewing the current catalog's version in the Catalog info section.
300
300
301
-
`pipeline-job-second.conf` specifies in the line `version = 2` that version 2 of the input
301
+
`pipeline-job-second.conf` specifies in the line `version = 8185` that version 8185 of the input
302
302
catalog should be processed in the second run. You can change this version to any number that is
303
303
less or equal the most recent version of the HERE Map Content catalog and greater than the version
0 commit comments