vinishjail97 commented on issue #429:
URL:
https://github.com/apache/incubator-xtable/issues/429#issuecomment-2105976390
I'm not able to re-produce the issue and the demo works for me in local.
```
namespace: String = "demo"
namespaceArray: Array[String] = Array("demo")
catalogOptions: HashMap[String, String] =
{uri=thrift://host.docker.internal:9083}
res8_3: String = null
icebergCatalogConfig: IcebergCatalogConfig =
IcebergCatalogConfig(catalogImpl=org.apache.iceberg.hive.HiveCatalog,
catalogName=iceberg, catalogOptions={uri=thrift://host.docker.internal:9083})
perTableConfig: PerTableConfigImpl =
PerTableConfigImpl(tableBasePath=file:///home/data/db/hudi_dimCustomer,
tableDataPath=file:/home/data/db/hudi_dimCustomer, tableName=hudi_dimCustomer,
namespace=[demo],
hudiSourceConfig=HudiSourceConfigImpl(partitionSpecExtractorClass=org.apache.xtable.hudi.ConfigurationBasedPartitionSpecExtractor,
partitionFieldSpecs=[]), targetTableFormats=[ICEBERG],
icebergCatalogConfig=IcebergCatalogConfig(catalogImpl=org.apache.iceberg.hive.HiveCatalog,
catalogName=iceberg, catalogOptions={uri=thrift://host.docker.internal:9083}),
syncMode=INCREMENTAL, targetMetadataRetentionInHours=168)
hudiConversionSourceProvider: HudiConversionSourceProvider =
org.apache.xtable.hudi.HudiConversionSourceProvider@76964a4
conversionController: ConversionController =
org.apache.xtable.conversion.ConversionController@7841cb4e
res8_9: Map[String, SyncResult] = {ICEBERG=SyncResult(mode=FULL,
lastInstantSynced=2023-11-05T17:21:36.406Z,
syncStartTime=2024-05-11T17:48:09.633Z, syncDuration=PT2.756S,
status=SyncResult.SyncStatus(statusCode=SUCCESS, errorMessage=null,
errorDescription=null, canRetryOnFailure=false), recommendedSyncMode=null)}
```
I don't have any special configuration in /etc/hosts as well for mapping
host.docker.internal. Can you upgrade the docker version you are using and see
if it resolves the issue ? This is the version I'm using.
<img width="762" alt="image"
src="https://github.com/apache/incubator-xtable/assets/16958856/928d3e41-f9d6-4874-844c-d2c5c81807e9">
--
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]