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
libraryDependencies +="org.json4s"%%"json4s-native"%"3.7.0-M11",// Use json4s-native or json4s-jackson
193
+
libraryDependencies +="org.json4s"%"json4s-jackson_2.12"%"3.7.0-M11",// This version is pinned to the one spark uses in 3.X.X - see: https://github.com/apache/spark/pull/45838
libraryDependencies +="com.google.cloud.bigdataoss"%"gcsio"%"3.0.3", // need it for https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/master/gcsio/src/main/java/com/google/cloud/hadoop/gcsio/GoogleCloudStorageFileSystem.java
221
221
libraryDependencies +="com.google.cloud.bigdataoss"%"util-hadoop"%"3.0.0", // need it for https://github.com/GoogleCloudDataproc/hadoop-connectors/blob/master/util-hadoop/src/main/java/com/google/cloud/hadoop/util/HadoopConfigurationProperty.java
libraryDependencies +="org.json4s"%"json4s-jackson_2.12"%"3.7.0-M11", //Fixed version to follow spark: https://github.com/apache/spark/pull/45838
223
+
libraryDependencies +="org.json4s"%"json4s-jackson_2.12"%"3.7.0-M11", //This version is pinned to the one spark uses in 3.X.X - see: https://github.com/apache/spark/pull/45838
0 commit comments