-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19237/
-----------------------------------------------------------
Review request for Ambari, Sumit Mohanty, Sid Wagle, and Tom Beerbower.
Bugs: AMBARI-5095
https://issues.apache.org/jira/browse/AMBARI-5095
Repository: ambari
Description
-------
* Add ability to read either a file or an http url specified in repoinfo.xml,
that is used to load the latest repo information.
* By default, there are no links in current stacks, that will come later.
* Give a latest_base_url to the repo API such that the UI can consume it.
* Design choice: I use a Callable in order to do the heavy lifting of reading
and parsing the URL. The idea is to not hold up loading stacks if there is a
bad URL. Bad URLs should not manifest themselves in errors - only use the
value defined in XML in that case.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/api/services/AmbariMetaInfo.java
8e1e787
ambari-server/src/main/java/org/apache/ambari/server/controller/RepositoryResponse.java
bc3ee39
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RepositoryResourceProvider.java
878e7ef
ambari-server/src/main/java/org/apache/ambari/server/state/RepositoryInfo.java
f612bb4
ambari-server/src/main/java/org/apache/ambari/server/state/stack/LatestRepoCallable.java
PRE-CREATION
ambari-server/src/main/java/org/apache/ambari/server/state/stack/RepositoryXml.java
abca8f9
ambari-server/src/main/resources/properties.json d2a949e
ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java
515fd68
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/RepositoryResourceProviderTest.java
391ff99
ambari-server/src/test/resources/stacks/HDP/2.1.1/repos/hdp.json PRE-CREATION
ambari-server/src/test/resources/stacks/HDP/2.1.1/repos/repoinfo.xml 1025240
Diff: https://reviews.apache.org/r/19237/diff/
Testing
-------
Running org.apache.ambari.server.api.services.AmbariMetaInfoTest
Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.812 sec
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:18.403s
[INFO] Finished at: Fri Mar 14 16:45:12 EDT 2014
[INFO] Final Memory: 18M/123M
[INFO] ------------------------------------------------------------------------
Thanks,
Nate Cole