scaladevspark commented on issue #4628: URL: https://github.com/apache/iceberg/issues/4628#issuecomment-1108698816
@RussellSpitzer thanks, used only , "org.apache.iceberg" % "iceberg-spark-runtime-3.1_2.12" % "0.13.1", but getting another error bellow - are there any other jars required? java.lang.ClassNotFoundException: Failed to find data source: iceberg. Please find packages at http://spark.apache.org/third-party-projects.html at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(DataSource.scala:689) at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSourceV2(DataSource.scala:743) at org.apache.spark.sql.DataFrameWriter.lookupV2Provider(DataFrameWriter.scala:993) at org.apache.spark.sql.DataFrameWriter.saveAsTable(DataFrameWriter.scala:615) at pipelines.EbmL1ToL2$.processAndOutputSessionInfo$1(EbmL1ToL2.scala:148) at pipelines.EbmL1ToL2$.$anonfun$apply$1(EbmL1ToL2.scala:89) at pipelines.EbmL1ToL2$.$anonfun$apply$1$adapted(EbmL1ToL2.scala:89) at org.apache.spark.sql.execution.streaming.sources.ForeachBatchSink.addBatch(ForeachBatchSink.scala:35) at org.apache.spark.sql.execution.streaming.MicroBatchExecution.$anonfun$runBatch$16(MicroBatchExecution.scala:586) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
