To me, this is a bug. In a parallel system, the duration of a stage is often
determined by the slowest task/executor. To monitor/debug a skew issue, the
maximal value (or 100% percentile value) is more useful than the 95%
percentile value. I am happy to see that we do it right with Web UI. For
R
Congratulations, Zhenhua! Well deserved!!
Ron
--
Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/
-
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org
I am using Intellij IDEA 15.0.6. I used to use Maven to compile Spark
project Catalyst inside Intellij without problem.
A couple of days ago, I fetched latest Spark code from its master
repository. There was a change in CreateJacksonParser.scala. So I used
Maven to compile Catalyst project a