[
https://issues.apache.org/jira/browse/SPARK-8861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin updated SPARK-8861:
-------------------------------
Description:
The basic metric can be the number of tuples that is flowing through. We can
add more metrics later.
In order for this to work, we can add a new "accumulators" method to SparkPlan
that defines the list of accumulators, .e.g.
{code}
def accumulators: Map[String, Accumulator]
{code}
was:The basic metric can be the number of tuples that is flowing through. We
can add more metrics later.
> Add basic instrumentation to each SparkPlan operator
> ----------------------------------------------------
>
> Key: SPARK-8861
> URL: https://issues.apache.org/jira/browse/SPARK-8861
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Reynold Xin
>
> The basic metric can be the number of tuples that is flowing through. We can
> add more metrics later.
> In order for this to work, we can add a new "accumulators" method to
> SparkPlan that defines the list of accumulators, .e.g.
> {code}
> def accumulators: Map[String, Accumulator]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]