You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by sara mustafa <en...@gmail.com> on 2015/12/17 02:57:52 UTC

Spark basicOperators

Hi,

The class org.apache.spark.sql.execution.basicOperators.scala contains the
implementation of multiple operators, how could I measure the execution time
of any operator?

thanks,



--
View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Spark-basicOperators-tp15672.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org


Re: Spark basicOperators

Posted by Akhil Das <ak...@sigmoidanalytics.com>.
You can pretty much measure it from the Event timeline listed in the driver
ui, You can click on jobs/tasks and get the time that it took for each of
it from there.

Thanks
Best Regards

On Thu, Dec 17, 2015 at 7:27 AM, sara mustafa <en...@gmail.com>
wrote:

> Hi,
>
> The class org.apache.spark.sql.execution.basicOperators.scala contains the
> implementation of multiple operators, how could I measure the execution
> time
> of any operator?
>
> thanks,
>
>
>
> --
> View this message in context:
> http://apache-spark-developers-list.1001551.n3.nabble.com/Spark-basicOperators-tp15672.html
> Sent from the Apache Spark Developers List mailing list archive at
> Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
> For additional commands, e-mail: dev-help@spark.apache.org
>
>