-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43068/
-----------------------------------------------------------
(Updated Feb. 1, 2016, 6:09 p.m.)
Review request for Ambari, Dmitro Lisnichenko and Jonathan Hurley.
Bugs: AMBARI-14870
https://issues.apache.org/jira/browse/AMBARI-14870
Repository: ambari
Description
-------
Add an endpoint to allow posting of the Version Definition file directly. The
API doesn't like XML in json, so the body is base64'ed and added to a json
object that is then passed to the framework.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/api/services/VersionDefinitionService.java
43eb424
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java
3533293
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProviderTest.java
dbac1b4
Diff: https://reviews.apache.org/r/43068/diff/
Testing (updated)
-------
Manual. Automated:
Tests run: 3794, Failures: 0, Errors: 0, Skipped: 31
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30:58.048s
[INFO] Finished at: Mon Feb 01 17:52:28 EST 2016
[INFO] Final Memory: 47M/725M
[INFO] ------------------------------------------------------------------------
Thanks,
Nate Cole