问题 When starting spark job from Apache Zeppelin notebook interface it shows you a progress bar of job execution. But what does this progress actually mean? Sometimes it shrinks or expands. Is it a progress of current stage or a whole job? 回答1: In the web interface, the progress bar is showing the value returned by the getProgress function (not implemented for every interpeters, such as python). This function returns a percentage. When using the Spark interpreter, the value seems to be the