AMBARI-666-CHANGES.txt 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  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-1022. Integrate Heatmap UI to backend API. (Srimanth
  11. Gunturi via yusaku)
  12. AMBARI-1015. Create HBase summary section in Dashboard & Service
  13. pages. (Srimanth Gunturi via yusaku)
  14. AMBARI-1014. Hook service summary sections in service pages to API.
  15. (Srimanth Gunturi via yusaku)
  16. AMBARI-1008. Populate dashboard>MapReduce section with API data.
  17. (Srimanth Gunturi via yusaku)
  18. AMBARI-1006. Populate dashboard>HDFS section with API data.
  19. (Srimanth Gunturi via yusaku)
  20. AMBARI-1004. Allow properties entered in custom config
  21. (ex: hdfs-site.xml) to override existing or create new properties.
  22. (Jaimin Jetly via yusaku)
  23. AMBARI-1002. Integrate Installer with config APIs. (Jaimin Jetly
  24. via yusaku)
  25. AMBARI-989. Show task logs for each host in the Deploy step of the
  26. wizard. (yusaku)
  27. AMBARI-976. Hook HDFS/MapReduce/HBase/Host graphs to backend API
  28. (Srimanth Gunturi via yusaku)
  29. AMBARI-964. Implement summary page of installer wizard. (Jaimin Jetly
  30. via yusaku)
  31. AMBARI-974. Decommissioning of datanodes. (Jitendra Pandey via mahadev)
  32. AMBARI-975. Fix support for cascading updates to configs. (Hitesh Shah
  33. via mahadev)
  34. AMBARI-971. Add api support for creating multiple resources in a single
  35. request. (John Speidel via mahadev)
  36. AMBARI-970. Add additional Ganglia metrics and JMX properties. (Tom
  37. Beerbower via mahadev)
  38. AMBARI-967. Enhance predicate comparison. (Tom Beerbower via mahadev)
  39. AMBARI-954. Support installation of Ganglia master and slaves via
  40. Ambari Web. (yusaku)
  41. AMBARI-980. Allow installation of various service components. (yusaku)
  42. AMBARI-949. Provide metric graphs for individual hosts. (Srimanth
  43. Gunturi via yusaku)
  44. AMBARI-948. Invoke service starts after services are installed in the
  45. wizard. (yusaku)
  46. AMBARI-942. Integrate Install and Start APIs with the installer wizard.
  47. (Jaimin Jetly via yusaku)
  48. AMBARI-936. Provide HBase service specific graphs. (Srimanth Gunturi
  49. via yusaku)
  50. AMBARI-933. Provide service-specific alerts in the service summary
  51. pages. (Srimanth Gunturi via yusaku)
  52. AMBARI-938. Hardcode service name and client component mapping while
  53. awaiting meta data integration. (hitesh)
  54. AMBARI-927. Provide metrics graphs on the MapReduce services page.
  55. (Srimanth Gunturi via yusaku)
  56. AMBARI-916. Provide metrics graphs in HDFS services page. (Srimanth
  57. Gunturi via yusaku)
  58. AMBARI-908. Add ui option to either create a Postgres database for Hive
  59. and Oozie or choose existing database. (Jaimin Jetly via yusaku)
  60. AMBARI-915. Implement App Browser for displaying and navigating Pig/Hive
  61. workflows. (yusaku)
  62. AMBARI-907. Add support for getting multiple objects in controller.
  63. (hitesh)
  64. AMBARI-906. Util to extract hosts for various components. (jitendra)
  65. AMBARI-903. Various fixes for config handling integration. (Hitesh Shah via
  66. mahadev)
  67. AMBARI-900. Add configuration mapping support. (Nate Cole via mahadev)
  68. AMBARI-895. Need name consistency for metrics. (Tom Beerbower via mahadev)
  69. AMBARI-893. provide api support for temporal queries. (John Speidel via
  70. mahadev)
  71. AMBARI-897. Operations request object and skeleton management methods.
  72. (jitendra)
  73. AMBARI-894. TestHeartBeatMonitor fails intermittently. (jitendra)
  74. AMBARI-892. Add puppet executor at the agent to be able to run various
  75. commands from the server. (mahadev)
  76. AMBARI-887. Ability to save configuration. (Nate Cole via mahadev)
  77. AMBARI-877. Refactor resource provider implementation for changes to
  78. management interface. (Tom Beerbower via mahadev)
  79. AMBARI-876. Put metrics under metrics category. (Tom Beerbower via
  80. mahadev)
  81. AMBARI-890. Add client library option to step6 (Assign slaves) of
  82. installer wizard. Also add indicator and popovers for hosts with
  83. master component. (Jaimin Jetly via yusaku)
  84. AMBARI-889. Provide cluster metric graphs on Ambari main dashboard.
  85. (Srimanth Gunturi via yusaku)
  86. AMBARI-886. Support filters in controller get* apis. (hitesh)
  87. AMBARI-880. Implement Review Page (Step 8) for the Ambari Installer
  88. Wizard. (Jaimin Jetly via yusaku)
  89. AMBARI-872. Hookup Nagios alerts section in Ambari UI to backend
  90. server. (Srimanth Gunturi via yusaku)
  91. AMBARI-871. Integrate basic set of rest APIs with ambari-web
  92. installer wizardi. (Jaimin Jetly via yusaku)
  93. AMBARI-884. Implement Dashboard/Service summary. (yusaku)
  94. AMBARI-882. Group-based DataNode/TaskTracker/RegionServer overrides.
  95. (yusaku)
  96. AMBARI-881. Implement Add Hosts Wizard. (yusaku)
  97. AMBARI-869. Util to deserialize ExecutionCommand. (jitendra)
  98. AMBARI-874. Fix hostinfo reporting at the server and add a unit test for
  99. deserilization for the host information from agent. (mahadev)
  100. AMBARI-873. Support for multiple objects' updates in controller. (hitesh)
  101. AMBARI-870. Support metric types other than string (Tom Beerbower via
  102. mahadev)
  103. AMBARI-868. Clean up site.pp generation on the agent and remove the imports
  104. in the sample site.pp. (mahadev)
  105. AMBARI-862. API query against /clusters doesn't return any data.
  106. (John Speidel via mahadev)
  107. AMBARI-866. Add ORM layer for the FSM's in the server. (mahadev)
  108. AMBARI-853. Add more complete JMX metrics. (Tom Beerbower via mahadev)
  109. AMBARI-852. Improve REST API functionality regarding query and partial
  110. response (John Speidel via mahadev)
  111. AMBARI-865. Add unit test for action queue on the agent. (mahadev)
  112. AMBARI-851. Hook up Ganglia property provider. (Tom Beerbower via mahadev)
  113. AMBARI-863. Fix mvn tests to be able to run the python tests cleanly.
  114. (mahadev)
  115. AMBARI-849. Stage planner implementation. (jitendra)
  116. AMBARI-860. Remove code that adds fake stages for testing. (jitendra)
  117. AMBARI-856. Add cluster heatmap. (yusaku)
  118. AMBARI-855. Create the skeleton for a custom data adapter in Ambari Web.
  119. (yusaku)
  120. AMBARI-854. Serve ambari-web from jetty. (Jaimin Jely via yusaku)
  121. AMBARI-850. Flatten ExecutionCommand structure. (jitendra)
  122. AMBARI-848. Various tests for FSM and Controller impl. (hitesh)
  123. AMBARI-847. Run pyunit tests from maven test target and also autogenerated
  124. openssl passphrase. (mahadev)
  125. AMBARI-845. Fix NPE in the server to be able to run the server api's.
  126. (mahadev)
  127. AMBARI-844. Mock JMX provider for manual tests. (Tom Beerbower via mahadev)
  128. AMBARI-841. Fix comparison predicates in case where resource does not have
  129. property value. (Tom Beerbower via mahadev)
  130. AMBARI-833. Add missing Path annotation to rest services for
  131. put/post/delete. (John Speidel via mahadev)
  132. AMBARI-838. HACK: Add a thread in server to inject requests for testing.
  133. (Jitendra via mahadev)
  134. AMBARI-835. Update JMXPropertyProvider. (Tom Beerbower via hitesh)
  135. AMBARI-832. Merge ambari-api with ambari-server (mahadev)
  136. AMBARI-822. Implement an agent simulator for unit testing. (jitendra)
  137. AMBARI-829. Add unit tests for ResourceProviderImpl. (Tom Beerbower via
  138. mahadev)
  139. AMBARI-831. Move manifest generation into the ambari agent directory.
  140. (mahadev)
  141. AMBARI-828. Manifest generation for various actions from the server.
  142. (mahadev)
  143. AMBARI-827. Add clusterName to the status of the commands run by the agent.
  144. (mahadev)
  145. AMBARI-824. Provide basic management functionality (create/update) in the
  146. rest api (John Speidel via mahadev)
  147. AMBARI-826. Bug in processing command reports. (jitendra)
  148. AMBARI-825. Controller layer implementation part 3. (hitesh)
  149. AMBARI-823. Fix security filter on the server agent ports and remove
  150. duplication on servlet contexts for certs signing. (mahadev)
  151. AMBARI-821. Implement basic service state update and verify flow to
  152. ActionManager. (hitesh)
  153. AMBARI-812. In API , improve partial response support to drill down n levels
  154. (John Spiedel)
  155. AMBARI-791. Add unit tests and java docs for SPI code. (Tom Beerbower)
  156. AMBARI-820. Remove JAXB dependencies in Server Agent protocol and move to
  157. POJO based jackson serializer. (mahadev)
  158. AMBARI-819. Management controller implemenation work. (hitesh)
  159. AMBARI-811. Bug fix in jaxb serialization for maps. (jitendra)
  160. AMBARI-810. Controller layer implementation part 1. (hitesh)
  161. AMBARI-807. Fix Action scheduler tests because of fsm interface changes.
  162. (jitendra)
  163. AMBARI-806. Remove State object as configs/stack version/running state are
  164. handled as standalone entities. (hitesh)
  165. AMBARI-805. Add requestId tracking objects for management spi. (hitesh)
  166. AMBARI-803. FSM initial refactoring for eventual live/desired objects. (hitesh)
  167. AMBARI-800. Hack to add a stage for testing in in-memory db. (jitendra)
  168. AMBARI-801. Fix heartbeat message from the agent which is causing NPE at the
  169. server. (mahadev)
  170. AMBARI-778. Ensure data flows across all steps in installer wizard.
  171. (Jaimin Jetly via yusaku)
  172. AMBARI-799. Prototype for management spi part 3. (hitesh)
  173. AMBARI-797. Prototype for management spi interface continued. (hitesh)
  174. AMBARI-795. Fix failing tests for AgentResource and BootStrap. (mahadev)
  175. AMBARI-793. Make MapReduce, Nagios, and Ganglia optional during cluster
  176. install. (yusaku)
  177. AMBARI-794. Add log4j properties for logging at the server. (mahadev)
  178. AMBARI-790. OK in registration response. (jitendra)
  179. AMBARI-787. Registration throws HostNotFoundException for new hosts. (jitendra)
  180. AMBARI-788. Fix server and agent startup for end to end testing. (mahadev)
  181. AMBARI-785. Action response unit test. (jitendra)
  182. AMBARI-783. Fix guice injection in the server. (mahadev)
  183. AMBARI-784. Add Resource download API on the server. (mahadev)
  184. AMBARI-781. Registration unit test. (jitendra)
  185. AMBARI-754. Heartbeat handler: Registration response should query component
  186. status. (jitendra)
  187. AMBARI-755. Heartbeat handler: Update state as reported in heartbeat.
  188. (jitendra)
  189. AMBARI-756. Heartbeat handler: Handle heartbeat timeout. (jitendra)
  190. AMBARI-767. Add bootstrap script to ssh in parallel and setup agents on a
  191. list of hosts. (mahadev)
  192. AMBARI-764. Integrate REST API (Tom Beerbower via mahadev)
  193. AMBARI-762. Implement Confirm Hosts page for Ambari installer
  194. (Jaimin Jetly via yusaku)
  195. AMBARI-763. Implement Installer Step 6 (Assign Slaves). (yusaku)
  196. AMBARI-760. Fix injection in data access objects to use guice provider.
  197. (mahadev)
  198. AMBARI-759. Add puppet scripts to the agent for configuring/installing
  199. various services and add security aspects to api's and server/agent.
  200. (mahadev)
  201. AMBARI-749. Complete Java side implementation of bootstrapping agent hosts.
  202. (mahadev)
  203. AMBARI-757. Implement Installer Step 4 (Select Services). (yusaku)
  204. AMBARI-751. Re-structure servicecomponenthost fsm layout. (hitesh)
  205. AMBARI-732. Action scheduler unit tests. (jitendra)
  206. AMBARI-739. Cluster fsm implementation. (hitesh)
  207. AMBARI-738. s/Node/Host/g. (hitesh)
  208. AMBARI-737. ServiceComponentNode FSM implementation. (hitesh)
  209. AMBARI-722. Action scheduler implementation. (jitendra)
  210. AMBARI-733. Add Jersey Resource for BootStrapping and JAXB elements for API
  211. entities. (mahadev)
  212. AMBARI-730. Add unit tests for jersey apis on the server. (mahadev)
  213. AMBARI-725. Add commandstatus/result/error objects into the rest API between
  214. server and agent. (mahadev)
  215. AMBARI-723. Implement Installer Welcome page and Install Options page
  216. (Jaimin Jetly via yusaku)
  217. AMBARI-726. ORM-based data access layer for new design (Jaimin Jetly via hitesh)
  218. AMBARI-728. Initial work on ServiceComponentNode FSM. (hitesh)
  219. AMBARI-724. Add tabs, dynamic form generation, validation errors, and info
  220. popovers for Customize Services page in Installer (yusaku)
  221. AMBARI-714. Job FSM Impl and tests. (hitesh)
  222. AMBARI-721. Remove Hardwareprofile class since its not needed anymore.
  223. (mahadev)
  224. AMBARI-720. Tweak basic styles for Installer. (yusaku)
  225. AMBARI-719. Enable Responsive Design. (yusaku)
  226. AMBARI-716. Add back TestNodeImpl and fix memory types and disk info
  227. serialization. (mahadev)
  228. AMBARI-717. Starter implementation for Installer Customize Services page.
  229. Stylize top nav and implement static footer. Stylize login page. (yusaku)
  230. AMBARI-711. Create utility functions related to localStorage for first two
  231. steps: cluster name and Install options. Also develop view logic with
  232. preliminary validations for these two steps. (Jaimin Jetly via yusaku)
  233. AMBARI-715. Integrate domain objects and Rest serialized objects. (mahadev)
  234. AMBARI-713. Initial work on Job FSM. (hitesh)
  235. AMBARI-712. Action manager skeleton. (jitendra)
  236. AMBARI-710. Basic registration and heartbeat protocol implementation between
  237. the server and the agent. (mahadev)
  238. AMBARI-709. Getting hardware info on disks/cpu/others using facter and using
  239. it during registeration. (mahadev)
  240. AMBARI-707. More work on Node FSM and additional tests/cleanup. (hitesh)
  241. AMBARI-706. Basic tests for Node FSM. (hitesh)
  242. AMBARI-705. Initial work on Node FSM. (hitesh)
  243. AMBARI-703. Heartbeat handler classes. (jitendra)
  244. AMBARI-702. Add skeleton for Ambari agent that talks to the server and
  245. collects information for host. (mahadev)
  246. AMBARI-696. Add interface for ActionManager to access live state. (hitesh)
  247. AMBARI-698. Add a simple server and artifact generation to run a server with
  248. a simple api check. (mahadev)
  249. AMBARI-697. Ambari Web (browser-based UI) skeleton. (Jaimin Jetly and yusaku)
  250. AMBARI-695. More basic class restructuring for new design. (hitesh)
  251. AMBARI-694. Class to encapsulate stage. (jitendra)
  252. AMBARI-691. More basic classes for new design. (hitesh)
  253. AMBARI-693. Classes for request objects. (jitendra)
  254. AMBARI-685. Basic classes. (hitesh via jitendra)
  255. AMBARI-676. Seperate directory for ambari-server. (jitendra)
  256. IMPROVEMENTS
  257. AMBARI-1025. Display total install and start services time on summary page
  258. and polish summary page ui. (Jaimin Jetly via yusaku)
  259. AMBARI-1023. Dashboard page should handle API sending JSON as strings and
  260. object. (Srimanth Gunturi via yusaku)
  261. AMBARI-1011. Create 2 missing HDFS service graphs. (Srimanth Gunturi via
  262. yusaku)
  263. AMBARI-1003. Nagios sections should use backend API to populate. (Srimanth
  264. Gunturi via yusaku)
  265. AMBARI-1062. Convert Apache license header comment style in Handlebars files
  266. to Handlebars comments rather than JavaScript comments. (yusaku)
  267. AMBARI-1061. Data loading refactoring for cluster management. (yusaku)
  268. AMBARI-1060. Data loading for App Browser. (yusaku)
  269. AMBARI-993. Hook up login with server authentication. (yusaku)
  270. AMBARI-1059. Refactor cluster management. (yusaku)
  271. AMBARI-1058. Implement data loading. (yusaku)
  272. AMBARI-956. On unavailability of non-master components, host with least
  273. number of master components should install all slave and client components.
  274. (Jaimin Jetly via yusaku)
  275. AMBARI-990. Refactor App Browser. (yusaku)
  276. AMBARI-979. More refactoring of App Browser code. (yusaku)
  277. AMBARI-947. Make it easier to test Deploy (Install, Start + Test) step
  278. of the wizard. (yusaku)
  279. AMBARI-978. Refactor App Browser code. (yusaku)
  280. AMBARI-977. Refactor Wizard and Cluster Management code. (yusaku)
  281. AMBARI-941. More refactoring of Wizards in Ambari Web. (yusaku)
  282. AMBARI-919. Partial refactoring and consolidation of code for various
  283. wizards. (yusaku)
  284. AMBARI-918. Update styles in Cluster Management. (yusaku)
  285. AMBARI-917. Update layout and flow for App Browser. (yusaku)
  286. AMBARI-888. Add more tests for controller implementation. (hitesh)
  287. AMBARI-891. Initial work to refactor the Wizards in Ambari Web. (yusaku)
  288. AMBARI-883. Improve user interactions on Confirm Hosts page of the
  289. Installer. (yusaku)
  290. AMBARI-859. Tighten up the layout for the Install page of the Installer.
  291. (yusaku)
  292. AMBARI-857. Refactor Install Options page for the Install Wizard. (yusaku)
  293. OPTIMIZATIONS
  294. BUG FIXES
  295. AMBARI-1028. MapReduce & HDFS summaries should use ServiceComponentInfo
  296. values. (Srimanth Gunturi via yusaku)
  297. AMBARI-1017. Alerts not showing up in Ambari UI due to model refactoring.
  298. (Srimanth Gunturi via yusaku)
  299. AMBARI-1013. Host metrics charts should use live data. (Srimanth Gunturi
  300. via yusaku)
  301. AMBARI-1009. Cluster level graphs need to use API for data. (Srimanth
  302. Gunturi via yusaku)
  303. AMBARI-1064. App Browser fixes. (yusaku)
  304. AMBARI-995. Deploy logs not shown for failed tasks. (yusaku)
  305. AMBARI-992. Logout does not clean application state properly. (yusaku)
  306. AMBARI-957. Adding a host whose hostname is the same as the one the user
  307. is accessing Ambari Web with breaks the Installer. (yusaku)
  308. AMBARI-953. Fix navigation issues in installer wizard due to regression.
  309. (Jaimin Jetly via yusaku)
  310. AMBARI-899. Use slf4j-api 1.5.5 rather than 1.6.6. (yusaku)
  311. AMBARI-902. Fix ZooKeeper badge allocation logic for single host and
  312. muliple hosts installation in step5 installer wizard. (Jaimin Jetly via
  313. yusaku)
  314. AMBARI-896. Resolve all navigation related issues for Step6 (Slave and
  315. Client component) of installer wizard. (Jaimin Jetly via yusaku)
  316. AMBARI-914. Fix issues related to Slave Component Group in Installer.
  317. (yusaku)
  318. AMBARI-909. Pass correct cluster info to Action Manager. (hitesh)
  319. AMBARI-904. Ensure state changes only happen after actionmanager persists
  320. actions. (hitesh)
  321. AMBARI-905. Fix puppet site creation with flattening of execution commands
  322. send from the server. (mahadev)
  323. AMBARI-885. Fix miscellaneous issues related to Ambari Web. (yusaku)
  324. AMBARI-879. Installer skips Confirm Hosts page of the wizard when testing
  325. locally without Ambari Server. (yusaku)
  326. AMBARI-878. Various tests for FSM, controller and state objects. (hitesh)
  327. AMBARI-858. Installer -> Select Services page: warning popups are no longer
  328. appearing. (yusaku)
  329. AMBARI-846. Select Masters Page: make ZooKeeper addition/removal UI more
  330. organized. (Jaimin Jetly via yusaku)
  331. AMBARI-840. Hitting browser refresh should not clear present step data that
  332. had already been persisted to local DB. (Jaimin Jetly via yusaku)
  333. AMBARI-843. Fix more null pointers for partial request objects. (hitesh)
  334. AMBARI-842. Fix null point exception during adding of hosts to cluster. (hitesh)
  335. AMBARI-839. Temporary fix for server start order. (hitesh)
  336. AMBARI-837. Fix basic injection issues for controller impl. (hitesh)
  337. AMBARI-836. Fix generation of requestId to be unique across restarts. (hitesh)
  338. AMBARI-834. Use RoleCommand instead of ServiceComponentHostEventType for HostAction
  339. in Controller. (hitesh)
  340. AMBARI-830. Various fixes and tests for controller implementation. (hitesh)
  341. AMBARI-808. Handle appropriate start/stop/install/.. events at their respective
  342. failed states. (hitesh)
  343. AMBARI-798. Fix import issue due to move of Predicate class. (hitesh)
  344. AMBARI-780. Make FSM related changes for heartbeat handler. (hitesh)
  345. AMBARI-774. Renable and fix AgentResourceTest. (mahadev)
  346. AMBARI-773. Change Host FSM as per new requirements of heartbeat handler. (hitesh)
  347. AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
  348. AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
  349. AMBARI-718. Fix installer navigation. (yusaku)
  350. AMBARI-684. Remove non-required dependencies from pom files (hitesh via jitendra)
  351. AMBARI-680. Fix pom structure. (hitesh)