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
@@ -462,7 +464,7 @@ HERE platform uses pipelines to process data from HERE geospatial resources and
462
464
Use the [`olp pipeline create`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/pipeline/pipeline-commands.html#pipeline-create) command to create a pipeline:
@@ -473,7 +475,7 @@ HERE platform uses pipelines to process data from HERE geospatial resources and
473
475
Use the [`olp pipeline create`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/pipeline/pipeline-commands.html#pipeline-create) command to create a pipeline:
Copy file name to clipboardExpand all lines: data-archive/java/sensoris-protobuf-example/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,11 +147,13 @@ After the application has been configured, you can run it locally by running the
147
147
As the `argument`, you must provide the `-Padd-dependencies-for-local-run` parameter that adds all the dependencies
148
148
needed for a local run of the archiving application.
149
149
150
+
To run your Flink application locally with Java 17, you should provide `--add-opens=java.base/java.util=ALL-UNNAMED` to the command arguments.
151
+
150
152
Execute the following command in the [`sensoris-protobuf-example`](../sensoris-protobuf-example) directory to run the Sensoris Protobuf Archiving Application:
@@ -488,7 +490,7 @@ HERE platform uses pipelines to process data from HERE geospatial resources and
488
490
Use the [`olp pipeline create`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/pipeline/pipeline-commands.html#pipeline-create) command to create a pipeline:
Copy file name to clipboardExpand all lines: data-processing/java/geometry-lifter/README.md
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ In the commands that follow, replace the variable placeholders with the followin
32
32
-`$CATALOG_HRN` is your output catalog's `HRN` (returned by the `olp catalog create` command).
33
33
-`$HRN_PARTITION` is the platform environment you are in. The value should be `here`.
34
34
-`$PROJECT_HRN` is your project's `HRN` (returned by the `olp project create` command).
35
+
-`$OLP_EMAIL` is a single contact e-mail address for the pipeline.
35
36
-`$REALM` The ID of your organization, also called a realm. Consult your platform
36
37
invitation letter to learn your organization ID.
37
38
-`$CATALOG_RIB` is the HRN of the public _HERE Map Content_ catalog in your pipeline configuration ([HERE environment](./config/here/pipeline-config.conf)).
@@ -104,18 +105,34 @@ parameter.
104
105
105
106
Set the environment variable `$PATH_TO_CONFIG_FOLDER` to [`./config/here`](config/here).
106
107
108
+
To run your Spark application locally with Java 17, you should provide the following add-opens parameters to the command arguments:
Copy file name to clipboardExpand all lines: data-processing/java/heremapcontent-difftool/README.md
+37-14Lines changed: 37 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ In the commands that follow, replace the variable placeholders with the followin
40
40
41
41
-`$HRN_PARTITION` is the platform environment you are in. The value should be `here`.
42
42
-`$PROJECT_HRN` is your project's `HRN` (returned by the `olp project create` command).
43
+
-`$OLP_EMAIL` is a single contact e-mail address for the pipeline.
43
44
-`$REALM` is the ID of your organization, also called a realm. Consult your platform
44
45
invitation letter to learn your organization ID.
45
46
-`$CATALOG_RIB` is the HRN of the public _HERE Map Content_ catalog in your pipeline configuration ([HERE environment](./config/here/local-pipeline-config.conf).
@@ -132,6 +133,16 @@ parameter.
132
133
133
134
Set the environment variable `$PATH_TO_CONFIG_FOLDER` to [`./config/here`](config/here).
134
135
136
+
To run your Spark application locally with Java 17, you should provide the following add-opens parameters to the command arguments:
0 commit comments