rajender07 commented on issue #431:
URL:
https://github.com/apache/incubator-xtable/issues/431#issuecomment-2109028244
@dipankarmazumdar @the-other-tim-brown
I used Hadoop catalog as you mentioned and created a new Iceberg table. Now,
I can see version-hint.text file as well.
However when I executed sync command it is with below error. Could you
please assist how to resolve this issue.
sudo java -jar ./utilities-0.1.0-SNAPSHOT-bundled.jar --datasetConfig
my_config.yaml
**2024-05-13 13:43:04 INFO
org.apache.xtable.conversion.ConversionController:240 - No previous
InternalTable sync for target. Falling back to snapshot sync.
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding.invokeTrackingDuration(Lorg/apache/hadoop/fs/statistics/DurationTracker;Lorg/apache/hadoop/util/functional/CallableRaisingIOE;)Ljava/lang/Object;**
**Here is my my_config.yaml**
**sourceFormat: ICEBERG
targetFormats:
- DELTA
datasets:
-
tableBasePath:
s3://<bucket>/<dbname>/x4_iceberg_table
tableName: x4_iceberg_table**
--
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]