CHANGES.txt 46 KB

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