Re: Chnage Restful API's default quanlites same as WebUI

2021-01-12 Thread ron8hu
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

Re: 回复: Welcome Zhenhua Wang as a Spark committer

2018-04-02 Thread ron8hu
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

In Intellij, maven failed to build Catalyst project

2017-02-20 Thread ron8hu
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