user@spark.apache.org<mailto:user@spark.apache.org>"
Subject: Input parsing time
Hi,
I only loading a JSON and running one query. I would like to know how much time
is spent on reading, decompressing (e.g. bz2 file) and parsing the file before
the query begins to execute. I have the imp
Hi,
I only loading a JSON and running one query. I would like to know how much
time is spent on reading, decompressing (e.g. bz2 file) and parsing the
file before the query begins to execute. I have the impression that all
processing time (parsing the input and running the query) is included in
th