This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Description
run a simple wordCount app, comparing the running time on yarn and k8s. jobs on k8s are much slower,
- some time are wasted on pod start(10s more)
- the map task execute time (espically the first task) also takes much more time than app on yarn(6s more). notice that k8s jobs takes more gc time, Is anyone else encounter this? and known why?