Hello,
I've some question about Spark and Apache Arrow. Up to now, Arrow is only
used for sharing data between Python and Spark executors instead of
transmitting them through sockets. I'm studying currently Dremio as an
interesting way to access multiple sources of data, and as a potential
replacem
Hi,
The exception message should be self-explanatory and says that you cannot
join two streaming Datasets. This feature was added in 2.3 if I'm not
mistaken.
Just to be sure that you work with two streaming Datasets, can you show the
query plan of the join query?
Jacek
On Sat, 12 May 2018, 16:5
Can’t you find this in the Spark UI or timeline server?
> On 13. May 2018, at 00:31, Guillermo Ortiz Fernández
> wrote:
>
> I want to measure how long it takes some different transformations in Spark
> as map, joinWithCassandraTable and so on. Which one is the best aproximation
> to do it?