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
This module is an independent compilation unit and will be built into the Polaris binary only when the following flag is set in gradle.properties or as a JVM arg at compile time:
4
-
3
+
This `HadoopFederatedCatalogFactory` module is an independent compilation unit and will be built into the Polaris binary only when the following flag is set in the gradle.properties file:
5
4
```
6
5
NonRESTCatalogs=HADOOP,<alternates>
7
6
```
8
7
8
+
The other option is to pass it as an argument to the gradle JVM as follows:
9
+
```
10
+
./gradlew build DNonRESTCatalogs=HADOOP
11
+
```
12
+
9
13
Without this flag, the Hadoop factory won't be compiled into Polaris and therefore Polaris will not load the class at runtime, throwing an unsupported exception for federated catalog calls.
0 commit comments