Re: In built Optimizer on Spark

2021-03-21 Thread Mich Talebzadeh
Hi Felix,

As you may be aware Spark sql does have a catalyst optimiser.

What is the Catalyst Optimizer? - Databricks
<https://databricks.com/glossary/catalyst-optimizer>

You Mentioned Spark Structured Streaming. What specifics are you looking
for?

Have you considered the Spark GUI streaming tab?

HTH


   view my Linkedin profile
<https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/>



*Disclaimer:* Use it at your own risk. Any and all responsibility for any
loss, damage or destruction of data or any other property which may arise
from relying on this email's technical content is explicitly disclaimed.
The author will in no case be liable for any monetary damages arising from
such loss, damage or destruction.




On Sun, 21 Mar 2021 at 13:54, Felix Kizhakkel Jose <
felixkizhakkelj...@gmail.com> wrote:

> Hello,
>
> Is there any in-built optimizer in Spark as in Flink, to avoid manual
> configuration tuning to achieve better performance of your
> structured streaming pipeline?
> Or is there any work happening to achieve this?
>
> Regards,
> Felix K Jose
>


In built Optimizer on Spark

2021-03-21 Thread Felix Kizhakkel Jose
Hello,

Is there any in-built optimizer in Spark as in Flink, to avoid manual
configuration tuning to achieve better performance of your
structured streaming pipeline?
Or is there any work happening to achieve this?

Regards,
Felix K Jose