CHANGES.txt 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. Ambari Change log
  2. Note: Committers should be listed using their login and non-committers
  3. should be listed by their full name. Please keep the file to a max of 80
  4. characters wide.
  5. Release 1.0.0 - unreleased
  6. AMBARI-592. Add a link to NOTICE file on every page (yusaku)
  7. More notices added for jqgrid etc. (vikram)
  8. AMBARI-591. License header for PHP files should use PHP comments,
  9. not HTML comments (yusaku)
  10. Added notices where we use compatibly licensed third party libraries (vikram)
  11. Rat tool compliance on special files. (hitesh and vikram)
  12. AMBARI-588. Externalize the manager service name and point the Help link to
  13. a valid URL (yusaku)
  14. AMBARI-587. Rat compliance patch. (vikram)
  15. AMBARI-583. UI allows io_sort_spill_percent value to be set to over 1.0
  16. (Jaimin Jetly via hitesh)
  17. AMBARI-580. Run datanodes/tasktrackers in 64-bit mode to get around rpm issues
  18. (hitesh)
  19. AMBARI-585. Remove hardcoded dependency on mysql-connector-java package
  20. version 5.0.8-1 (hitesh)
  21. AMBARI-581. Strip carriage-return related control-chars from hosts files
  22. (Jaimin Jetly via hitesh)
  23. AMBARI-582. Update the installation guide - monitoring dashboard install
  24. instructions (yusaku)
  25. AMBARI-569. Nagios install fails on RHEL6 due to php-pecl-json dep (hitesh)
  26. AMBARI-546. Puppet fails to install 32-bit JDK properly on RHEL6 (hitesh)
  27. AMBARI-548. Puppet agent install script should use correct epel repo (hitesh)
  28. AMBARI-547. Change os type check during node bootstrap to allow for
  29. CentOS6/RHEL6 nodes (hitesh)
  30. AMBARI-549. rpm should have a dependency on php-posix (hitesh)
  31. AMBARI-578. Custom Config page: don't allow form submission if there are
  32. client-side validation errors (yusaku)
  33. AMBARI-411. The HBase puppet templates could include some more config knobs
  34. (Jaimin Jetly via yusaku)
  35. AMBARI-577. Document the steps to build and install monitoring RPMs for Ambari
  36. (vgogate)
  37. AMBARI-576. In Custom config for Nagios: emails with multiple periods
  38. before the '@' fails validation (Jaimin Jetly via yusaku)
  39. AMBARI-574. Service Configuration: tabify settings for each service
  40. (yusaku)
  41. AMBARI-573. Puppet error: Cannot reassign variable zookeeper_hosts at
  42. modules/hdp/manifests/params.pp (hitesh)
  43. AMBARI-571. Hive Server text should be replaced with Hive Metastore
  44. (Jaimin Jetly via yusaku)
  45. AMBARI-570. Consolidate head tags for organization and combine CSS files
  46. for faster load (yusaku)
  47. AMBARI-565. Remove YUI source files from SVN (yusaku)
  48. AMBARI-566. Update documentation (yusaku)
  49. AMBARI-564. Check in generated docs into svn to allow automatic updates
  50. for doc web server. (hitesh)
  51. AMBARI-559. Top nav - specify a static height for the logo (yusaku)
  52. AMBARI-558. Update Installation Guide (yusaku)
  53. AMBARI-556. Update version number for documentation (hitesh via yusaku)
  54. AMBARI-551. Missing font images (yusaku)
  55. AMBARI-550. Add support to jump to a specified state in the wizard for
  56. development purposes (yusaku)
  57. AMBARI-538. Puppet layer assumes net-snmp* to be installed on all boxes
  58. (ramya via yusaku)
  59. AMBARI-536. Duplicate hosts not recognized due to case sensitive matching
  60. (hitesh via yusaku)
  61. AMBARI-535. On Reconfigure Service popup, enable webhdfs and enable lzo
  62. check boxes are not selected when they should be (yusaku)
  63. AMBARI-534. Duplicate package names passed in the manifest (jitendra via
  64. yusaku)
  65. AMBARI-557. Update project website documentation (yusaku via hitesh)
  66. AMBARI-554. Update documentation to account for ambari-186 merge to trunk
  67. (Yusaku via hitesh)
  68. AMBARI-555. Update README for additional documentation to get around errors
  69. related to missing php-posix module (ViVek Raghuwanshi via hitesh)
  70. AMBARI-552. Update README to point to trunk (vinodkv via vikram)
  71. AMBARI-543. Rpm naming needs to be corrected. (vikram via reznor)
  72. AMBARI-541. Update README for installing/running code off
  73. AMBARI-186. (vinodkv via reznor)
  74. AMBARI-542. Rename HMC to Ambari in user-facing init.d scripts
  75. (reznor via vikram)
  76. AMBARI-540. Naming cleanup required for management console. (vikram
  77. via reznor)
  78. AMBARI-539. Create a spec file with less dependencies for
  79. HMC. (hitesh via reznor)
  80. AMBARI-537. Cleaning up references. (vikram via hitesh)
  81. AMBARI-528. Fix oozie smoke test failure (ramya via vikram)
  82. AMBARI-525. Javascript should not pass flag in case of post install
  83. add nodes. (vikram)
  84. AMBARI-524. Add nodes restore yum default on post install add nodes
  85. page (vikram)
  86. AMBARI-523. Need to persist yum repo for add nodes. (vikram)
  87. AMBARI-522. Fix version of the server rpm. (mahadev via vikram)
  88. AMBARI-521. Lzo Install with RPM's. (ramya via vikram)
  89. AMBARI-520. Disable all debug console logging on the browser. (Yusaku Sako
  90. via vikram)
  91. AMBARI-517. Dashboard shows HDFS is down though it's still running.
  92. (vgogate via vikram)
  93. AMBARI-516. Fix epel install to be using curl calls. (mahadev via vikram)
  94. AMBARI-515. Modules tar size increases. (jitendra via vikram)
  95. AMBARI-514. Fix parsing error in puppet manifests. (mahadev via vikram)
  96. AMBARI-513. Download mysql rpm for sqoop (ramya via vikram)
  97. AMBARI-512. Fix puppet manifests for tarball downloads via
  98. rpms. (mahadev via vikram)
  99. AMBARI-511. Support rpms for mysql connector and other
  100. tars. (jitendra via vikram)
  101. AMBARI-510. Modify the router to force redirection to "Add Nodes
  102. Progress" popup (Yusaku Sako via vikram)
  103. AMBARI-508. Support Resume For Add Nodes (reznor via vikram)
  104. AMBARI-506. Do not use epel in local yum repo installs (hitesh via vikram)
  105. AMBARI-507. Install rpms instead of tar.gz downloads (ramya via vikram)
  106. AMBARI-505. Messaging Update (Yusaku Sako via vikram)
  107. AMBARI-503. Make sure epel rep is installed when installing the
  108. agent. (mahadev via vikram)
  109. AMBARI-527. Increase number of puppet retries to recover from
  110. intermittent network issues. (jitendra via vikram)
  111. AMBARI-502. X button missing from popup (Yusaku Sako via vikram)
  112. AMBARI-501. Speed up page load/reload times (Yusaku Sako via vikram)
  113. AMBARI-500. Fix versions in rpm spec file. (mahadev via vikram)
  114. AMBARI-499. Add "Help" link to the top nav (Yusaku Sako via vikram)
  115. AMBARI-498. Make service directories editable (but not
  116. reconfigurable) (Yusaku Sako via vikram)
  117. AMBARI-497. Messaging clean up (Yusaku Sako via vikram)
  118. AMBARI-496. Ganglia graphs have labels/content that are not
  119. meaningful (vgogate via vikram)
  120. AMBARI-494. Fix node assignments not not allow slaves on
  121. master. (mahadev via vikram)
  122. AMBARI-493. Add rack_info as column in Hosts table (hitesh via vikram)
  123. AMBARI-492. make support for os check a bit more robust (hitesh via vikram)
  124. AMBARI-491. Service Reconfiguration screens should respect the
  125. "reconfigurable" attributes set in ConfigProperties table (Yusaku Sako
  126. via vikram)
  127. AMBARI-490. Highlight the required parameters in Step 6 "Custom
  128. Config" of the Cluster Init Wizard (Yusaku Sako via vikram)
  129. AMBARI-489. Call out HMC master node in the topology and node
  130. assignments (Yusaku Sako via vikram)
  131. AMBARI-488. Manage service needs a way to recover from terminated
  132. browser sessions (Yusaku Sako via vikram)
  133. AMBARI-487. Add nodes with external name on AWS causes issues. (vikram)
  134. AMBARI-486. Add Node installs MySQL Server for Hive (Yusaku Sako via vikram)
  135. AMBARI-485. Make Firebug debugger work again with fileCombinator.php
  136. (Yusaku Sako via vikram)
  137. AMBARI-484. Reconfigure option for Nagios service does not work (vikram)
  138. AMBARI-483. Start Making Responses From fileCombinator.php Suitably
  139. Cacheable (reznor via vikram)
  140. AMBARI-482. Show the same welcome page to the user if the user
  141. starts configuring a cluster but has not started deploy yet (Yusaku Sako
  142. via vikram)
  143. AMBARI-481. Units of various config values not displayed on review
  144. and deploy page (Yusaku Sako via vikram)
  145. AMBARI-480. Reduce Page Load Time By Combining HMC JS Files (reznor
  146. via vikram)
  147. AMBARI-479. Add nodes after install does not allow re-bootstrap if
  148. user closes browser after bootstrap and before starting services
  149. (vikram)
  150. AMBARI-477. Spec file for using installer with php-5.3 (hitesh via vikram)
  151. AMBARI-478. Checkbox in the review and deploy page does not show
  152. proper state (vikram)
  153. AMBARI-476. Undefined offset: 0 in
  154. /usr/share/hmc/php/db/HMCDBAccessor.php on line 1030 (hitesh via
  155. vikram)
  156. AMBARI-475. Add missing JS file for making post cluster install Add
  157. Nodes work (Yusaku Sako via vikram)
  158. AMBARI-473. Secondary namenode checkpoint dir doesnt get created if
  159. its on the same host as NN. (mahadev via vikram)
  160. AMBARI-471. hadoop-metrics2.properties not updated (ramya via vikram)
  161. AMBARI-468. Post-Install Add Nodes - update progress title and
  162. success/error messages to reflect what it's actually doing/has done
  163. (Yusaku Sako via vikram)
  164. AMBARI-472. Add api to find all unassigned hosts in a cluster
  165. (hitesh via vikram)
  166. AMBARI-470. Fix conflicting dashbord conf files in installer and
  167. dashboard. (mahadev via vikram)
  168. AMBARI-469. Cap DataNode heap size. (mahadev via vikram)
  169. AMBARI-467. Fix hive stop to escape $. (mahadev via vikram)
  170. AMBARI-446. Support Resume For Manage Services (reznor via vikram)
  171. AMBARI-466. Add nodes page alerts removed in case of adding
  172. duplicate nodes (vikram)
  173. AMBARI-465. Fix suggestions for Map Red Child java opts. (mahadev via vikram)
  174. AMBARI-461. Uninstall shoud stop nagios service first before
  175. stopping other services (hitesh via vikram)
  176. AMBARI-464. Auto refresh should be applicable to all the service
  177. tabs (vgogate via vikram)
  178. AMBARI-463. Redesign cluster management pages and navigation (Yusaku Sako
  179. via vikram)
  180. AMBARI-462. when hive is being stopped, it stops the hive nagios
  181. checks (ramya via vikram)
  182. AMBARI-460. Ganglia shows four hosts on a single node installation
  183. (vgogate via vikram)
  184. AMBARI-459. Race conditions in fetch transaction progress (vikram)
  185. AMBARI-447. First pass at Info level logging (cleanup of
  186. logging). (mahadev via vikram)
  187. AMBARI-458. Support configuration of checkpointing-related variables
  188. (hitesh via vikram)
  189. AMBARI-457. Create template for SNN checkpoint dir (ramya via vikram)
  190. AMBARI-456. Add more logging for ganglia (ramya via vikram)
  191. AMBARI-455. nagios shows service status critical if hbase is not
  192. installed (vgogate via vikram)
  193. AMBARI-453. Remove the puppet kick --ping during bootstrap instead
  194. use simple network ping for puppet agent. (vgogate via vikram)
  195. AMBARI-454. Fix Hive tarball issue download for templeton. (mahadev
  196. via vikram)
  197. AMBARI-452. Create cluster should wipe out entire db (vikram)
  198. AMBARI-451. Add nodes has incorrect check on returned status (vikram)
  199. AMBARI-450. Boldify/Redify restart HMC message when nagios/ganglia
  200. is on the hmc host (Yusaku Sako via vikram)
  201. AMBARI-449. Post cluster install/deploy the URL
  202. hmc/html/initializeCluster.php should be disabled (Yusaku Sako via
  203. vikram)
  204. AMBARI-448. Redesign progress popups. (Yusaku Sako via vikram)
  205. AMBARI-444, 445. Nagios checks send kicks to the agent that trigger
  206. a run. Configure nagios to send email notifications when slaves go
  207. down (vgogate via vikram)
  208. AMBARI-443. Nagios start fails on reinstall (ramya via vikram)
  209. AMBARI-442 Duplicate definition:
  210. Class[Hdp-hbase::Regionserver::Enable-ganglia] (ramya via vikram)
  211. AMBARI-441. Add ganglia monitor to all the hosts including
  212. collector. (mahadev via vikram)
  213. AMBARI-440. Keep the touch file for NN format in /var/run rather
  214. than /etc/conf. (mahadev via vikram)
  215. AMBARI-439. Gmetad start fails sometimes. (ramya via vikram)
  216. AMBARI-438. Add retry if kick fails immediately. (jitendra via vikram)
  217. AMBARI-437. Update router to handle resuming uninstall progress and
  218. uninstall failed pages (Yusaku Sako via vikram)
  219. AMBARI-436. Support Resume For Uninstall (reznor via vikram)
  220. AMBARI-435. Uninstall needs to update status for failure. (vikram)
  221. AMBARI-434. fix display name in smoke test progress description
  222. (hitesh via vikram)
  223. AMBARI-433. Using service stop instead of killall for uninstall (vikram)
  224. AMBARI-432. Templeton should not install templeton.i386 (ramya via vikram)
  225. AMBARI-431. Fix orchestrator to use correct display names for
  226. descriptions of stages (hitesh via vikram)
  227. AMBARI-430. set service state to failed if cluster monitoring
  228. reconfiguration fails (hitesh via vikram)
  229. AMBARI-429. Fix bug with jmx parsing on HBase. (mahadev via vikram)
  230. AMBARI-428. changes to templeton setup for 0.1.4 (ramya via vikram)
  231. AMBARI-425. Oozie start fails with "Not managing symlink mode"
  232. (ramya via vikram)
  233. AMBARI-424. change "reconfiguremonitoring" message to a better
  234. worded action (hitesh via vikram)
  235. AMBARI-421. Ganglia uninstall does not remove libganglia or gmond
  236. (Richard Pelavin via vikram)
  237. AMBARI-423. Uninstall cluster can't be automated by Selenium due to
  238. the internal confirmation window (Yusaku Sako via vikram)
  239. AMBARI-422. Increase Threshold For Number Of Successive Backend
  240. Connection Failures (reznor via vikram)
  241. AMBARI-420. Improve style on error log popups (Yusaku Sako via vikram)
  242. AMBARI-419. Add Basic Keyboard Action Support For HMC UI (reznor via vikram)
  243. AMBARI-418. Remove Redundant Titles From Reconfigure Panel (reznor
  244. via vikram)
  245. AMBARI-416. Fix Inconsistent Validation Error Messages (reznor via vikram)
  246. AMBARI-417. Typo fix in uninstall path. (vikram)
  247. AMBARI-415. Reset service back to original state after
  248. reconfiguration (hitesh via vikram)
  249. AMBARI-414. Add rpm spec for hmc agent. (mahadev via vikram)
  250. AMBARI-409. Uninstall does not get full list of hosts. (vikram)
  251. AMBARI-410. Need to move the creation of cluster directory for
  252. hosting the key file and the nodes file to add nodes. (vikram)
  253. AMBARI-408. HDPJobTracker cluster in ganglia has multiple nodes
  254. (vgogate via vikram)
  255. AMBARI-426. Reinstall of cluster after failure to install results in
  256. failure (ramya via vikram)
  257. AMBARI-427. Class not found Class['hdp-zookeeper::service'] during
  258. uninstall (ramya via vikram)
  259. AMBARI-531. Remove/disable reconfigure option for Sqoop, Pig,
  260. Ganglia and Templeton (Yusaku Sako via vikram)
  261. AMBARI-529. Fix Advanced Config: HDFS reserved space is in
  262. bytes. Too many bytes to count. (hitesh via vikram)
  263. AMBARI-530. HMC UI shows undefined for nodes after single node
  264. install (Yusaku Sako via vikram)
  265. AMBARI-532. add ganglia monitor to all masters (mahadev via vikram)
  266. AMBARI-407. add more logging and timing info for various actions
  267. (hitesh via vikram)
  268. AMBARI-406. Monitoring dashboard does not show ZK service state
  269. correctly (ramya via vikram)
  270. AMBARI-321. Multiple ZK nodes not displayed on review-page (Yusaku Sako
  271. via vikram)
  272. AMBARI-405. Clean up messages for service management reconfiguration
  273. popup (Yusaku Sako via vikram)
  274. AMBARI-404. Unify the top nav for both Monitoring and Cluster
  275. Management (Yusaku Sako via vikram)
  276. AMBARI-403. Show fixed count of total nodes during all bootstrap
  277. phases (hitesh via vikram)
  278. AMBARI-325. MR vmem config options are useless without an option to
  279. enable/disable memory-monitoring (vinodkv via vikram)
  280. AMBARI-402. Completing successful add node takes one to initialize
  281. cluster page starting from scratch (reznor via vikram)
  282. AMBARI-401. Manual config changes for nn get reset on stop/start
  283. from hmc (jitendra via vikram)
  284. AMBARI-399. Cannot uninstall - the page hangs with the spinning icon
  285. (Yusaku Sako via vikram)
  286. AMBARI-398. if hbase is not installed, nagios sends alerts for
  287. "ganglia collector for hbasemaster" being down (vgogate via vikram)
  288. AMBARI-397. Clean up descriptions and titles of mapreduce memory
  289. related configs (vinodkv via vikram)
  290. AMBARI-396. Add nodes fails in assign masters because of closure
  291. issues (vikram)
  292. AMBARI-395. Ganglia server should not run gmond. (mahadev via vikram)
  293. AMBARI-394. Add nodes fails to find node in db (vikram)
  294. AMBARI-393. ZooKeeper myid files not existent on ZK
  295. install. (mahadev via vikram)
  296. AMBARI-392. Add ID attributes to HTML tags to help test automation
  297. (Yusaku Sako via vikram)
  298. AMBARI-358. Make index.php always accessible, rather than
  299. automatically forwarding to the action, even if there's only one
  300. action that the user can take (Yusaku Sako via vikram)
  301. AMBARI-390. Handle multiple ZooKeeper service masters in Assign
  302. Masters page (Yusaku Sako via vikram)
  303. AMBARI-389. Do not allow invalid chars for database name and user
  304. name for hive (hitesh via vikram)
  305. AMBARI-388. Prevent the user from assigning NameNode and Secondary
  306. NameNode services on the same host (Yusaku Sako via vikram)
  307. AMBARI-386. On Single Node install when install all the components
  308. the recommended num for Map/Reduce Tasks is too high (hitesh via
  309. vikram)
  310. AMBARI-279. On the mount points page show info on what the mount
  311. points are being used for (Yusaku Sako via vikram)
  312. AMBARI-387. Fine tune node assignment and propagate ZK host
  313. assignments to the frontend. (mahadev via vikram)
  314. AMBARI-381. Restarting Templeton should not run PIG smoke tests
  315. (hitesh via vikram)
  316. AMBARI-384. Fix the position of the deploy error logs popup (Yusaku Sako
  317. via vikram)
  318. AMBARI-385. Namenode format should not be passed as true in the
  319. manifest unless from user input. (vikram via jitendra)
  320. AMBARI-383. Do not force the user to look at the error logs before
  321. given choices to go back/continue, etc (Yusaku Sako via vikram)
  322. AMBARI-382. Make sure install/uninstall/reinstall preserves data on
  323. HDFS/ZK/others. (ramya via vikram)
  324. AMBARI-377. Uninstall does not handle component
  325. dependencies. (jitendra via vikram)
  326. AMBARI-380. Clean up messages for Add Nodes and Deploy progress
  327. result (Yusaku Sako via vikram)
  328. AMBARI-379. Remove puppet start stub on uninstall. (mahadev via vikram)
  329. AMBARI-378. Getting a 404 after clicking on reinstall when the
  330. install fails (Yusaku Sako via vikram)
  331. AMBARI-376. Show welcome page when no clusters are set up (Yusaku Sako via vikram)
  332. AMBARI-374. Modify the cluster info page to show host-to-service
  333. mapping for both master services and client services using
  334. color-coding (Yusaku Sako via vikram)
  335. AMBARI-372. Hive metastore nagios check is broken. (jitendra via vikram)
  336. AMBARI-373. Create RPM fails as fonts files are not copied
  337. over. (mahadev via vikram)
  338. AMBARI-371. Mysql packages not being sent during install and
  339. uninstall (jitendra via vikram)
  340. AMBARI-369. Improve Service Management page and general popup
  341. styling (Yusaku Sako via vikram)
  342. AMBARI-367. Make users enter hive configs instead of using defaults
  343. (hitesh via vikram)
  344. AMBARI-364. Retry puppet kick --ping on bootstrap to handle
  345. intermittent failures (hitesh via vikram)
  346. AMBARI-370. Uninstall needs to clear Puppet directories (vikram)
  347. AMBARI-368. Server restart kills puppet agent. (mahadev via vikram)
  348. AMBARI-366. Package up the fonts/ subdirectory in the HMC RPM (reznor
  349. via vikram)
  350. AMBARI-365. Uninstall/reinstall complains about OS Type as
  351. unsupported (ramya via vikram)
  352. AMBARI-363. Nagios should monitor puppet agents (vgogate via vikram)
  353. AMBARI-362. Create lock file as part of rpm install (vikram)
  354. AMBARI-361. Display client nodes as part of cluster topology display
  355. (Yusaku Sako via vikram)
  356. AMBARI-360. Adding nodes that already part of the cluster should be
  357. avoidable (vinodkv via vikram)
  358. AMBARI-286. Make TxnProgressWidget Immune To Re-Fetch Race
  359. Conditions (reznor via vikram)
  360. AMBARI-526. Display client nodes as part of cluster topology
  361. display. (reznor via vikram)
  362. AMBARI-265. Reconfig page close button (x) is not visible (vinodkv
  363. via vikram)
  364. AMBARI-357. Redesign master service assignment page so that it takes
  365. up less vertical space (Yusaku Sako via vikram)
  366. AMBARI-356. Log output to console slows puppet run. (jitendra via vikram)
  367. AMBARI-359. invalid parameter java_needed during uninstall (ramya
  368. via vikram)
  369. AMBARI-354. hmc rpm on install must backup the database (suresh via vikram)
  370. AMBARI-353. Passing packages in hdp class for package install
  371. optimization. (jitendra via vikram)
  372. AMBARI-344. Fix TxnProgressWidget To Not Hide Previously Pending
  373. States (reznor via vikram)
  374. AMBARI-352. Add flow control - force redirects to appropriate pages
  375. based on cluster configuration status for better usability (Yusaku Sako
  376. via vikram)
  377. AMBARI-351. Monitoring dashboard should auto refresh as regular
  378. interval (vgogate via vikram)
  379. AMBARI-349. Logging in case of error during uninstall needs to be
  380. fixed. (vikram)
  381. AMBARI-317. Select-all + unselect HBASE removes Zookeeper
  382. incorrectly (vinodkv via vikram)
  383. AMBARI-348. Select all services by default (vinodkv via vikram)
  384. AMBARI-247. Replace index.php with clusters.php (reznor via vikram)
  385. AMBARI-347. Redo master service assignment page (Yusaku Sako via vikram)
  386. AMBARI-339. Making transitionToNextStage more robust (vikram)
  387. AMBARI-345. Make TxnProgressWidget More Robust In The Face Of
  388. Un-Ready Txn Stages (reznor via vikram)
  389. AMBARI-346. user should not be allowed to change the paths to
  390. various directories on the advance config page (hitesh via vikram)
  391. AMBARI-316. Grid mount points page doesn't let one pass with only a
  392. custom mount point (vinodkv via vikram)
  393. AMBARI-343. add option to enable webhdfs (hitesh via vikram)
  394. AMBARI-342. Reconfiguration process kicks in even when the user
  395. submits without new configs changes (vinodkv via vikram)
  396. AMBARI-341. Batch yum commands (ramya via vikram)
  397. AMBARI-338. Cluster status update needs to happen for all stages of
  398. installation wizard. (vikram)
  399. AMBARI-330. Provide a way to resume if browser crashes/is closed
  400. during the deploy-in-progress (reznor via vikram)
  401. AMBARI-320. Reconfiguring a stopped service starts it incorrectly
  402. (hitesh via vikram)
  403. AMBARI-340. Info logs for PuppetInvoker (jitendra via vikram)
  404. AMBARI-337. Parallelize puppet kick --ping during bootstrap (hitesh
  405. via vikram)
  406. AMBARI-335. Redundant downloads even though the artifacts are
  407. already installed (ramya via vikram)
  408. AMBARI-519. update to fix the ganglia monitor_and_server anchor
  409. problem (Richard Pelavin via vikram)
  410. AMBARI-333. Update messaging resources for initialization wizard
  411. (Yusaku Sako via vikram)
  412. AMBARI-332. Modify nav to easily switch between cluster management
  413. and monitoring. (Yusaku Sako via vikram)
  414. AMBARI-518. Junk code in manifestloader site.pp. (jitendra via
  415. vikram)
  416. AMBARI-331. Make txnUtils immune to backend race conditions (reznor
  417. via vikram)
  418. AMBARI-327. Fix syntax error in monitoring modules (ramya via vikram)
  419. AMBARI-326. Dependencies should be added only during install phase
  420. (jitendra via vikram)
  421. AMBARI-324. Welcome page missing. (Yusaku Sako via vikram)
  422. AMBARI-323. During any process in the cluster initialization wizard,
  423. if the user goes back to the "1 Create Cluster" tab, the user is
  424. stuck. (vikram)
  425. AMBARI-319. Scale puppet master to large number of nodes. (jitendra
  426. via vikram)
  427. AMBARI-318. Do not install the packages that install init.d scripts.
  428. (ramya via vikram)
  429. AMBARI-315. reconfig a service should a list of dependent services
  430. that will be restarted as a result. (vinodkv via vikram)
  431. AMBARI-314. Uninstall Wizard prevents the user from proceeding.
  432. (Yusaku Sako via vikram)
  433. AMBARI-311. Update HBase configuration description (suresh via vikram)
  434. AMBARI-313. Provide a DB cleanup script. (hitesh via vikram)
  435. AMBARI-312. Uninstall's wipe flag should be correctly passed to
  436. puppet. (hitesh via vikram)
  437. AMBARI-307. Ensure recommended memory is never below 256 M. (hitesh
  438. via vikram)
  439. AMBARI-310. Externalize message resources for the welcome
  440. page. Update styles on various pages. (Yusaku Sako via vikram)
  441. AMBARI-309. Make ManageServices Show Only One Action Per Service
  442. (reznor via vgogate)
  443. AMBARI-194. Avoid TxnProgressWidget Getting Stuck In An Infinite
  444. Loop (reznor via vgogate)
  445. AMBARI-308. Externalize message resources; Update styles/messaging
  446. on Uninstall Wizard and Add Nodes Wizard (Yusaku Sako via vgogate)
  447. AMBARI-306. Ignore client components when calculating
  448. memory. (hitesh via jitendra)
  449. AMBARI-305. Combine Hive and HCat into a single service. (hitesh via
  450. jitendra)
  451. AMBARI-278. Update MapReduce parameter configuration
  452. description. (suresh via jitendra)
  453. AMBARI-276. Update HDFS parameter configuration description. (suresh
  454. via jitendra)
  455. AMBARI-304. Upgrade to yui-3.5.1. (vinodkv via jitendra)
  456. AMBARI-302. regionservers config in the hbase only has localhost in it.
  457. (ramya via jitendra)
  458. AMBARI-275. Remove the configuration variable fs.inmemory.size.mb.
  459. (suresh via jitendra)
  460. AMBARI-303. Cleanup testing code for uninstall failure (simulation).
  461. (vikram via jitendra)
  462. AMBARI-301. Uninstall should not stop HMC. (vikram via jitendra)
  463. AMBARI-273. Fix TxnProgressWidget To Show Failed States When No
  464. SubTxn Is In Progress (reznor via vgogate)
  465. AMBARI-294. Add Nodes page - incorrect field label (Yusaku Sako via vgogate)
  466. AMBARI-293. Invoking browser "back" action on any step after the Add
  467. Hosts step in the Cluster Init Wizard launches the host discovery
  468. process again (Yusaku Sako via vgogate)
  469. AMBARI-289. Hive dependency on hcat (jitendra via vgogate)
  470. AMBARI-288. Add description for Nagios config (vgogate)
  471. AMBARI-400. Fixes the regionserver opts for GC (ddas)
  472. AMBARI-287. Add link to uninstall on index page. (vikram via hitesh)
  473. AMBARI-285. Clean up Add Hosts page. (Yusaku Sako via hitesh)
  474. AMBARI-284. Define service groups in nagios such that users can more easily
  475. enable/disable the related alerts. (vgogate via hitesh)
  476. AMBARI-283. Fixup review and deploy rendering. (vinodkv via hitesh)
  477. AMBARI-282. Make fetchTxnProgress post processing easier to
  478. debug. (vikram via hitesh)
  479. AMBARI-281. Uninstall should hide loading image at startup. (vikram
  480. via hitesh)
  481. AMBARI-280. Cleanup of utilities. (vikram via hitesh)
  482. AMBARI-249. Uninstall support from UI. (vikram via hitesh)
  483. AMBARI-277. API for getting cluster status. (vikram via hitesh)
  484. AMBARI-274. Templeton data on hdfs needs to be readable by all users
  485. (ramya via hitesh)
  486. AMBARI-272. Remove occurrences of repo_url to support local yum repo
  487. (ramya via hitesh)
  488. AMBARI-271. Support for local yum mirror (hitesh via ramya)
  489. AMBARI-270. Puppet cleanup to define all the users in a common
  490. location (ramya)
  491. AMBARI-269. Specifiy the notification intervals and options for Alerts
  492. (vgogate via ramya)
  493. AMBARI-300. Change the status message (success/error) location so that it
  494. shows below the page summary box, rather than above, more better visibility
  495. (Yusaku Sako via ramya)
  496. AMBARI-255. Rename/Relocate files as appropriate (reznor via ramya)
  497. AMBARI-252. Remove Playground files from HMC (reznor via ramya)
  498. AMBARI-266. add select/unselect all buttons to the select services page
  499. (vinodkv via ramya)
  500. AMBARI-256. Update hive config to enable authorization (ramya)
  501. AMBARI-254. Parameterize zookeeper configs (ramya)
  502. AMBARI-257. Manage services section will have any empty section when no
  503. client only components installed (vinodkv via ramya)
  504. AMBARI-253. Support uninstall state in mysql modules (ramya)
  505. AMBARI-258. Start/Stop service show services that are not dependent on the
  506. service being worked on (vinodkv via ramya)
  507. AMBARI-251. Oozie link is not displayed even when Oozie is installed
  508. (vgogate via ramya)
  509. AMBARI-298. The current stage and the next stage are shown at the same time
  510. during state transition (Yusaku Sako via ramya)
  511. AMBARI-245. Support data cleanup if installation fails (jitendra via ramya)
  512. AMBARI-248. Add yuiCombinator.php to rpm (jitendra via ramya)
  513. AMBARI-297. Modal dialog box for showing deploy progress looks broken
  514. in Safari (Yusaku Sako via ramya)
  515. AMBARI-244. Implement wipeoff state in puppet (ramya)
  516. AMBARI-246. Add support for parsing yum repo files to understand how to
  517. bootstrap nodes for local yum mirror (hitesh via ramya)
  518. AMBARI-218. Install Combo-Handler On HMC Webserver To Drastically Speed Up
  519. Page Load Times (reznor via ramya)
  520. AMBARI-259. add nodes to a cluster gives an option for ganglia and dashboard,
  521. these should be on by default (vinodkv via ramya)
  522. AMBARI-262. Init Wizard: Advanced Config validation errors can be bypassed
  523. (vinodkv via ramya)
  524. AMBARI-263. Initialization Wizard: Select Disk Mount Points allows the user
  525. to continue without any mount points selected (vinodkv via ramya)
  526. AMBARI-250. Cluster name validation (vikram via ramya)
  527. AMBARI-243. Templeton setup fails due to hive download error. (ramya)
  528. AMBARI-296. Update styles on Service Management page (Yusaku Sako via ramya)
  529. AMBARI-264. Nagios Admin Contact should be checked to ensure it is always an
  530. email address (vinodkv via ramya)
  531. AMBARI-242. Change code layout to ensure unit tests are not part of final
  532. built rpm. (hitesh via ramya)
  533. AMBARI-295. Improve the overall look and feel (Yusaku Sako via ramya)
  534. AMBARI-241. Support cluster wipeout in orchestrator. (hitesh via jitendra)
  535. AMBARI-292. HTML being spewed in the Review+Deploy page. (reznor
  536. via jitendra)
  537. AMBARI-291. Fix yui packaging in the rpm. (jitendra)
  538. AMBARI-290. Comment in addNodesWizardInit.js. (reznor via jitendra)
  539. AMBARI-240. Make All FE Entry Points Hide The Loading Image When
  540. They're Ready To Take Input. (reznor via jitendra)
  541. AMBARI-197. Templatize Standard Helper Components Of Every HTML
  542. Page. (reznor via jitendra)
  543. AMBARI-229. Remove Navigation Bar (W/ Clusters Link) From
  544. InstallationWizard (And Other Entry Points). (reznor via
  545. jitendra)
  546. AMBARI-214. Make HMC Use Local YUI Copy. (reznor via jitendra)
  547. AMBARI-239. HDFS utilization pie chart shows gray / HDFS down while
  548. HDFS is up and running. (vgogate via jitendra)
  549. AMBARI-238. When namenode process is down info shown is not correct
  550. for both HDFS and MR (vgogate)
  551. AMBARI-237. Refactor puppet kick loop to easily change retries and timeouts.
  552. (jitendra)
  553. AMBARI-236. Increase puppet agent timeout. (jitendra via vgogate)
  554. AMBARI-235. Ordering problem when using
  555. hdp-ganglia::monitor_and_server (Richard Pelavin via vgogate)
  556. AMBARI-234. Typo in javascript (vikram via vgogate)
  557. AMBARI-233. Add Oozie link to HMC dashboard (vgogate)
  558. AMBARI-232. Enable LZO should show checkbox instead of text (
  559. vikram via vgogate)
  560. AMBARI-231. Support hadoop cleanup (ramya via vgogate)
  561. AMBARI-228. Ganglia reports on host types not present (Richard
  562. Pelavin via vgogate)
  563. AMBARI-227. Invalid parameter ensure in ganglia manifests (ramya via vgogate)
  564. AMBARI-226. Make the daemon names and other field names consistent
  565. (suresh via vgogate)
  566. AMBARI-225. Currently we dont have any monitoring alerts setup for
  567. secondary namenode (vgogate)
  568. AMBARI-224. sequentialScriptRunner.php logging in a tight
  569. loop. (jitendra via vgogate)
  570. AMBARI-223. Add troubleshoot link in the Alerts table to provide
  571. documentation for debugging/resolving the alerts (vgogate)
  572. AMBARI-222. Remove the word alert from all the Nagios alerts
  573. descriptions. (vgogate)
  574. AMBARI-221. Service fails to set its state to failed if a component
  575. fails to be acted upon (hitesh via vgogate)
  576. AMBARI-220. Alerts table semantic difference at different levels (vgogate)
  577. AMBARI-217. Alert table needs to display service name for context.
  578. (vgogate via omalley)
  579. AMBARI-216. Remove sleeps to speed simulations of installs. (vikram
  580. via omalley)
  581. AMBARI-215. Fix description for dfs_data_dir. (hitesh via omalley)
  582. AMBARI-209. Node selection should ignore failed nodes. (hitesh via omalley)
  583. AMBARI-213. Fix directory permissions so that Ganglia graphs render.
  584. (ramya via omalley)
  585. AMBARI-210. Remove link for wiping clusters from the hope page. (vikram
  586. via omalley)
  587. AMBARI-212. Fix templeton configurations. (ramya via omalley)
  588. AMBARI-206. Fix undefined variable in orchestrator. (hitesh via omalley)
  589. AMBARI-208. Support filtering hosts based on discovery status. (hitesh
  590. via omalley)
  591. AMBARI-207. Fix for undefined variable manifest. (jitendra via omalley)
  592. AMBARI-204. Use the host that runs Ambari for running slaves & masters.
  593. (mahadev via omalley)
  594. AMBARI-196. Support capturing os information correctly during node
  595. discovery. (hitesh via omalley)
  596. AMBARI-203. Fix for duplicate jdk definition (ramya via omalley)
  597. AMBARI-202. Add check to verify jdk path after install (ramya via vgogate)
  598. AMBARI-201. reduce db query logging (hitesh via vgogate)
  599. AMBARI-200. External hostnames should be used for links on dashboard
  600. UI (ramya via vgogate)
  601. AMBARI-199. Remove import of mysql puppet module from manifest
  602. (jitendra via vgogate)
  603. AMBARI-198. Dependency of templeton on hcat client (jitendra via vgogate)
  604. AMBARI-192. Check for NN safemode during restarts (ramya via vgogate)
  605. AMBARI-191. Implement hive server stopped state (ramya via vgogate)
  606. AMBARI-195. Fix typo in java license question (hitesh via vgogate)
  607. AMBARI-187. Syntax error in the puppet manifest in reconfiguration (jitendra
  608. via vgogate)
  609. AMBARI-193. Track nodes that timed out for puppet kicks (hitesh via
  610. vgogate)
  611. AMBARI-190. On a Single Node install, Nagios alert do not take affect until
  612. hmc is restarted (hitesh via vgogate)
  613. AMBARI-189. Make getAllHostsInfo api support optional params (
  614. hitesh via vgogate)
  615. AMBARI-188. Disable jdk location validation as filter apis not supported in
  616. PHP 5.1. (hitesh via vgogate)