scaladevspark commented on issue #4628:
URL: https://github.com/apache/iceberg/issues/4628#issuecomment-1108728049

   Well the class seems to be there, as printed below(from the spark submitted 
jar) and I can also import it in the IDE as well
   
   test:
   class org.apache.iceberg.spark.source.IcebergSource
   22/04/25 15:28:27 INFO SharedState: Setting hive.metastore.warehouse.dir 
('null') to the value of spark.sql.warehouse.dir ('s3a://spark/warehouse/').
   22/04/25 15:28:27 INFO SharedState: Warehouse path is 
's3a://spark/warehouse/'.
   
   
   but still
   22/04/25 15:28:39 ERROR MicroBatchExecution: Query [id = 
da35d26a-76f7-4ca5-887d-673582563438, runId = 
ca08b056-d104-44ac-98d3-5004ba94914c] terminated with error
   java.lang.ClassNotFoundException: Failed to find data source: iceberg. 
Please find packages at http://spark.apache.org/third-party-projects.html
   
   
   any chance I can provide the class directly to the .format instead of the 
"iceberg"string?


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

Reply via email to