Skip to content

Commit 29bf2fa

Browse files
authored
Update create-self-hosted-integration-runtime.md
it looks like the adoptopenjdk has moved to eclipse the new link is here: https://adoptium.net/temurin/releases/?version=8 I would suggest adding a note that the JDK version will not work a JRE Version is required I believe it needs to be a version 8 release not a higher release such as 11 (this should be validated with the dev team) More info here: https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
1 parent 30ad53a commit 29bf2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Installation of the self-hosted integration runtime on a domain controller isn't
7575
- Copy-activity runs happen with a specific frequency. Processor and RAM usage on the machine follows the same pattern with peak and idle times. Resource usage also depends heavily on the amount of data that is moved. When multiple copy jobs are in progress, you see resource usage go up during peak times.
7676
- Tasks might fail during extraction of data in Parquet, ORC, or Avro formats. For more on Parquet, see [Parquet format in Azure Data Factory](./format-parquet.md#using-self-hosted-integration-runtime). File creation runs on the self-hosted integration machine. To work as expected, file creation requires the following prerequisites:
7777
- [Visual C++ 2010 Redistributable](https://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe) Package (x64)
78-
- Java Runtime (JRE) version 8 from a JRE provider such as [Adopt OpenJDK](https://adoptopenjdk.net/). Ensure that the JAVA_HOME environment variable is set to the JDK folder (and not just the JRE folder).
78+
- Java Runtime (JRE) version 8 from a JRE provider such as [Eclipse Temurin](https://adoptium.net/temurin/releases/?version=8). Ensure that the JAVA_HOME environment variable is set to the JDK folder (and not just the JRE folder).
7979
>[!NOTE]
8080
>It might be necessary to adjust the Java settings if memory errors occur, as described in the [Parquet format](./format-parquet.md#using-self-hosted-integration-runtime) documentation.
8181

0 commit comments

Comments
 (0)