Process finished with exit code 137 (interrupted by signal 9: SIGKILL) 原因分析: CPU内存不够,系统自动杀掉任务一般是因为一次性读入,或写出的数据量过大导致的 解决方法: batch调小减少一次性读写的数据量