FANNG1 commented on code in PR #4005:
URL: https://github.com/apache/gravitino/pull/4005#discussion_r1672204391
##########
build.gradle.kts:
##########
@@ -558,6 +564,29 @@ tasks {
}
}
+ val copyIcebergRESTServer by registering {
+ dependsOn("iceberg-rest-server:copyLibs")
+ group = "gravitino distribution"
+
outputs.dir(projectDir.dir("distribution/package/extensions/iceberg-rest-server"))
Review Comment:
we could start Iceberg rest server as Graviitno aux service, setting
`gravitino.iceberg-rest.classpath = extensions/iceberg-rest-server/libs`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]