unsubscribe

2019-07-31 Thread Oleksandr Vayda
unsubscribe

Re: SQLListener concurrency bug?

2017-06-28 Thread Oleksandr Vayda
Oh, sorry, I was wrong. Concurrent collections in Scala are available since 2.8. Any objections against replacing mutable list and synchronized with a concurrent collection like or based on TrieMap for instance? On Wed, Jun 28, 2017, 16:05 Oleksandr Vayda <oleksandr.va...@gmail.com>

[SQL] tracking jobs, stages and tasks per QueryExecution

2017-06-28 Thread Oleksandr Vayda
Hey guys, I need to capture runtime stats and metrics for every executed SQL query. For that I'm using two listeners: the QueryExecutionListener, that gives me information about executed QueryExecution, and the SparkListener, that provides me the info about the jobs, stages and tasks. The problem

Re: SQLListener concurrency bug?

2017-06-28 Thread Oleksandr Vayda
factor them, PR is welcome. > > On Mon, Jun 26, 2017 at 2:27 AM, Oleksandr Vayda < > oleksandr.va...@gmail.com> wrote: > >> Hi all, >> >> Reading the source code of the org.apache.spark.sql.execution.ui. >> SQLListener, specifically this place - >> http

SQLListener concurrency bug?

2017-06-26 Thread Oleksandr Vayda
bus (read/write) threads. But in the current implementation the "synchronized" blocks return bare references to mutable collections and in fact nothing gets synchronized. Is it a bug? Sincerely yours, Oleksandr Vayda mobile: +420 604 113 056