apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
893 stars 144 forks source link

BLMS Iceberg target sync requires additional jars in the classpath #202

Closed sagarlakshmipathy closed 12 months ago

sagarlakshmipathy commented 12 months ago

https://github.com/onetable-io/onetable/pull/191#discussion_r1387290317

biglake-catalog-iceberg1.2.0-0.1.1-with-dependencies.jar, libthrift-0.18.1.jar, hive-common-3.1.3.jar

command I ran:

sagarl@dev onetable % java -cp utilities/target/utilities-0.1.0-SNAPSHOT-bundled.jar:/Users/sagarl/Downloads/onetable_blms/biglake-catalog-iceberg1.2.0-0.1.1-with-dependencies.jar:/Users/sagarl/Downloads/libthrift-0.18.1.jar:/Users/sagarl/Downloads/apache-hive-3.1.3-bin/lib/hive-common-3.1.3.jar io.onetable.utilities.RunSync --datasetConfig my_config.yaml --icebergCatalogConfig catalog.yaml
sagarlakshmipathy commented 12 months ago

Can be closed once https://github.com/onetable-io/onetable/pull/191 is closed