Input parsing time

2015-09-17 Thread Carlos Eduardo Santos
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

Re: Input parsing time

2015-09-17 Thread Adrian Tanase
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