incubator-griffin git commit: fix potential stream resource loss

2018-06-28 Thread guoyp
Repository: incubator-griffin Updated Branches: refs/heads/master 38e4d7c62 -> 4cab520cf fix potential stream resource loss when BufferedReader is used, it should be closed explicitly Author: Eugene Closes #326 from toyboxman/pr/bug. Project:

incubator-griffin git commit: 2018 06 28 fix job controller

2018-06-28 Thread guoyp
Repository: incubator-griffin Updated Branches: refs/heads/master e1e7e3a97 -> 4c9dfbbc2 2018 06 28 fix job controller Author: ahutsunshine Author: William Guo Closes #328 from guoyuepeng/2018_06_28_fix_job_controller. Project:

[2/2] incubator-griffin git commit: refactor job structure to remove redundant class and api

2018-06-28 Thread guoyp
refactor job structure to remove redundant class and api 1.refactor job structure 2.remove JobSchedule class to make job structure more clear 3.remove JobDataBean to make response more clear 4.remove "/jobs/config" api Author: ahutsunshine Closes #320 from ahutsunshine/master. Project:

[1/2] incubator-griffin git commit: refactor job structure to remove redundant class and api

2018-06-28 Thread guoyp
Repository: incubator-griffin Updated Branches: refs/heads/master 81c3a3c99 -> e1e7e3a97 http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/e1e7e3a9/service/src/test/java/org/apache/griffin/core/job/JobInstanceTest.java