AMBARI-666-CHANGES.txt 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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. AMBARI-666 branch (unreleased changes)
  8. INCOMPATIBLE CHANGES
  9. NEW FEATURES
  10. AMBARI-816. Update Cluster Management -> Services pages to use a left nav
  11. rather than tabs for service selection. (yusaku)
  12. AMBARI-815. Ensure data persistence during navigation, refresh and
  13. ensure necessary restrictions. (Jaimin Jetly via yusaku)
  14. AMBARI-806. Remove State object as configs/stack version/running state are
  15. handled as standalone entities. (hitesh)
  16. AMBARI-805. Add requestId tracking objects for management spi. (hitesh)
  17. AMBARI-803. FSM initial refactoring for eventual live/desired objects. (hitesh)
  18. AMBARI-802. Enhance Cluster Management pages. (yusaku)
  19. AMBARI-800. Hack to add a stage for testing in in-memory db. (jitendra)
  20. AMBARI-801. Fix heartbeat message from the agent which is causing NPE at the
  21. server. (mahadev)
  22. AMBARI-778. Ensure data flows across all steps in installer wizard.
  23. (Jaimin Jetly via yusaku)
  24. AMBARI-799. Prototype for management spi part 3. (hitesh)
  25. AMBARI-797. Prototype for management spi interface continued. (hitesh)
  26. AMBARI-795. Fix failing tests for AgentResource and BootStrap. (mahadev)
  27. AMBARI-793. Make MapReduce, Nagios, and Ganglia optional during cluster
  28. install. (yusaku)
  29. AMBARI-794. Add log4j properties for logging at the server. (mahadev)
  30. AMBARI-790. OK in registration response. (jitendra)
  31. AMBARI-789. Prototype for management spi interface. (hitesh)
  32. AMBARI-787. Registration throws HostNotFoundException for new hosts. (jitendra)
  33. AMBARI-788. Fix server and agent startup for end to end testing. (mahadev)
  34. AMBARI-785. Action response unit test. (jitendra)
  35. AMBARI-783. Fix guice injection in the server. (mahadev)
  36. AMBARI-784. Add Resource download API on the server. (mahadev)
  37. AMBARI-781. Registration unit test. (jitendra)
  38. AMBARI-754. Heartbeat handler: Registration response should query component
  39. status. (jitendra)
  40. AMBARI-779. Introduce ManagementController interface. (Tom Beerbower via hitesh)
  41. AMBARI-755. Heartbeat handler: Update state as reported in heartbeat.
  42. (jitendra)
  43. AMBARI-777. Add NOTICE file for copyright of stdlib from puppetlabs.
  44. (mahadev)
  45. AMBARI-776. Puppet scripts for all the modules to install/configure the
  46. stack. (mahadev)
  47. AMBARI-756. Heartbeat handler: Handle heartbeat timeout. (jitendra)
  48. AMBARI-772. Stylize main nav. (yusaku)
  49. AMBARI-771. Add security between the server and agent and authentication for
  50. the API. (mahadev)
  51. AMBARI-770. Cluster Management pages for Ambari Web. (yusaku)
  52. AMBARI-769. Implement step 9 (Install,start and test) of installer wizard.
  53. (Jaimin Jetly via yusaku)
  54. AMBARI-768. Implement step 5 of installer wizard (Assign Masters).
  55. (Ananya Sen via yusaku)
  56. AMBARI-767. Add bootstrap script to ssh in parallel and setup agents on a
  57. list of hosts. (mahadev)
  58. AMBARI-764. Integrate REST API (Tom Beerbower via mahadev)
  59. AMBARI-762. Implement Confirm Hosts page for Ambari installer
  60. (Jaimin Jetly via yusaku)
  61. AMBARI-763. Implement Installer Step 6 (Assign Slaves). (yusaku)
  62. AMBARI-760. Fix injection in data access objects to use guice provider.
  63. (mahadev)
  64. AMBARI-759. Add puppet scripts to the agent for configuring/installing
  65. various services and add security aspects to api's and server/agent.
  66. (mahadev)
  67. AMBARI-749. Complete Java side implementation of bootstrapping agent hosts.
  68. (mahadev)
  69. AMBARI-757. Implement Installer Step 4 (Select Services). (yusaku)
  70. AMBARI-751. Re-structure servicecomponenthost fsm layout. (hitesh)
  71. AMBARI-747. Add unit tests for step2 (Install option page) of installer.
  72. (Jaimin Jetly via yusaku)
  73. AMBARI-746. Integrate configuration properties and custom configuration
  74. file overrides in Customize Services page. (yusaku)
  75. AMBARI-732. Action scheduler unit tests. (jitendra)
  76. AMBARI-739. Cluster fsm implementation. (hitesh)
  77. AMBARI-745. Add unit tests for Installer Step 1 (Welcome page). (yusaku)
  78. AMBARI-744. Add definition for service config properties. (yusaku)
  79. AMBARI-743. Add unit testing framework for Ambari Web. (yusaku)
  80. AMBARI-742. Implement running a bootstrap api, keep a fifo queue and logic
  81. for getting a request. (mahadev)
  82. AMBARI-741. Use ember-i18n to externalize string resources in Ambari Web.
  83. (yusaku)
  84. AMBARI-735. Clean up Installer Welcome page and Install Options page.
  85. (Jaimin Jetly via yusaku)
  86. AMBARI-738. s/Node/Host/g. (hitesh)
  87. AMBARI-737. ServiceComponentNode FSM implementation. (hitesh)
  88. AMBARI-734. Initial work for adding DataNode/TaskTracker/RegionServer
  89. configuration overrides on groups of hosts in Installer Customize Services
  90. page. (yusaku)
  91. AMBARI-736. Initial work on Cluster Management pages. (yusaku)
  92. AMBARI-733. Add Jersey Resource for BootStrapping and JAXB elements for API
  93. entities. (mahadev)
  94. AMBARI-730. Add unit tests for jersey apis on the server. (mahadev)
  95. AMBARI-725. Add commandstatus/result/error objects into the rest API between
  96. server and agent. (mahadev)
  97. AMBARI-723. Implement Installer Welcome page and Install Options page
  98. (Jaimin Jetly via yusaku)
  99. AMBARI-726. ORM-based data access layer for new design (Jaimin Jetly via hitesh)
  100. AMBARI-728. Initial work on ServiceComponentNode FSM. (hitesh)
  101. AMBARI-724. Add tabs, dynamic form generation, validation errors, and info
  102. popovers for Customize Services page in Installer (yusaku)
  103. AMBARI-714. Job FSM Impl and tests. (hitesh)
  104. AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
  105. (mahadev)
  106. AMBARI-720. Tweak basic styles for Installer. (yusaku)
  107. AMBARI-719. Enable Responsive Design. (yusaku)
  108. AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
  109. serialization. (mahadev)
  110. AMBARI-717. Starter implementation for Installer Customize Services page.
  111. Stylize top nav and implement static footer. Stylize login page. (yusaku)
  112. AMBARI-711. Create utility functions related to localStorage for first two
  113. steps: cluster name and Install options. Also develop view logic with
  114. preliminary validations for these two steps. (Jaimin Jetly via yusaku)
  115. AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
  116. AMBARI-713. Initial work on Job FSM. (hitesh)
  117. AMBARI-712. Action manager skeleton. (jitendra)
  118. AMBARI-710. Basic registration and heartbeat protocol implementation between
  119. the server and the agent. (mahadev)
  120. AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
  121. it during registeration. (mahadev)
  122. AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
  123. AMBARI-706. Basic tests for Node FSM. (hitesh)
  124. AMBARI-705. Initial work on Node FSM. (hitesh)
  125. AMBARI-703. Heartbeat handler classes. (jitendra)
  126. AMBARI-702. Add skeleton for Ambari agent that talks to the server and
  127. collects information for host. (mahadev)
  128. AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
  129. AMBARI-698. Add a simple server and artifact generation to run a server with
  130. a simple api check. (mahadev)
  131. AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
  132. AMBARI-695. More basic class restructuring for new design. (hitesh)
  133. AMBARI-694. Class to encapsulate stage. (jitendra)
  134. AMBARI-691. More basic classes for new design. (hitesh)
  135. AMBARI-693. Classes for request objects. (jitendra)
  136. AMBARI-685. Basic classes. (hitesh via jitendra)
  137. AMBARI-676. Seperate directory for ambari-server. (jitendra)
  138. IMPROVEMENTS
  139. OPTIMIZATIONS
  140. BUG FIXES
  141. AMBARI-817. Fix import dependencies so that unit test suites can be run
  142. again for Ambari Web. (yusaku)
  143. AMBARI-804. Fix routing issues with Admin pages. (yusaku)
  144. AMBARI-798. Fix import issue due to move of Predicate class. (hitesh)
  145. AMBARI-780. Make FSM related changes for heartbeat handler. (hitesh)
  146. AMBARI-774. Renable and fix AgentResourceTest. (mahadev)
  147. AMBARI-773. Change Host FSM as per new requirements of heartbeat handler. (hitesh)
  148. AMBARI-761. Fix broken build for adding guice servlet dependency. (mahadev)
  149. AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
  150. AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
  151. AMBARI-750. Fix build compilation issue. (mahadev)
  152. AMBARI-718. Fix installer navigation. (yusaku)
  153. AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
  154. AMBARI-680. Fix pom structure. (hitesh)