CHANGES.txt 33 KB

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