abhishekshenoy

Results 4 comments of abhishekshenoy

@wajda we are facing the below exception when we try to save large lineages . We are currently using 0.7.5 spline , 0.7.2 spline spark agent. We tried setting some...

@wajda from what i see there is already connection and read timeout being set on the RestClient ``` new RestClient { override def endpoint(resource: String): RestEndpoint = new RestEndpoint( baseHttp(s"$baseURL/$resource")...

Facing the same issue , does not work with org.apache.hudi:hudi-spark3.3-bundle_2.12:0.14.1 . Hudi Write to path works , Hive Sync works but BQ sync does not work. For now have taken...

@ad1happy2go @the-other-tim-brown ``` But should nt that be internally called when we are providing the Hudi Bq configs and enabling META_SYNC_ENABLED. In my case we use df.write.options(hudiAndHiveAndBQConfigs).save() and the hudiAndHiveAndBQConfigs...