CHANGES.txt 55 KB

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