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
The other option is to pass it as an argument to the gradle JVM as follows:
9
9
```
10
-
./gradlew build DNonRESTCatalogs=HADOOP
10
+
./gradlew build -DNonRESTCatalogs=HADOOP
11
11
```
12
12
13
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