Skip to content

Commit 87aab58

Browse files
authored
Merge pull request #175839 from whhender/patch-11
Adding JRE Requirements to IR page
2 parents c59eb86 + 51b1bbc commit 87aab58

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/purview/manage-integration-runtimes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Installation of the self-hosted integration runtime on a domain controller isn't
3838
- Scan runs happen with a specific frequency per the schedule you've set up. 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 scanned. When multiple scan jobs are in progress, you see resource usage go up during peak times.
3939
- Tasks might fail during extraction of data in Parquet, ORC, or Avro formats.
4040

41+
> [!IMPORTANT]
42+
> If you will use the Self-Hosted Integration runtime to scan Parquet files, you need to install the **64-bit JRE 8 (Java Runtime Environment) or OpenJDK** on your IR machine. Check our [Java Runtime Environment section at the bottom of the page](#java-runtime-environment-installation) for an installation guide.
43+
4144
## Setting up a self-hosted integration runtime
4245

4346
To create and set up a self-hosted integration runtime, use the following procedures.
@@ -124,6 +127,16 @@ You can edit a self-hosted integration runtime by navigating to **Integration ru
124127

125128
You can delete a self-hosted integration runtime by navigating to **Integration runtimes** in the Management center, selecting the IR and then selecting **Delete**. Once an IR is deleted, any ongoing scans relying on it will fail.
126129

130+
## Java Runtime Environment Installation
131+
132+
If you will be scanning Parquet files using the Self-Hosted Integration runtime with Purview, you will need to install either the Java Runtime Environment or OpenJDK on your self-hosted IR machine.
133+
134+
When scanning Parquet files using the Self-hosted IR, the service locates the Java runtime by firstly checking the registry *`(SOFTWARE\JavaSoft\Java Runtime Environment\{Current Version}\JavaHome)`* for JRE, if not found, secondly checking system variable *`JAVA_HOME`* for OpenJDK.
135+
136+
- **To use JRE**: The 64-bit IR requires 64-bit JRE. You can find it from [here](https://go.microsoft.com/fwlink/?LinkId=808605).
137+
- **To use OpenJDK**: It's supported since IR version 3.13. Package the jvm.dll with all other required assemblies of OpenJDK into Self-hosted IR machine, and set system environment variable JAVA_HOME accordingly.
138+
139+
127140
## Next steps
128141

129142
- [How scans detect deleted assets](concept-scans-and-ingestion.md#how-scans-detect-deleted-assets)

0 commit comments

Comments
 (0)