CHANGES.txt 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992
  1. Ambari Change log
  2. Notes:
  3. - Committers should be listed using their login and non-committers
  4. should be listed by their full name.
  5. - Please keep the file to a max of 80 characters wide.
  6. - Put latest commits first in each section.
  7. Merging AMBARI-666 to trunk.
  8. INCOMPATIBLE CHANGES
  9. NEW FEATURES
  10. AMBARI-1108 - PUT call to change the state on host_components collection
  11. returns 200 (no op), even though GET with the same predicate returns a number
  12. of host_components. (Tom Beerbower via mahadev)
  13. BUG FIXES
  14. AMBARI-666 branch (unreleased changes)
  15. INCOMPATIBLE CHANGES
  16. NEW FEATURES
  17. AMBARI-1147. Handling Hive/HCat/WebHCat configuration parameters with
  18. Ambari Web. (yusaku)
  19. AMBARI-946. Support retrieving information for multiple requests.
  20. (hitesh via mahadev)
  21. AMBARI-1065. Provide Datanode decommission & recommission capability in UI.
  22. (Srimanth Gunturi via mahadev)
  23. AMBARI-985. Support OR in API query. (Tom Beerbower via mahadev)
  24. AMBARI-1029. Add api support for updating multiple host_component resources
  25. for multiple hosts in a single request. (John Speidel via mahadev)
  26. AMBARI-1018. Add API support for creating multiple sub-resources to
  27. multiple resources in a single request. (John Speidel via mahadev)
  28. AMBARI-950. Provide API support for 'OR' predicate. (John Speidel via
  29. mahadev)
  30. AMBARI-935. Provide API support for updates of multiple resources in a
  31. single request. (John Speidel via mahadev)
  32. AMBARI-926. Provide API support for asynchronous requests.
  33. (John Speidel via mahadev)
  34. AMBARI-1054. Implement retrying of bootstrap on confirm host page.
  35. (Jaimin Jetly via yusaku)
  36. AMBARI-1048. Integrate slave configuration parameters with respective
  37. service on step7 of installer wizard. (Jaimin Jetly via yusaku)
  38. AMBARI-1031. Check for host registration at step3 of installer wizard
  39. and retrieve information for RAM and no. of cores. (Jaimin Jetly via
  40. yusaku)
  41. AMBARI-1022. Integrate Heatmap UI to backend API. (Srimanth
  42. Gunturi via yusaku)
  43. AMBARI-1015. Create HBase summary section in Dashboard & Service
  44. pages. (Srimanth Gunturi via yusaku)
  45. AMBARI-1014. Hook service summary sections in service pages to API.
  46. (Srimanth Gunturi via yusaku)
  47. AMBARI-1008. Populate dashboard>MapReduce section with API data.
  48. (Srimanth Gunturi via yusaku)
  49. AMBARI-1006. Populate dashboard>HDFS section with API data.
  50. (Srimanth Gunturi via yusaku)
  51. AMBARI-1004. Allow properties entered in custom config
  52. (ex: hdfs-site.xml) to override existing or create new properties.
  53. (Jaimin Jetly via yusaku)
  54. AMBARI-1002. Integrate Installer with config APIs. (Jaimin Jetly
  55. via yusaku)
  56. AMBARI-989. Show task logs for each host in the Deploy step of the
  57. wizard. (yusaku)
  58. AMBARI-976. Hook HDFS/MapReduce/HBase/Host graphs to backend API
  59. (Srimanth Gunturi via yusaku)
  60. AMBARI-964. Implement summary page of installer wizard. (Jaimin Jetly
  61. via yusaku)
  62. AMBARI-974. Decommissioning of datanodes. (Jitendra Pandey via mahadev)
  63. AMBARI-975. Fix support for cascading updates to configs. (Hitesh Shah
  64. via mahadev)
  65. AMBARI-971. Add api support for creating multiple resources in a single
  66. request. (John Speidel via mahadev)
  67. AMBARI-970. Add additional Ganglia metrics and JMX properties. (Tom
  68. Beerbower via mahadev)
  69. AMBARI-967. Enhance predicate comparison. (Tom Beerbower via mahadev)
  70. AMBARI-954. Support installation of Ganglia master and slaves via
  71. Ambari Web. (yusaku)
  72. AMBARI-980. Allow installation of various service components. (yusaku)
  73. AMBARI-949. Provide metric graphs for individual hosts. (Srimanth
  74. Gunturi via yusaku)
  75. AMBARI-948. Invoke service starts after services are installed in the
  76. wizard. (yusaku)
  77. AMBARI-942. Integrate Install and Start APIs with the installer wizard.
  78. (Jaimin Jetly via yusaku)
  79. AMBARI-936. Provide HBase service specific graphs. (Srimanth Gunturi
  80. via yusaku)
  81. AMBARI-933. Provide service-specific alerts in the service summary
  82. pages. (Srimanth Gunturi via yusaku)
  83. AMBARI-938. Hardcode service name and client component mapping while
  84. awaiting meta data integration. (hitesh)
  85. AMBARI-927. Provide metrics graphs on the MapReduce services page.
  86. (Srimanth Gunturi via yusaku)
  87. AMBARI-916. Provide metrics graphs in HDFS services page. (Srimanth
  88. Gunturi via yusaku)
  89. AMBARI-908. Add ui option to either create a Postgres database for Hive
  90. and Oozie or choose existing database. (Jaimin Jetly via yusaku)
  91. AMBARI-915. Implement App Browser for displaying and navigating Pig/Hive
  92. workflows. (yusaku)
  93. AMBARI-907. Add support for getting multiple objects in controller.
  94. (hitesh)
  95. AMBARI-906. Util to extract hosts for various components. (jitendra)
  96. AMBARI-903. Various fixes for config handling integration. (Hitesh Shah via
  97. mahadev)
  98. AMBARI-900. Add configuration mapping support. (Nate Cole via mahadev)
  99. AMBARI-895. Need name consistency for metrics. (Tom Beerbower via mahadev)
  100. AMBARI-893. provide api support for temporal queries. (John Speidel via
  101. mahadev)
  102. AMBARI-897. Operations request object and skeleton management methods.
  103. (jitendra)
  104. AMBARI-894. TestHeartBeatMonitor fails intermittently. (jitendra)
  105. AMBARI-892. Add puppet executor at the agent to be able to run various
  106. commands from the server. (mahadev)
  107. AMBARI-887. Ability to save configuration. (Nate Cole via mahadev)
  108. AMBARI-877. Refactor resource provider implementation for changes to
  109. management interface. (Tom Beerbower via mahadev)
  110. AMBARI-876. Put metrics under metrics category. (Tom Beerbower via
  111. mahadev)
  112. AMBARI-890. Add client library option to step6 (Assign slaves) of
  113. installer wizard. Also add indicator and popovers for hosts with
  114. master component. (Jaimin Jetly via yusaku)
  115. AMBARI-889. Provide cluster metric graphs on Ambari main dashboard.
  116. (Srimanth Gunturi via yusaku)
  117. AMBARI-886. Support filters in controller get* apis. (hitesh)
  118. AMBARI-880. Implement Review Page (Step 8) for the Ambari Installer
  119. Wizard. (Jaimin Jetly via yusaku)
  120. AMBARI-872. Hookup Nagios alerts section in Ambari UI to backend
  121. server. (Srimanth Gunturi via yusaku)
  122. AMBARI-871. Integrate basic set of rest APIs with ambari-web
  123. installer wizardi. (Jaimin Jetly via yusaku)
  124. AMBARI-884. Implement Dashboard/Service summary. (yusaku)
  125. AMBARI-882. Group-based DataNode/TaskTracker/RegionServer overrides.
  126. (yusaku)
  127. AMBARI-881. Implement Add Hosts Wizard. (yusaku)
  128. AMBARI-869. Util to deserialize ExecutionCommand. (jitendra)
  129. AMBARI-874. Fix hostinfo reporting at the server and add a unit test for
  130. deserilization for the host information from agent. (mahadev)
  131. AMBARI-873. Support for multiple objects' updates in controller. (hitesh)
  132. AMBARI-870. Support metric types other than string (Tom Beerbower via
  133. mahadev)
  134. AMBARI-868. Clean up site.pp generation on the agent and remove the imports
  135. in the sample site.pp. (mahadev)
  136. AMBARI-862. API query against /clusters doesn't return any data.
  137. (John Speidel via mahadev)
  138. AMBARI-866. Add ORM layer for the FSM's in the server. (mahadev)
  139. AMBARI-853. Add more complete JMX metrics. (Tom Beerbower via mahadev)
  140. AMBARI-852. Improve REST API functionality regarding query and partial
  141. response (John Speidel via mahadev)
  142. AMBARI-865. Add unit test for action queue on the agent. (mahadev)
  143. AMBARI-851. Hook up Ganglia property provider. (Tom Beerbower via mahadev)
  144. AMBARI-863. Fix mvn tests to be able to run the python tests cleanly.
  145. (mahadev)
  146. AMBARI-849. Stage planner implementation. (jitendra)
  147. AMBARI-860. Remove code that adds fake stages for testing. (jitendra)
  148. AMBARI-856. Add cluster heatmap. (yusaku)
  149. AMBARI-855. Create the skeleton for a custom data adapter in Ambari Web.
  150. (yusaku)
  151. AMBARI-854. Serve ambari-web from jetty. (Jaimin Jely via yusaku)
  152. AMBARI-850. Flatten ExecutionCommand structure. (jitendra)
  153. AMBARI-848. Various tests for FSM and Controller impl. (hitesh)
  154. AMBARI-847. Run pyunit tests from maven test target and also autogenerated
  155. openssl passphrase. (mahadev)
  156. AMBARI-845. Fix NPE in the server to be able to run the server api's.
  157. (mahadev)
  158. AMBARI-844. Mock JMX provider for manual tests. (Tom Beerbower via mahadev)
  159. AMBARI-841. Fix comparison predicates in case where resource does not have
  160. property value. (Tom Beerbower via mahadev)
  161. AMBARI-833. Add missing Path annotation to rest services for
  162. put/post/delete. (John Speidel via mahadev)
  163. AMBARI-838. HACK: Add a thread in server to inject requests for testing.
  164. (Jitendra via mahadev)
  165. AMBARI-835. Update JMXPropertyProvider. (Tom Beerbower via hitesh)
  166. AMBARI-832. Merge ambari-api with ambari-server (mahadev)
  167. AMBARI-822. Implement an agent simulator for unit testing. (jitendra)
  168. AMBARI-829. Add unit tests for ResourceProviderImpl. (Tom Beerbower via
  169. mahadev)
  170. AMBARI-831. Move manifest generation into the ambari agent directory.
  171. (mahadev)
  172. AMBARI-828. Manifest generation for various actions from the server.
  173. (mahadev)
  174. AMBARI-827. Add clusterName to the status of the commands run by the agent.
  175. (mahadev)
  176. AMBARI-824. Provide basic management functionality (create/update) in the
  177. rest api (John Speidel via mahadev)
  178. AMBARI-826. Bug in processing command reports. (jitendra)
  179. AMBARI-825. Controller layer implementation part 3. (hitesh)
  180. AMBARI-823. Fix security filter on the server agent ports and remove
  181. duplication on servlet contexts for certs signing. (mahadev)
  182. AMBARI-821. Implement basic service state update and verify flow to
  183. ActionManager. (hitesh)
  184. AMBARI-812. In API , improve partial response support to drill down n levels
  185. (John Spiedel)
  186. AMBARI-791. Add unit tests and java docs for SPI code. (Tom Beerbower)
  187. AMBARI-820. Remove JAXB dependencies in Server Agent protocol and move to
  188. POJO based jackson serializer. (mahadev)
  189. AMBARI-819. Management controller implemenation work. (hitesh)
  190. AMBARI-811. Bug fix in jaxb serialization for maps. (jitendra)
  191. AMBARI-810. Controller layer implementation part 1. (hitesh)
  192. AMBARI-807. Fix Action scheduler tests because of fsm interface changes.
  193. (jitendra)
  194. AMBARI-806. Remove State object as configs/stack version/running state are
  195. handled as standalone entities. (hitesh)
  196. AMBARI-805. Add requestId tracking objects for management spi. (hitesh)
  197. AMBARI-803. FSM initial refactoring for eventual live/desired objects. (hitesh)
  198. AMBARI-800. Hack to add a stage for testing in in-memory db. (jitendra)
  199. AMBARI-801. Fix heartbeat message from the agent which is causing NPE at the
  200. server. (mahadev)
  201. AMBARI-778. Ensure data flows across all steps in installer wizard.
  202. (Jaimin Jetly via yusaku)
  203. AMBARI-799. Prototype for management spi part 3. (hitesh)
  204. AMBARI-797. Prototype for management spi interface continued. (hitesh)
  205. AMBARI-795. Fix failing tests for AgentResource and BootStrap. (mahadev)
  206. AMBARI-793. Make MapReduce, Nagios, and Ganglia optional during cluster
  207. install. (yusaku)
  208. AMBARI-794. Add log4j properties for logging at the server. (mahadev)
  209. AMBARI-790. OK in registration response. (jitendra)
  210. AMBARI-787. Registration throws HostNotFoundException for new hosts. (jitendra)
  211. AMBARI-788. Fix server and agent startup for end to end testing. (mahadev)
  212. AMBARI-785. Action response unit test. (jitendra)
  213. AMBARI-783. Fix guice injection in the server. (mahadev)
  214. AMBARI-784. Add Resource download API on the server. (mahadev)
  215. AMBARI-781. Registration unit test. (jitendra)
  216. AMBARI-754. Heartbeat handler: Registration response should query component
  217. status. (jitendra)
  218. AMBARI-755. Heartbeat handler: Update state as reported in heartbeat.
  219. (jitendra)
  220. AMBARI-756. Heartbeat handler: Handle heartbeat timeout. (jitendra)
  221. AMBARI-767. Add bootstrap script to ssh in parallel and setup agents on a
  222. list of hosts. (mahadev)
  223. AMBARI-764. Integrate REST API (Tom Beerbower via mahadev)
  224. AMBARI-762. Implement Confirm Hosts page for Ambari installer
  225. (Jaimin Jetly via yusaku)
  226. AMBARI-763. Implement Installer Step 6 (Assign Slaves). (yusaku)
  227. AMBARI-760. Fix injection in data access objects to use guice provider.
  228. (mahadev)
  229. AMBARI-759. Add puppet scripts to the agent for configuring/installing
  230. various services and add security aspects to api's and server/agent.
  231. (mahadev)
  232. AMBARI-749. Complete Java side implementation of bootstrapping agent hosts.
  233. (mahadev)
  234. AMBARI-757. Implement Installer Step 4 (Select Services). (yusaku)
  235. AMBARI-751. Re-structure servicecomponenthost fsm layout. (hitesh)
  236. AMBARI-732. Action scheduler unit tests. (jitendra)
  237. AMBARI-739. Cluster fsm implementation. (hitesh)
  238. AMBARI-738. s/Node/Host/g. (hitesh)
  239. AMBARI-737. ServiceComponentNode FSM implementation. (hitesh)
  240. AMBARI-722. Action scheduler implementation. (jitendra)
  241. AMBARI-733. Add Jersey Resource for BootStrapping and JAXB elements for API
  242. entities. (mahadev)
  243. AMBARI-730. Add unit tests for jersey apis on the server. (mahadev)
  244. AMBARI-725. Add commandstatus/result/error objects into the rest API between
  245. server and agent. (mahadev)
  246. AMBARI-723. Implement Installer Welcome page and Install Options page
  247. (Jaimin Jetly via yusaku)
  248. AMBARI-726. ORM-based data access layer for new design (Jaimin Jetly via hitesh)
  249. AMBARI-728. Initial work on ServiceComponentNode FSM. (hitesh)
  250. AMBARI-724. Add tabs, dynamic form generation, validation errors, and info
  251. popovers for Customize Services page in Installer (yusaku)
  252. AMBARI-714. Job FSM Impl and tests. (hitesh)
  253. AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
  254. (mahadev)
  255. AMBARI-720. Tweak basic styles for Installer. (yusaku)
  256. AMBARI-719. Enable Responsive Design. (yusaku)
  257. AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
  258. serialization. (mahadev)
  259. AMBARI-717. Starter implementation for Installer Customize Services page.
  260. Stylize top nav and implement static footer. Stylize login page. (yusaku)
  261. AMBARI-711. Create utility functions related to localStorage for first two
  262. steps: cluster name and Install options. Also develop view logic with
  263. preliminary validations for these two steps. (Jaimin Jetly via yusaku)
  264. AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
  265. AMBARI-713. Initial work on Job FSM. (hitesh)
  266. AMBARI-712. Action manager skeleton. (jitendra)
  267. AMBARI-710. Basic registration and heartbeat protocol implementation between
  268. the server and the agent. (mahadev)
  269. AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
  270. it during registeration. (mahadev)
  271. AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
  272. AMBARI-706. Basic tests for Node FSM. (hitesh)
  273. AMBARI-705. Initial work on Node FSM. (hitesh)
  274. AMBARI-703. Heartbeat handler classes. (jitendra)
  275. AMBARI-702. Add skeleton for Ambari agent that talks to the server and
  276. collects information for host. (mahadev)
  277. AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
  278. AMBARI-698. Add a simple server and artifact generation to run a server with
  279. a simple api check. (mahadev)
  280. AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
  281. AMBARI-695. More basic class restructuring for new design. (hitesh)
  282. AMBARI-694. Class to encapsulate stage. (jitendra)
  283. AMBARI-691. More basic classes for new design. (hitesh)
  284. AMBARI-693. Classes for request objects. (jitendra)
  285. AMBARI-685. Basic classes. (hitesh via jitendra)
  286. AMBARI-676. Seperate directory for ambari-server. (jitendra)
  287. IMPROVEMENTS
  288. AMBARI-1156. Dashboard > HDFS pie chart should hover with details. (yusaku)
  289. AMBARI-1154. The check boxes to check/uncheck one of the members in a multi
  290. artifact graphs is not very readable. It should be more apparent on which
  291. one the user clicked on. (yusaku)
  292. AMBARI-1106. User-specified custom configs (such as hdfs-site.xml overrides)
  293. should be persisted to maintain what the user specified.
  294. (Jaimin Jetly via yusaku)
  295. AMBARI-1103. Need to be able to reliably recover from the case when the browser
  296. is closed during deploy (Step 8 post submission, Step 9) of the wizard.
  297. (Arun Kandregula via yusaku)
  298. AMBARI-1099. Hive Service Summary needs to show service components better.
  299. (Srimanth Gunturi via yusaku)
  300. AMBARI-1097. Restrict user to proceed ahead of step 7 (Service configuration)
  301. when properties specified in custom-box are already exposed on the page.
  302. (Jaimin Jetly via yusaku)
  303. AMBARI-1102. Error handling when errors are encountered during preparation
  304. for deploy. (Arun Kandregula via yusaku)
  305. AMBARI-1096. Create heatmap legend entries for missing data/invalid hosts.
  306. (Srimanth Gunturi via yusaku)
  307. AMBARI-1078. Improve graph message when data is not available.
  308. (Srimanth Gunturi via yusaku)
  309. AMBARI-1146. Exclude hosts and include hosts config parameters need
  310. clarification. (yusaku)
  311. AMBARI-1074. CPU Usage chart needs better idle time display. (Srimanth
  312. Gunturi via yusaku)
  313. AMBARI-1072. Change text on alerts "about XX hours ago". (Srimanth Gunturi
  314. via yusaku)
  315. AMBARI-1145. Cluster Management refactoring. (yusaku)
  316. AMBARI-984. Add support for exposing filesystem type for mount points
  317. at host level. (hitesh via mahadev)
  318. AMBARI-973. Ensure zookeeper service check run after zookeeper start.
  319. (hitesh via mahadev)
  320. AMBARI-965. Stop events should be handled at all valid points for safe
  321. recovery. (hitesh via mahadev)
  322. AMBARI-959. Handle passing repo information from server to agent.
  323. (hitesh via mahadev)
  324. AMBARI-951. Integrate meta data to be able to run service checks after
  325. a start of a service. (hitesh via mahadev)
  326. AMBARI-932. Add initial hooks to trigger smoke tests on service starts.
  327. (hitesh via mahadev)
  328. AMBARI-924. Rename job to action. (hitesh via mahadev)
  329. AMBARI-922. Use stack name and version in fsm layer. (hitesh via mahadev)
  330. AMBARI-982. Add ability to set rack info for a host.
  331. (Nate Cole via mahadev)
  332. AMBARI-981. Add configuration to host_component request.
  333. (Nate Cole via mahadev)
  334. AMBARI-931. Support for /hosts end point. (Nate Cole via mahadev)
  335. AMBARI-912. Test case for ConfigurationService.
  336. (Nate Cole via mahadev)
  337. AMBARI-1021. Ambari-agent init script needs to be aware of already
  338. running/not running agent process. (Pramod Thangali via mahadev)
  339. AMBARI-1019. Add methods to get postgres user name/password or any
  340. regex validated string input from user.
  341. (Pramod Thangali via mahadev)
  342. AMBARI-1007. Add aggregate IO stats to workflow data web service
  343. (Pramod Thangali via mahadev)
  344. AMBARI-1000. Use FQDN instead of hostname when registering an agent with
  345. Ambari server. (Pramod Thangali via mahadev)
  346. AMBARI-1066. Rename Charts section to Heatmaps. (Srimanth Gunturi via
  347. mahadev)
  348. AMBARI-1056. Expose CapacityRemaining JMX metric to NAMENODE
  349. ServiceComponentInfo. (Tom Beerbower via mahadev)
  350. AMBARI-1055. Refactor SPI Request interface to remove PropertyId.
  351. (Tom Beerbower via mahadev)
  352. AMBARI-1049. Tune Ganglia request. (Tom Beerbower via mahadev)
  353. AMBARI-1037. Implement an efficient way to provide Ganglia data for
  354. heatmap and other cluster visualization tools.
  355. (Tom Beerbower via mahadev)
  356. AMBARI-1001. Cluster level Network, Load, CPU and Memory metrics in API
  357. needed for dashboard page. (Tom Beerbower via mahadev)
  358. AMBARI-996. Expose metrics and properties for UI. (Tom Beerbower via mahadev)
  359. AMBARI-972. Refactor resource provider implementation to move inner classes.
  360. (Tom Beerbower via mahadev)
  361. AMBARI-943. Add Host metrics. (Tom Beerbower via mahadev)
  362. AMBARI-929. Show HBASE_REGIONSERVER metrics. (Tom Beerbower via mahadev)
  363. AMBARI-928. Enable end to end testing of Request and Task resources.
  364. (Tom Beerbower via mahadev)
  365. AMBARI-925. Return RequestStatus through ClusterController.
  366. (Tom Beerbower via mahadev)
  367. AMBARI-923. ResourceProvider changes for Request and Task resources.
  368. (Tom Beerbower via mahadev)
  369. AMBARI-911. Implement an efficient way to provide Ganglia data for heatmap
  370. and other cluster visualization tools. (Tom Beerbower via mahadev)
  371. AMBARI-930. Map update to PUT and create to POST.
  372. (John Speidel via mahadev)
  373. AMBARI-1053. Dashboard page loads very slow due to hosts?fields=* API call
  374. (Srimanth Gunturi via yusaku)
  375. AMBARI-1051. Dashboard page takes long time to load. (Srimanth Gunturi via
  376. yusaku)
  377. AMBARI-1041. Additional metrics need to be added to Heatmap UI. (Srimanth
  378. Gunturi via yusaku)
  379. AMBARI-1040. Cluster heatmap: green should always mean "good". (Srimanth
  380. Gunturi via yusaku)
  381. AMBARI-1039. Improve Nagios alerts time display. (Srimanth Gunturi via yusaku)
  382. AMBARI-1036. Service Info/Quick Links do not display external hostnames.
  383. (Srimanth Gunturi via yusaku)
  384. AMBARI-1035. Aggregate creation of multiple services and assignment of host
  385. to cluster. (Jaimin Jetly via yusaku)
  386. AMBARI-1034. Metric Charts - display local time rather than UTC.
  387. (Srimanth Gunturi via yusaku)
  388. AMBARI-1033. Nagios and Ganglia links should use public host names in URLs.
  389. (Srimanth Gunturi via yusaku)
  390. AMBARI-1030. Metrics links in web ui should link to Ganglia UI. (Srimanth
  391. Gunturi via yusaku)
  392. AMBARI-1025. Display total install and start services time on summary page
  393. and polish summary page ui. (Jaimin Jetly via yusaku)
  394. AMBARI-1023. Dashboard page should handle API sending JSON as strings and
  395. object. (Srimanth Gunturi via yusaku)
  396. AMBARI-1011. Create 2 missing HDFS service graphs. (Srimanth Gunturi via
  397. yusaku)
  398. AMBARI-1003. Nagios sections should use backend API to populate. (Srimanth
  399. Gunturi via yusaku)
  400. AMBARI-1062. Convert Apache license header comment style in Handlebars files
  401. to Handlebars comments rather than JavaScript comments. (yusaku)
  402. AMBARI-1061. Data loading refactoring for cluster management. (yusaku)
  403. AMBARI-1060. Data loading for App Browser. (yusaku)
  404. AMBARI-993. Hook up login with server authentication. (yusaku)
  405. AMBARI-1059. Refactor cluster management. (yusaku)
  406. AMBARI-1058. Implement data loading. (yusaku)
  407. AMBARI-956. On unavailability of non-master components, host with least
  408. number of master components should install all slave and client components.
  409. (Jaimin Jetly via yusaku)
  410. AMBARI-990. Refactor App Browser. (yusaku)
  411. AMBARI-979. More refactoring of App Browser code. (yusaku)
  412. AMBARI-947. Make it easier to test Deploy (Install, Start + Test) step
  413. of the wizard. (yusaku)
  414. AMBARI-978. Refactor App Browser code. (yusaku)
  415. AMBARI-977. Refactor Wizard and Cluster Management code. (yusaku)
  416. AMBARI-941. More refactoring of Wizards in Ambari Web. (yusaku)
  417. AMBARI-919. Partial refactoring and consolidation of code for various
  418. wizards. (yusaku)
  419. AMBARI-918. Update styles in Cluster Management. (yusaku)
  420. AMBARI-917. Update layout and flow for App Browser. (yusaku)
  421. AMBARI-888. Add more tests for controller implementation. (hitesh)
  422. AMBARI-891. Initial work to refactor the Wizards in Ambari Web. (yusaku)
  423. AMBARI-883. Improve user interactions on Confirm Hosts page of the
  424. Installer. (yusaku)
  425. AMBARI-859. Tighten up the layout for the Install page of the Installer.
  426. (yusaku)
  427. AMBARI-857. Refactor Install Options page for the Install Wizard. (yusaku)
  428. OPTIMIZATIONS
  429. BUG FIXES
  430. AMBARI-1144. Cannot save changes to ZooKeeper configuration.
  431. (Arun Kandregula via yusaku)
  432. AMBARI-1155. Change "Save and apply changes" button on configs section to
  433. "Save". (yusaku)
  434. AMBARI-1153. Host jams in status 'Preparing' if host name is wrong.
  435. (Arun Kandregula via yusaku)
  436. AMBARI-1132. Stopping service doesn't cause blinking status until refresh.
  437. (Srimanth Gunturi via yusaku)
  438. AMBARI-1143. tmpfs filesystem being added to the list in the dir used by
  439. Ambari. (Arun Kandregula via yusaku)
  440. AMBARI-1142. On Notification Popup, clicking "go to nagios UI" doesn't
  441. load nagios UI. (Arun Kandregula via yusaku)
  442. AMBARI-1125. Graphs "degrade" over time. (Srimanth Gunturi via yusaku)
  443. AMBARI-1124. Boxes on services page need min height or something to keep
  444. it from visually cutting off info. (Srimanth Gunturi via yusaku)
  445. AMBARI-1123. Ambari heatmaps and host information shows infinity for disk
  446. space used. (Srimanth Gunturi via yusaku)
  447. AMBARI-1141. In some cases, clicking "Register and Confirm" button does
  448. not do anything. (Arun Kandregula via yusaku)
  449. AMBARI-1140. Resuming deploy for Installer/Add Hosts does not work if the
  450. browser is shut down during the start phase of deploy.
  451. (Arun Kandregula via yusaku)
  452. AMBARI-1120. Key spikes in HDFS IO missing from IO summary graphs.
  453. (Srimanth Gunturi via yusaku)
  454. AMBARI-1119. Service Summary pages no longer show service-specific info.
  455. (Srimanth Gunturi via yusaku)
  456. AMBARI-1118. Dashboard > HDFS title's free capacity doesn't match summary.
  457. (Srimanth Gunturi via yusaku)
  458. AMBARI-1115. Host component live status is broken. (Srimanth Gunturi via
  459. yusaku)
  460. AMBARI-1113. Install Wizard: Confirm host stuck at Preparing stage.
  461. (Arun Kandregula via yusaku)
  462. AMBARI-1112. Add hosts fails second time around. (Srimanth Gunturi via
  463. yusaku)
  464. AMBARI-1111. Install wizard step 9 gets stuck at 0% and other issues on
  465. page refresh. (Srimanth Gunturi via yusaku)
  466. AMBARI-1110. After clicking the deploy button on the Add Hosts wizard, the
  467. user is always taken to the Installer Wizard Step 8 upon login.
  468. (Arun Kandregula via yusaku)
  469. AMBARI-1152. Add Hosts wizard - Retry button does not trigger call to
  470. backend. (yusaku)
  471. AMBARI-1104. Webhcat configuration not setting templeton-libjars.
  472. (Jaimin Jetly via yusaku)
  473. AMBARI-1151. Reconfigure fails silently; it's not firing any API calls due
  474. to a JS error. (yusaku)
  475. AMBARI-1098. Switching services does not update various UI elements.
  476. (Srimanth Gunturi via yusaku)
  477. AMBARI-1150. Installer Wizard - Retry feature in Deploy step (Step 9) is
  478. broken. (yusaku)
  479. AMBARI-1092. dashboard > Summary > capacity pie chart keeps changing colors.
  480. (Srimanth Gunturi via yusaku)
  481. AMBARI-1091. 2 parallel requests for service information resulting in JS
  482. exception. (Srimanth Gunturi via yusaku)
  483. AMBARI-1090. Restrict user to apply service configuration when custom box
  484. properties are already exposed on the management config page.
  485. (Jaimin Jetly via yusaku)
  486. AMBARI-1149. HIVE_METASTORE needs to be started as a Hive component.
  487. (yusaku)
  488. AMBARI-1088. HDFS capacity chart numbers are incorrect. (Srimanth Gunturi
  489. via yusaku)
  490. AMBARI-1084. Heatmap displays NaN. (Srimanth Gunturi via yusaku)
  491. AMBARI-1081. HDFS disk capacity on dashboard is seen as negative number.
  492. (Srimanth Gunturi via yusaku)
  493. AMBARI-1148. Fix incorrect labels for configuration parameters. (yusaku)
  494. AMBARI-1080. Host disk & memory graphs have incorrect values.
  495. (Srimanth Gunturi via yusaku)
  496. AMBARI-1077. The value for dead nodes is not getting populated on UI.
  497. (Srimanth Gunturi via yusaku)
  498. AMBARI-1073. Remove cluster name entry from top titlebar. (Srimanth Gunturi
  499. via yusaku)
  500. AMBARI-1071. Nagios alerts not updating in UI. (Srimanth Gunturi via yusaku)
  501. AMBARI-1063. Workflow Web Service potentially leaks DB connections upon
  502. exceptions. (yusaku)
  503. AMBARI-962. Update of host components fail when service name is not passed
  504. in. (hitesh via mahadev)
  505. AMBARI-945. Fix 500 errors on get resources api. (hitesh via mahadev)
  506. AMBARI-944. Fixes for meta info layer. (hitesh via mahadev)
  507. AMBARI-913. Fix all apis to return correctly filled status response.
  508. (hitesh via mahadev)
  509. AMBARI-999. RUBYLIB env variable expanding forever. (Pramod Thangali via
  510. mahadev)
  511. AMBARI-1069. HDFS Disk Capacity in HDFS Service Summary is totally off.
  512. (Srimanth Gunturi via mahadev)
  513. AMBARI-1068. Dashboard cluster level graphs showing only 45 minutes of data.
  514. (Srimanth Gunturi via mahadev)
  515. AMBARI-1067. Service > MapReduce map slots reserved / occupied are backwards.
  516. (Srimanth Gunturi via mahadev)
  517. AMBARI-1057. Can't reset ambari-server due to fail drop/create database DDLs.
  518. (Tom Beerbower via mahadev)
  519. AMBARI-1052. UnsupportedPropertyException thrown from update.
  520. (Tom Beerbower via mahadev)
  521. AMBARI-1050. Host metric values coming in with 0 values.
  522. (Tom Beerbower via mahadev)
  523. AMBARI-1047. Create Configuration API call is throwing 500:
  524. UnsupportedPropertyException. (Tom Beerbower via mahadev)
  525. AMBARI-1044. API is not returning Ganglia metrics for one of the hosts
  526. in the cluster. (Tom Beerbower via mahadev)
  527. AMBARI-1043. Updates with queries that contain non primary key fields
  528. may update resources that don't satisfy the query.
  529. (Tom Beerbower via mahadev)
  530. AMBARI-1038. Ganglia setup does not allow for subsequent changes to the
  531. cluster. (Tom Beerbower via mahadev)
  532. AMBARI-1027. Fix missing block metrics for NAMENODE.
  533. (Tom Beerbower via mahadev)
  534. AMBARI-1026. Resolve overlap between JMX and Ganglia metrics.
  535. (Tom Beerbower via mahadev)
  536. AMBARI-1020. Start time, end time and resolution not set correctly for
  537. rrd.py call in Ganglia property. (Tom Beerbower via mahadev)
  538. AMBARI-1016. Initial API calls after Ambari Web install resulted in 500
  539. (ArrayIndexOutOfBoundsException); Ambari Web stuck at "Loading..."
  540. (Tom Beerbower via mahadev)
  541. AMBARI-1012. Fix race condition in DefaultProviderModule.
  542. (Tom Beerbower via mahadev)
  543. AMBARI-1010. Fix extra comma in rrd.py output. (Tom Beerbower via mahadev)
  544. AMBARI-1005. No Ganglia/JMX metrics data are coming through.
  545. (Tom Beerbower via mahadev)
  546. AMBARI-997. Fix HBASE JMX properties. (Tom Beerbower via mahadev)
  547. AMBARI-994. Host metrics API servlet not filtering on given fields.
  548. (Tom Beerbower via mahadev)
  549. AMBARI-988. Update resource drops property values.
  550. (Tom Beerbower via mahadev)
  551. AMBARI-969. GET on temporal data throws 500. (Tom Beerbower via mahadev)
  552. AMBARI-968. Task resources not returned under request resources.
  553. (Tom Beerbower via mahadev)
  554. AMBARI-961. Sub-resources and metrics through API are broken.
  555. (Tom Beerbower via mahadev)
  556. AMBARI-1046. Heatmap with no numbers on the hover. (Srimanth Gunturi via
  557. yusaku)
  558. AMBARI-1045. Service summary sections have incorrect values displayed.
  559. (Srimanth Gunturi via yusaku)
  560. AMBARI-1042. Heatmap UI fluctuates between white and green colors
  561. intermittently. (Srimanth Gunturi via yusaku)
  562. AMBARI-1032. Host hover in cluster heatmap showing mock data. (Srimanth
  563. Gunturi via yusaku)
  564. AMBARI-1028. MapReduce & HDFS summaries should use ServiceComponentInfo
  565. values. (Srimanth Gunturi via yusaku)
  566. AMBARI-1017. Alerts not showing up in Ambari UI due to model refactoring.
  567. (Srimanth Gunturi via yusaku)
  568. AMBARI-1013. Host metrics charts should use live data. (Srimanth Gunturi
  569. via yusaku)
  570. AMBARI-1009. Cluster level graphs need to use API for data. (Srimanth
  571. Gunturi via yusaku)
  572. AMBARI-1064. App Browser fixes. (yusaku)
  573. AMBARI-995. Deploy logs not shown for failed tasks. (yusaku)
  574. AMBARI-992. Logout does not clean application state properly. (yusaku)
  575. AMBARI-957. Adding a host whose hostname is the same as the one the user
  576. is accessing Ambari Web with breaks the Installer. (yusaku)
  577. AMBARI-953. Fix navigation issues in installer wizard due to regression.
  578. (Jaimin Jetly via yusaku)
  579. AMBARI-899. Use slf4j-api 1.5.5 rather than 1.6.6. (yusaku)
  580. AMBARI-902. Fix ZooKeeper badge allocation logic for single host and
  581. muliple hosts installation in step5 installer wizard. (Jaimin Jetly via
  582. yusaku)
  583. AMBARI-896. Resolve all navigation related issues for Step6 (Slave and
  584. Client component) of installer wizard. (Jaimin Jetly via yusaku)
  585. AMBARI-914. Fix issues related to Slave Component Group in Installer.
  586. (yusaku)
  587. AMBARI-909. Pass correct cluster info to Action Manager. (hitesh)
  588. AMBARI-904. Ensure state changes only happen after actionmanager persists
  589. actions. (hitesh)
  590. AMBARI-905. Fix puppet site creation with flattening of execution commands
  591. send from the server. (mahadev)
  592. AMBARI-885. Fix miscellaneous issues related to Ambari Web. (yusaku)
  593. AMBARI-879. Installer skips Confirm Hosts page of the wizard when testing
  594. locally without Ambari Server. (yusaku)
  595. AMBARI-878. Various tests for FSM, controller and state objects. (hitesh)
  596. AMBARI-858. Installer -> Select Services page: warning popups are no longer
  597. appearing. (yusaku)
  598. AMBARI-846. Select Masters Page: make ZooKeeper addition/removal UI more
  599. organized. (Jaimin Jetly via yusaku)
  600. AMBARI-840. Hitting browser refresh should not clear present step data that
  601. had already been persisted to local DB. (Jaimin Jetly via yusaku)
  602. AMBARI-843. Fix more null pointers for partial request objects. (hitesh)
  603. AMBARI-842. Fix null point exception during adding of hosts to cluster. (hitesh)
  604. AMBARI-839. Temporary fix for server start order. (hitesh)
  605. AMBARI-837. Fix basic injection issues for controller impl. (hitesh)
  606. AMBARI-836. Fix generation of requestId to be unique across restarts. (hitesh)
  607. AMBARI-834. Use RoleCommand instead of ServiceComponentHostEventType for HostAction
  608. in Controller. (hitesh)
  609. AMBARI-830. Various fixes and tests for controller implementation. (hitesh)
  610. AMBARI-808. Handle appropriate start/stop/install/.. events at their respective
  611. failed states. (hitesh)
  612. AMBARI-798. Fix import issue due to move of Predicate class. (hitesh)
  613. AMBARI-780. Make FSM related changes for heartbeat handler. (hitesh)
  614. AMBARI-774. Renable and fix AgentResourceTest. (mahadev)
  615. AMBARI-773. Change Host FSM as per new requirements of heartbeat handler. (hitesh)
  616. AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
  617. AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
  618. AMBARI-718. Fix installer navigation. (yusaku)
  619. AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
  620. AMBARI-680. Fix pom structure. (hitesh)