Congxian Qiu
Congxian Qiu
3 张图片显示不了的问题,提交了一个 PR,有空 review 下 https://github.com/lw-lin/CoolplaySpark/pull/24
> 1.imgs/010.png 误写成 1.imgs/010.jpg 导致图片显示不出来 Update: 上述内容已改正,thanks!
这个我已经提 PR 了,貌似还没有 merge 2016-07-04 15:15 GMT+08:00 Xingjun Wang [email protected]: > 后面几行也是如此,所以我们如果用 DStream DAG 图来表示之前那段 quick example 的话,就是这个样子: > > 这儿有一个图没有,应该是md写错了?.png,不是.jpg? > > — > You are receiving this because...
如果理解没有问题的话。spark streaming 执行的是 job,job 执行会调用到 dagscheduler,由 dagscheduler 划分 stage 2018年2月25日星期日,Ryan Tao 写道: > spark streaming的job会涉及到DAGScheduler吗? 似乎 没有看到job的stage是如何划分的, > job直接扔到线程池去执行了. > > — > You are receiving this because you were...
Seems the original author's account has been deleted. maybe someone else can take over this?
comment on the jira side and ping the assignee, let us see if the original author still working on this.
@Shadowell thanks for your contribution. could you please update the title according to https://flink.apache.org/contributing/contribute-code.html. If you have not created an issue yet, could you please create an issue first.
[FLINK-13679][chinese-translation]Translate "Code Style - Pull Requests & Changes" page into Chinese
@LakeShen What's the status of the PR?
@shining-huang thanks for your contribution. could you please resolve the conflict by rebasing the newly master?
> spark将taskStart-taskEnd-task.executorDeserializeTime(时长)看作是executorRuntime,将taskStart-deserializeStartTime +task.executorDeserializeTime(时长)看作总的反序列化时间 这里是 taskEnd - taskStart?