Re: Pyspark ML model Save Error

2022-11-16 Thread Raja bhupati
Share more details on error to help suggesting solutions On Wed, Nov 16, 2022, 22:13 Artemis User wrote: > What problems did you encounter? Most likely your problem may be > related to saving the model object in different partitions. If that the > case, just apply the dataframe's coalesce(1)

Re: Prometheus with spark

2022-10-25 Thread Raja bhupati
We have use case where we would like process Prometheus metrics data with spark On Tue, Oct 25, 2022, 19:49 Jacek Laskowski wrote: > Hi Raj, > > Do you want to do the following? > > spark.read.format("prometheus").load... > > I haven't heard of such a data source / format before. > > What would