I'm working on adding a data-graph to the Spark jobs page (rendered by
stagePage.scala) to help users analyze the different job phases visually.

I've already made a mockup using "dummy data" and D3.js but I'm having some
difficulties integrating my JavaScript code with the Scala code of Spark.
Essentially, I'm not sure on how I can access the validTasks variable in
stagePage.scala from within my Javascript code such that I can use it along
with D3.js to render the data-graph.

Any help would be greatly appreciated!



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

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

Reply via email to