AMBARI-666-CHANGES.txt 7.5 KB

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