diqiu50 commented on code in PR #11186:
URL: https://github.com/apache/gravitino/pull/11186#discussion_r3346359780


##########
spark-connector/v3.5/spark/build.gradle.kts:
##########
@@ -27,6 +29,51 @@ repositories {
   mavenCentral()
 }
 
+val glueHiveJarsDir = "$buildDir/tmp/glue-hive-jars"
+val glueLibsBase =
+  
"https://raw.githubusercontent.com/datastrato/spark-hive-glue-libs/main/spark3/glue-3.4.0";
+val mavenCentral = "https://repo1.maven.org/maven2";
+
+// Jars for Spark's IsolatedClientLoader: patched Hive 2.3.10 + Glue 
datacatalog client.
+// aws-java-sdk-glue 1.12.31 requires 
PropertyNamingStrategy$PascalCaseStrategy which was
+// removed in Jackson 2.12. Jackson 2.11.x is included here so the isolated 
classloader
+// uses a compatible version instead of the app-level Jackson bundled with 
Spark (2.14+).
+val glueHiveJarDownloads =
+  mapOf(

Review Comment:
   Yes



-- 
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]

Reply via email to