-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64850/
-----------------------------------------------------------
(Updated Dec. 27, 2017, 10:20 a.m.)
Review request for Ambari, Attila Doroszlai, Oliver Szabo, and Sid Wagle.
Bugs: AMBARI-22653
https://issues.apache.org/jira/browse/AMBARI-22653
Repository: ambari
Description (updated)
-------
Patch https://reviews.apache.org/r/64607 contains two renamed interfaces:
DocumentIterator -> CloseableIterator
DocumentSource -> ItemWriterListener
but the files containing these interface definitions were not renamed on trunk
git repo
Using java.util.ArrayList insted of
com.google.common.collect.Lists.newArrayList()
Diffs (updated)
-----
ambari-infra/ambari-infra-manager-it/src/test/java/org/apache/ambari/infra/InfraManagerStories.java
cf720ef0d0
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/archive/DocumentIterator.java
5fa29b0099
ambari-infra/ambari-infra-manager/src/main/java/org/apache/ambari/infra/job/archive/DocumentSource.java
742777109e
Diff: https://reviews.apache.org/r/64850/diff/2/
Changes: https://reviews.apache.org/r/64850/diff/1-2/
Testing
-------
maven build
unit and integration tests
Thanks,
Krisztian Kasa