release-notes-2.2.0.txt 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. Hue v2.2.0, released February 25th, 2013
  2. ========================================
  3. Hue 2.2.0 is compatible with CDH4.2 (Cloudera's Distribution Including Apache
  4. Hadoop 4.2).
  5. Website: https://gethue.com
  6. Notable Features
  7. ----------------
  8. - The Oozie application has been restyled completely and now supports Ajax refreshes
  9. - A Cloudera Impala app was added
  10. - Beeswax/Hive editor is more user friendly
  11. - FileBrowser was restyled and now includes bulk and recursive operations (e.g. multiple deletes)
  12. - JobBrowser is compatible with YARN and job logs can be accessed in one click
  13. - UserAdmin was restyled and LDAP integration was improved
  14. - MySql InnoDB and PostgreSQL are officially supported
  15. Notable Fixes
  16. -------------
  17. - HUE-535 [beeswax] Support multiple databases
  18. - HUE-833 [oozie] Add all Oozie actions
  19. - HUE-873 [jb] Direct access to task logs
  20. - HUE-775 [fb] Upload zip file through filebrowser.
  21. - HUE-867 [desktop] Ensure first user home directory is created
  22. - HUE-851 [oozie] Rerun, suspend, resume a workflow or Coordinator
  23. - HUE-820 [oozie] Display any workflow as a graph
  24. - HUE-730 [core] Database greenlet support for MySQL
  25. - HUE-882 [core] Add stack trace and logs link to 500 and PopUpExceptions pages
  26. Compatibility
  27. -------------
  28. Hue 2.2.0 runs on CentOS versions 5 to 6, and Ubuntu 10.04 to 12.10.
  29. Hue 2.2.0 is compatible with CDH4.2. Specifically:
  30. - File Browser depends on Hadoop 0.20 (for WebHDFS/HttpFS).
  31. - Beeswax is tested against Hive 0.10.0.
  32. - Job Designer depends on Oozie 3.3, using the Oozie web service API.
  33. List of 304 Commits
  34. -------------------
  35. * 39f8c75 [doc] Last update
  36. * 8c7f3b7 [help] Update the help for Hue 2.2
  37. * 53854d4 [build] Make Oozie setup independant of release or snapshot tarball versions
  38. * 90f21f0 HUE-1046 [oozie] Support Coordinator job properties
  39. * 8b63e2f HUE-1040 [oozie] Can't use prepare field in a scheduled workflow
  40. * 735c7fd [shell] Update path to Sqoop2 binary
  41. * 3fee41c [beeswax] Sample user ID
  42. * 1d99305 HUEE-1037. Beeswax fails to connect secure remote metastore
  43. * 9cbd025 HUE-1038 [jobsub] Sample user created with wrong id
  44. * df4fd45 HUE-1034 [oozie] Streaming action should not have a job_xml
  45. * 4e512ff [beeswax] Visual feedback on install samples
  46. * 00cefa7 HUE-1032 [oozie] Dual representation of files attribute
  47. * b9941cc HUE-1030 [oozie] Java Tasks with both arguments and java options generate incorrect workflow xml
  48. * b27530b [oozie] Critical UX improvements
  49. * 14d2121 [oozie] Import jobsub action fix
  50. * e55166c [core] Sasl fixes
  51. * 2733240 [core] Last drop of localized messages for 2.2
  52. * c5d30b6 [impala] Saved queries page should only list Impala queries
  53. * 20219d4 [beeswax] Support migration of query history
  54. * 9bf1fc3 [beeswax] Metastore client supports SASL
  55. * b6f71aa [oozie] Simplify hive action example
  56. * 37e7ed8 HUE-1023 [fb] Access content of directories with conflicting URL names
  57. * 1a21529 HUE-991 [beeswax] Clicking on 'collapse' on result page misalign the table and its button
  58. * 74a96a4 HUE-976 [fb] Number of pagination items are reset when looking at a file
  59. * 1c8b114 HUE-818 [oozie] Resubmit a coordinator from a certain day
  60. * 6b2d4bf [oozie] Fix import FS workflow test case
  61. * e9d6376 HUE-1016 [oozie] Import FS delete action bug fix
  62. * 438a645 HUE-1020 [fb] On Chrome the permissions in the Change Permissions screen do not display the existing permissions
  63. * 85e5d93 HUE-1019 [fb] The 'New' button is misaligned on certain browsers with a non-standard zoom applied
  64. * 0a629f0 Revert "HUE-1010 [oozie] Dashboard should have a Suspended filter"
  65. * 1f2c56e HUE-1018 [oozie] Add tooltip to workflow Suspend button
  66. * 1dcab39 [oozie] Remove debug statement from previous commit
  67. * dc398c2 HUE-1017 [oozie] Workflow and coordinator editor should have a consistent navigation bar
  68. * cdf3c07 HUE-946 [oozie] Fix property name autocomplete on the edit workflow page
  69. * 4fd11e8 HUE-944 [oozie] Fix edit workflow for IE8
  70. * d931467 [core] Update translation files
  71. * e748e7a [oozie] Import workflow improvements
  72. * 4e00f77 HUE-1009 [core] LDAP backend user creation configurable
  73. * c581d19 HUE-1007 [oozie] Modal module captures escape key events
  74. * 11b77e8 HUE-1007 [oozie] Add loading spinner to edit workflow page
  75. * fd0ccba HUE-981 [fb] Fetch next block should be dynamic
  76. * 4206c72 HUE-902 [core] Include modified pyOpenSSL 0.13 version
  77. * 42a279f HUE-902 [core] Include pyOpenSSL 0.13 version
  78. * c79573a HUE-1011 [oozie] Coordinator dashboard Actions tab should have live link for External Id
  79. * 48eefbd HUE-1010 [oozie] Dashboard should have a Suspended filter
  80. * 840f250 HUE-902 [core] Remove pyOpenSSL from dependencies
  81. * 6c7c86b HUE-1008 [oozie] Action bar of the workflow editor looses its default position
  82. * f07a5d2 HUE-922 [fb] Rename a directory to one that already exists moves the directory under the one that exists
  83. * d1bce9f HUE-999 [oozie] Ajax refresh of the coordinator detail page
  84. * 74d00a5 HUE-960 [oozie] Redesign workflow page
  85. * c09a7aa HUE-960 [oozie] Redesign workflow page
  86. * 47adfdc HUE-999 [oozie] Ajax refresh of the coordinator detail page
  87. * cfee9cc HUE-889 [oozie] Smarter file chooser in Workflow editor
  88. * 97d83bb [shell] Add Sqoop2 user permission
  89. * 4259fc8 [core] Backward compatibility for upgrades to Hue 2.2
  90. * 280cf46 [oozie] Fix oozie tests
  91. * 10fcdee HUE-988 [oozie] Fix node drop onto decision node
  92. * aa17a2a HUE-960 [oozie] Redesign workflow page
  93. * 4ba7520 [oozie] Fix OozieApiMock for testing
  94. * 1178545 [oozie] Fix several inconsistencies
  95. * fa8a7c3 [oozie] Rerun, suspend, resume a workflow
  96. * 102666a [oozie] Token propagation warning when using Java action in secured mode
  97. * 680b66f [core] Make thrift generated files python2.4 compliant
  98. * 2b00734 [beeswax] Migrate to Hive 0.10 and Thrift 0.9
  99. * 427035a [oozie] Editable names for fork and decision
  100. * ca9c494 HUE-870 [oozie] Use universal action bar
  101. * 1b89554 HUE-993 [impala] Support download of result
  102. * 6e2227f [fb] Change archive to zip and add download button
  103. * 64a2df6 [oozie] Drag a node onto workflow editor.
  104. * 89cf843 [oozie] Drag a node onto workflow editor.
  105. * 9663116 HUE-997 [oozie] Notification internationalization in workflow editor.
  106. * 1ab1d80 HUE-991 [beeswax] Clicking on 'collapse' on result page misalign the table and its button
  107. * d3a3e21 HUE-998 [useradmin] Turn off form autocompletion when adding/editing a user or group
  108. * ee46c03 HUE-807 [oozie] Ajax refresh of a running job
  109. * 609be3d HUE-934 [oozie] Edit action in bigger popup or within the page
  110. * e381d0b HUE-974 [oozie] Readonly support
  111. * b119671 HUE-990 [oozie] Only show the datasets belonging to the coordinator
  112. * b4130ae [core] Order of configuration dumps and help links follows the order of the app icons
  113. * 517c6e6 [oozie] Location of is_shared property in workflow properties should be consistent
  114. * 17c031b HUE-988 [oozie] Fix saving
  115. * 8c849af [shell] Update Sqoop2 command
  116. * a56da26 HUE-989 [oozie] Action management is broken
  117. * 42aa60d HUE-871 [beeswax] Expired queries should have a better user experience
  118. * 6bc9dc6 [core] Second drop of localization
  119. * dea826a [oozie] Import workflow with Subworkflow action and rudimentary support for all oozie schema version
  120. * 4b9e291 HUE-982 [oozie] Coordinator should prepopulate namenode address if needed
  121. * 8f29678 HUE-436 [beeswax] Server with embedded metastore prints inaccurate log messages
  122. * fd3a4ef [oozie] Import workflow with Generic action
  123. * 517312b HUE-820 [oozie] Display any workflow as a graph
  124. * ec560e6 [impala] Impala header columns are wrong
  125. * cfd3a5c [core] Fix some XSS vulnerabilities
  126. * dfe5071 [oozie] Import workflow with Email action
  127. * a5fe7eb [oozie] Import workflow with FS action
  128. * 763f4b9 HUE-979 [oozie] Redesign workflow graph look
  129. * 999891e HUE-984 [oozie] min-height for completed job tables
  130. * bee3ac6 HUE-935 [oozie] Better node edition experience
  131. * 85edfd0 HUE-935 [oozie] Better node edition experience
  132. * 8fbc54e HUE-984 [oozie] min-height for completed job tables
  133. * 04be852 HUE-969 [oozie] Automatically infer schema version when importing workflow
  134. * dfb13cd HUE-973 [oozie] XML syntax highlighting
  135. * 85cd772 [core] Show that postgresql_psycopg2 is supported
  136. * c7a287d HUE-969 [oozie] Import java args should be space separated, not JSON list.
  137. * 5d07522 [core] Update doc to point hue.ini in /etc/hue or desktop/conf
  138. * 14a32a1 HUE-978 [useradmin] Base DN needs to to have components capitalized when comparing with searcn DN.
  139. * dbb61b5 HUE-978 [useradmin] Add LDAP user/group with DN
  140. * ffcb0bf HUE-940 [oozie] Fix oozie test case for import jobsub workflow
  141. * 22369d5 HUE-983 [oozie] Coordinator could support previous dates
  142. * 36ffc42 HUE-697 [jobbrowser] Ability to browse MR2 jobs
  143. * e43c3c4 HUE-940 [oozie] Revamp import JobDesigner action
  144. * 8609eb6 HUE-985 [core] i18n of datatable plugin
  145. * 3c02468 HUE-577 [fb] Snappy compression support
  146. * ebed8c5 [useradmin] LDAP group search merge issue fix
  147. * 896fa20 [useradmin] Add n users that match wild card expression in LDAP import
  148. * 21f222c [useradmin] Import any group name from LDAP
  149. * aab1f48 [oozie] Bump version to 3.3.0
  150. * aefcbf7 [oozie] Use timezone when making HTTP calls to oozie
  151. * 46dc8d5 [core] Little i18n fix
  152. * 10877d1 [oozie] Import decision node with DecisionEnd nodes
  153. * 0338318 [useradmin] Missing parenthesis
  154. * e115ccc [oozie] Add decision end node
  155. * 4f3f838 [useradmin] Add LDAP exception details
  156. * 0b8148b [useradmin] LDAP errors caught and logged
  157. * 69ff61d HUE-937 [oozie] JS Test cases for loading and saving a workflow
  158. * c1a33c6 [useradmin] LDAP search wildcards.
  159. * bd36c45 HUE-937 [useradmin] New JS tests for dynamic workflow editor
  160. * c87bb68 [useradmin] Add non-existing LDAP user fails
  161. * c108594 [beeswax] Sanitize configuration settings tab
  162. * 0178560 [core] Using Hue blue logo on about and login page
  163. * 27c912a HUE-980 [shell] Shell stops working after first timeout
  164. * ebf6fca [core] First pass of localization for 2.2
  165. * 3ab9d4c HUE-851 [oozie] Simplify Coordinator page
  166. * 354ee28 HUE-851 [oozie] Simplify Coordinator page
  167. * aaafb8c HUE-730 [core] Database greenlet support for MySQL
  168. * 4f5ca03 HUE-851 [oozie] Simplify Coordinator page
  169. * 3a69395 HUE-851 [oozie] Simplify Coordinator page
  170. * eb38948 [fb] Upload to federated cluster
  171. * 0316b2d [jobbrowser] Fix flakey test
  172. * 9cadaff HUE-938 [oozie] Fix order of operations in node editing from decision node and added EL help
  173. * 33ee9ef HUE-938 [oozie] Add reference to action names in decision node
  174. * 7f4fbb5 HUE-972 [core] Build failure beacause of asm.jar dependency change
  175. * f7e9f4f [core] UnboundLocalError in kt_renewer.py hides permissions issues
  176. * 10c9cf2 [core] Fix various problems of i18n extraction
  177. * 9cae8df HUE-933 [oozie] Fix clone node and unsaved ribbon
  178. * ae66169 HUE-958 [jobsub] chmod in TestJobsubWithHadoop doesn't always complete
  179. * ee92c4f HUE-883 [oozie] Add Generic action
  180. * 4c36f23 HUE-970 [oozie] In Workflow properties, Job XML field chooser should choose file, not folder
  181. * 81f6feb HUE-833 Add Subworkflow action
  182. * 335d7df [desktop] Fix test_error_handling_failure test case
  183. * c0f6257 HUE-833 [oozie] Add Email action
  184. * eb3576f HUE-408 [desktop] User creation form usage when first creating a user
  185. * fd6ec82 HUE-833 [oozie] Add Fs action
  186. * e91dcd2 HUE-968 [oozie] Create new action fixes
  187. * c750938 [beeswax] It looks like Hue installation is missing hive-default.xml
  188. * fba123b HUE-971 [oozie] Fix empty workflow
  189. * 09b9594 HUE-770 [beeswax] Improve secured cluster configuration experience
  190. * e70648a [fb] Fix home dir test
  191. * 2803e69 HUE-958 [fb,oozie] Fix flakey tests
  192. * b3939a6 HUE-958 [liboozie] Copy Oozie sharelib in the home of Oozie user
  193. * ab5cee9 HUE-964 [core] 500 errors should go to default debugger if we cannot render custom 500
  194. * 0d7b1c7 HUE-967 [useradmin] Useradmin shouldn't depend on the existence of other apps
  195. * d138867 HUE-958 [liboozie] Activate Oozie share lib for Distcp test
  196. * 6377958 HUE-958 [liboozie] Copy Oozie share lib for tests
  197. * 6bb1287 HUE-933 [oozie] Ribbon and confirmation popup are triggered when new action creation is cancelled
  198. * 1ac2119 HUE-958 [jobbrowser,jobsub,ooxie] Fix flakey tests
  199. * b3b4094 HUE-965 [useradmin] Improve user experience
  200. * 3492325 HUE-547 [core] Files erroneously say "Licensed to the Apache Software Foundation"
  201. * b02cf1b HUE-954 [oozie] Support boolean fields
  202. * 2f7feb9 HUE-963 [core] Hue in a Kerberos enabled environment cannot use HttpFS
  203. * 3c883a1 HUE-961 [fb] Upload archive with root directory containing only directories
  204. * a5ad934 HUE-933 [oozie] Cancel button when editing a node
  205. * 9ab1333 HUE-931 [oozie] Validate action before exiting edit modal
  206. * c55558b HUE-898 [oozie] 'definition' not in file error fix
  207. * b9efaa4 HUE-933 [oozie] Confirmation popup when leaving a workflow with unsaved modifications
  208. * ed20709 [impala] Mock calls to Beeswax in the tests
  209. * 34030b6 [core] i18n Update of the po files and fix or compilation errors
  210. * 9f284af HUE-535 [beeswax] Support multiple databases
  211. * a5a3aa0 HUE-898 [oozie] Upload a workflow definition file
  212. * 68cc5f3 HUE-955 [core] Remove circular reference to exceptions
  213. * d08df91 HUE-899 [oozie] Smarter file chooser in Workflow editor
  214. * a052b14 HUE-294 [beeswax] Query editor should have line numbers
  215. * ef8c1f4 HUE-939 [oozie] Clean up workflow editor
  216. * f3caa3f HUE-929 [oozie] Support change of deployment directory
  217. * e251bc2 HUE-407 Document what minimum versions of Firefox, Chrome, Safari and IE Hue supports.
  218. * 59e2e0d [useradmin] Improve transaction handling in update_app_permissions signal handler.
  219. * 2797e0d HUE-898 [oozie] Fix linkages in xslts
  220. * d07ce83 HUE-943 [fb] Fix subdirectory pagination
  221. * ffd5776 HUE-898 [oozie] Import workflow definition
  222. * a673177 HUE-952 [oozie] job-xml field is not generated in some actions
  223. * d40d62f HUE-947 [oozie] Sorting by modification date in Editor is wrong
  224. * 6cec9d7 [build] Set Hue version to 2.2.0
  225. * efc0bd4 [core] Sort alphabetically apps in dump config
  226. * e5ad97a [oozie] Move capture-output to bottom in Shell action
  227. * a56b7f3 HUE-942 [beeswax] Make Query Textbox higher by default
  228. * cf1b2f1 HUE-949 [impala] Change icon
  229. * ffb076c HUE-945 [oozie] Actions fields are not loaded or saved
  230. * c56e4b7 [beeswax] Increase number or rows fetched during download
  231. * fbfc123 HUE-944 [oozie] Fix edit workflow for IE8
  232. * ca28110 HUE-936 [oozie] Add back help when editing an action
  233. * 70b67b1 HUE-932 [oozie] Show 'saving' status when editing a workflow
  234. * 9b70e33 HUE-933 [oozie] Confirmation popup when leaving a workflow with unsaved modifications
  235. * abe9be5 [impala] Fix test looking for Impala icon
  236. * 47025bf [impala] Adding icon
  237. * 171726c [impala] Adding locales
  238. * 1561dd7 [impala] Adding Impala app
  239. * e299da3 [impala] Initial commit
  240. * d4a1eca HUE-933 [oozie] Confirmation popup when leaving a workflow with unsaved modifications
  241. * 2cf1662 HUE-930 [jb] Have consistent job and task names across the whole app
  242. * fe930e9 [core] Remove pyexcelerator
  243. * 865b35f HUE-589 [beeswax] Support TIMESTAMP datatype
  244. * d9e103f [beeswax] Adding datanucleus as repository
  245. * 6a90fd6 [oozie] Fix capture-output in Shell action
  246. * 03ed87c [oozie] Fix Ssh/Shell actions in new UI
  247. * 9e7b616 HUE-925 [shell] Use secure temporary files for kerberos ticket management
  248. * 3de7ffc HUE-822 [oozie] Fix tests
  249. * 25d5234 [beeswax] Add 'Column' tabs on the result page
  250. * dc7f032 HUE-822 [oozie] Prepare statements should follow fs action convention
  251. * ab3bbba HUE-924 [beeswax] Improve UX on Save table
  252. * c0d6d71 HUE-907 [beeswax] Create table manually can not remove column
  253. * 68b120b [core] Fix English mistakes and text consistency
  254. * edf64d5 HUE-221 [shell] Sqoop2 shell
  255. * 98b6940 HUE-824 [oozie] Support local paths in workflow path variables
  256. * 4b58bf4 [beeswax] Fix failing tests
  257. * 9545e7c HUE-817 [oozie] Resubmit a workflow from a certain step
  258. * 8a8f225 [doc] Shell app setuid utility should be owned by root
  259. * e3e7fd8 HUE-923 [beeswax] On create table manually the external location file chooser doesn't let you choose a folder
  260. * 1c898f0 HUE-923 [beeswax] On create table manually the external location file chooser doesn't let you choose a folder
  261. * 5962e9c HUE-920 [fb] Support for files and folders with special characters
  262. * ec9c8ca [oozie] Add specific error message when Oozie is not running
  263. * 01fa6a3 [core] Update tests to use latest builds of dependencies
  264. * e0994eb HUE-720 [core] Test when failure to create first user home directory
  265. * 2f6c518 [core] Error creating the home directory for first user should not stop user creation
  266. * 3abac7c HUE-588 [beeswax] Scrolling in job logs is broken while the job runs
  267. * dd03d3c HUE-916 [core] Save and Cancel buttons are sometimes reversed in position
  268. * 43f8ba8 HUE-918 [help] Anchor links scroll to a shifted anchor position
  269. * 3d45edb HUE-915 [core] Uniform modal dialogs
  270. * 3d09714 HUE-734 Job designer link to job browser
  271. * 8b13b4f HUE-878 [desktop] Add a remote user backend
  272. * b085489 HUE-888 [oozie] New oozie front end
  273. * a85eaeb [beeswax] Integration of Hive Server 2
  274. * 4a52276 [jobsub] Fix running job status flaky test
  275. * 6990cd1 [oozie] Coordinator support for HOUR
  276. * ce6d541 HUE-913 [core] Convert new jump to column to jQuery plugin and test it
  277. * ac4429c HUE-914 [core] Fix form margin in Bootstrap dialogs
  278. * 2ec658e HUE-674 [desktop] Add tests for dump_config stability
  279. * 0b2f8b0 [core] i18n of the desktop libs
  280. * 08eb267 HUE-899 [beeswax] Query results page should have horizontal scroll bar
  281. * 4dd8c24 [oozie] Examples owned by wrong user
  282. * 5507de3 HUE-909 [oozie] Protect from invalid external action id
  283. * b9fbce2 [core] Add notification to the admin when Oozie is not in good status
  284. * 429100d HUE-867 [desktop] Fix fast tests
  285. * 4fcb48b HUE-911 [jobbrowser] Can not see our own jobs when sharing is disabled
  286. * 73a7db7 HUE-874 [oozie] Direct access to MR logs
  287. * 2732b43 [doc] Adding missing package dependencies
  288. * 85de749 HUE-867 [desktop] Ensure first user home directory is created
  289. * daea7e2 HUE-873 [jb] Direct access to task logs
  290. * 424cf6e HUE-873 [jb] Direct access to task logs
  291. * 6e1e8c6 HUE-892 [desktop] Add a SPNEGO backend so that Hue can handle Kerberos authentication
  292. * d26ce2b HUE-790 [jobsub] Remove old files from Hue1
  293. * 80c9000 HUE-905 [beeswax] Result page rows should not have new lines
  294. * d77516c HUE-903 [beeswax] Save results in an HDFS directory is broken
  295. * 012fa17 HUE-902 [core] Add pyOpenSSL 0.11 to build
  296. * bbdd9dc HUE-902 [core] Include pyOpenSSL in install automatically
  297. * 7e0e01b HUE-802 [fb] Remove unused code
  298. * d597232 [core] Fix postgresql regression.
  299. * 9ec8b62 HUE-900 [oozie] File chooser missing when editing a node for 'jar path'
  300. * b4cf5b5 HUE-894 [core] Log search
  301. * 1e2d1a3 HUE-890 [jobsub] Unit test the frontend
  302. * cbba991 HUE-890 [jobsub] Unit test the frontend
  303. * fb4d8dc HUE-893 [fb] Fix the move dialog
  304. * 9f0a8b8 HUE-753 [jobbrowser] Re-enable unit tests for job browser
  305. * 1bc3e17 HUE-753 [jb] Re-enable unit tests for job browser
  306. * 8c3abcd HUE-889 [oozie] Smarter file chooser in Workflow editor
  307. * 6d5418f HUE-882 [core] Add stack trace and logs link to 500 and PopUpExceptions pages
  308. * 032e841 HUE-885 [core] Update knockout.js to 2.1.0
  309. * 0dfb9a0 [jobsub] Fix test_job_design_cycle test
  310. * a388dee HUE-887 [useradmin] Fix missing hue permissions
  311. * cb312c2 HUE-865 [jobsub] Bulk operations
  312. * 4e7b2fe HUE-839 [core] Javascript test framework
  313. * 8246208 HUE-887 [oozie] Fielbrowser doesn't understand path
  314. * 026b31e HUE-887 Fix fileuploader popup across website
  315. * 13ace6b [jb] Fix alignment of the Upload button dropdown
  316. * 2a23098 HUE-881 [useradmin] Case insensitive search boxes on add/edit group page
  317. * f67f808 HUE-884 [fb] Invalid select all for bulk operation
  318. * 3f8bcd3 HUE-883 [useradmin] Extended DB support
  319. * fcbb211 Hue-883 [core] Improved support for transactional databases
  320. * 233395c HUE-872 [useradmin] Default group has access to all apps initially
  321. * 2ea4dc1 HUE-876 [oozie] Setup Oozie Shared Lib for tests
  322. * bb60a98 HUE-717 [core] Repetitive HTTP requests on each page
  323. * bd3782c HUE-876 [oozie] Add a warning if oozie share lib is not installed
  324. * c832574 HUE-835 [fb] Bulk operations
  325. * c522e30 HUE-877 [oozie] Workflow examples require Oozie Share Lib activation
  326. * a7a9313 HUE-879 [core] 500 error can be displayed in Hue Server Logs page
  327. * ae0e8ba HUE-838 [jb] Create new file button
  328. * 8b4a015 HUE-864 [oozie] Allow a read only user on the dashboard
  329. * fb7e1c6 HUE-775 [fb] New temp directory for upload
  330. * cff40ec HUE-775 [fb] Remove useless underscore from previous commit
  331. * be9f646 HUE-775 [fb] Upload zip file through filebrowser.
  332. * 21a6f2a HUE-866 [beeswax] Next/Previous buttons are half hidden
  333. * 127e099 HUE-833 [oozie] Add DistCp action
  334. * dfad82c [oozie] Fix load Oozie examples
  335. * 2e79e3e HUE-789 [core] Remove old files from Hue 1
  336. * c5a540f [beeswax] Execute the create table SQL automatically instead of showing it
  337. * b482cbb [beeswax] Convert template to Python 2.4
  338. * cdc3127 [oozie] Bumping submission test timeouts to 15 minutes
  339. Contributors
  340. ------------
  341. This Hue release is made possible thanks to the contribution from:
  342. - Aaron Newton
  343. - Aaron T. Myers
  344. - Abraham Elmahrek
  345. - Aditya Acharya
  346. - Alex Newman
  347. - Andrew Bayer
  348. - Andrew Yao
  349. - Ann McCown
  350. - bc Wong
  351. - Ben Bishop
  352. - Bruce Mitchener
  353. - Bruno Mahé
  354. - Eli Collins
  355. - Enrico Berti
  356. - Eric Wong
  357. - Harsh J
  358. - Henry Robinson
  359. - Jon Natkins
  360. - Lars Francke
  361. - Loren Siebert
  362. - Marcus McLaughlin
  363. - Mike Cotton
  364. - Paul Battaglia
  365. - Philip Zeyliger
  366. - Romain Rigaux
  367. - Roman Shaposhnik
  368. - Shawn Van Ittersum
  369. - Shrijeet Paliwal
  370. - Thomas Aylott
  371. - Todd Lipcon
  372. - Vinithra Varadharajan