You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by Artur R <ap...@gmail.com> on 2016/06/29 12:49:38 UTC

Metrics for Toree statements

With Apache Toree one can execute arbitrary expressions on Spark. Say we
want to execute some SQL query like:sqlContext.sql(..)

Is it possible to get a progress (like in Zeppelin) for such SQL query?
Maybe Toree can provide some query metrics (like X tasks from N are done)?