----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38832/ -----------------------------------------------------------
Review request for samza, Navina Ramesh and Yi Pan (Data Infrastructure). Repository: samza Description ------- Remove the dependency on JUnit, which shouldn't be in production code and in some environments, could be explicitly excluded and cause build errors. Interestingly, gradle allowed the dependency even though we only ever add JUnit as a testCompile dependency. It looks like this is due to a transitive dependency. Diffs ----- samza-yarn/src/main/java/org/apache/samza/job/yarn/SamzaTaskManager.java c2a9ac0740101ce9dc73f80220dc6ec828407409 Diff: https://reviews.apache.org/r/38832/diff/ Testing ------- Thanks, Jake Maes