CHANGES.txt 39 KB

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