We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb08b3 commit c03195fCopy full SHA for c03195f
presto-native-execution/src/test/java/com/facebook/presto/nativeworker/ContainerQueryRunnerUtils.java
@@ -90,6 +90,7 @@ public static void createNativeWorkerConfigPropertiesWithFunctionServer(int coor
90
properties.setProperty("http-server.http.port", "7777");
91
properties.setProperty("discovery.uri", "http://presto-coordinator:" + coordinatorPort);
92
properties.setProperty("system-memory-gb", "2");
93
+ properties.setProperty("remote-function-server.rest.url", "http://presto-function-server:" + functionServerPort);
94
createPropertiesFile("testcontainers/" + nodeId + "/etc/config.properties", properties);
95
}
96
0 commit comments