aokolnychyi commented on issue #121: IcebergSource cannot load data from hiveTable URL: https://github.com/apache/incubator-iceberg/issues/121#issuecomment-469812148 I will leave the actual answer to @rdblue. I believe I had a similar question as @eskrm. For now, one can extend `IcebergSource` and override `findTable` to use `HiveTables`. However, there might be version conflicts as `iceberg-hive` uses Hive 3.1.0 and it includes Hadoop 3.1.0 as its dependency. Spark 2.4 still relies on Hadoop 2.x.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
