release-notes-3.7.0.txt 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. Hue v3.7.0, released Thursday 9th, October 2014
  2. ===============================================
  3. Hue, http://gethue.com, is an open source Web UI for easily doing Big Data analysis with Hadoop.
  4. It mainly features:
  5. * Editors for Hive, Impala and Pig for either batch and interactive SQL
  6. * Search Dashboards for querying, exploring, visualizing data and with Solr
  7. * Hadoop File, Job and HBase Browsers
  8. On top of that, a SDK is available for creating new apps integrated with Hadoop.
  9. More user and developer documentation is available at http://gethue.com.
  10. Latest Notable Features
  11. -----------------------
  12. The complete list and video demos are on link:http://gethue.com/hue-3-7-with-sentry-app-and-new-search-widgets-are-out/[http://gethue.com/hue-3-7-with-sentry-app-and-new-search-widgets-are-out/].
  13. Security
  14. * New Sentry App
  15. * Bulk edit roles and privileges
  16. * Visualize/edit roles and privileges on a database tree
  17. * WITH GRANT OPTION support
  18. * Impersonate a user to see which databases and table he can see
  19. Search
  20. * Three new widgets
  21. * Heatmap
  22. * Tree
  23. * Marker Map
  24. * Field Analysis
  25. * Exclude Facets
  26. Oozie
  27. * Bulk suspend/kill/resume actions on dashboards
  28. * Faster dashboards
  29. * Rerun failed coordinator instances in bulk
  30. Job Browser
  31. * Kill application button for YARN
  32. File Browser
  33. * ACLs Edition
  34. * Drag & Drop upload
  35. * Navigation History
  36. * Simpler interface
  37. HBase
  38. * Kerberos support. Next step will be impersonation!
  39. Hive / Impala
  40. * LDAP passthrough
  41. * SSL encryption with HiveServer2
  42. * New graphs
  43. * Automatic query timeout
  44. Compatibility
  45. -------------
  46. Runs on CentOS versions 5 to 6, Red Hat Enterprise Linux (RHEL 5 and 6), and Ubuntu 10.04, 12:04 and 14.04.
  47. Tested with CDH5. Specifically:
  48. - Hadoop 0.20 / 2.5.0
  49. - Hive 0.13.1
  50. - Oozie 4.0
  51. - HBase 0.98.6
  52. - Pig 0.12
  53. - Impala 1.3
  54. - Solr 4.4
  55. - Sqoop2 1.99.3
  56. These minimum versions should work (not tested):
  57. - Hadoop 0.20 / 1.2.0 / 2.0.0
  58. - Hive 0.12.0
  59. - Oozie 3.2
  60. - HBase 0.92
  61. - Pig 0.8
  62. - Impala 1.0
  63. - Solr 3.6
  64. - Sqoop2 1.99.3
  65. Supported Browsers:
  66. * Windows: Chrome, Firefox 3.6+, Internet Explorer 9+, Safari 5+
  67. * Linux : Chrome, Firefox 3.6+
  68. * Mac: Chrome, Firefox 3.6+, Safari 5+
  69. Runs with Python 2.6+
  70. Note: CentOS 5 and RHEL 5 requires EPEL python 2.6 package.
  71. List of 502 Commits
  72. -------------------
  73. * 6b39d9d [core] Bumping version to 3.7
  74. * 608a300 [search] Move marker map to the top left
  75. * c306872 HUE-2321 [fb] Support HDFS UMASK in octal
  76. * ab454c4 HUE-2321 [fb] Support dfs.umaskmode first pass
  77. * e621772 [jb] Do not break the page on failed jobs
  78. * 2680136 [impala] Assist metadata is broken
  79. * bd86c2e [beeswax] Fix beeswax calls and errors for IE9
  80. * 1a9ad6f HUE-2370 [core] Modal close crosses are positioned wrongly in different browsers/modals
  81. * 62da10d [HUE-2294] Do not display the oozie action retries
  82. * c212be1 HUE-2365 [oozie] Import workflow with pig action ignores <param> tag
  83. * a4aa66f HUE-2241 [oozie] Bulk rerun failed coordinator actions
  84. * d71c41b HUE-2355 [search] Highlight selected facet in Tree
  85. * de5a1b5 [sentry] Implement doas view mode
  86. * c9152ef [search] Update Apache log dashboard example
  87. * 91d9643 [core] Little ini cleanup
  88. * 5906e84 [sentry] List privileges of the server
  89. * 54a88fe [sentry] List all the privileges of each role of an object
  90. * c919750 [sentry] List privileges of the server
  91. * db23250 [sentry] Only show edit icon when admin or with grant option
  92. * 484ae28 [sentry] Improved with grant/show advanced css
  93. * a5ebc25 HUE-2361 [sentry] Temporary roles should not show up in the list of roles
  94. * fc2b419 HUE-2361 [sentry] Specify a new role on the grant modal
  95. * 5283168 HUE-2356 [sentry] Refresh on tree resets the unexpand the selection
  96. * b6c3433 HUE-2363 [sentry] Hide the 3 top right icons of privileges when in a popup
  97. * 2a45d5f HUE-2364 [beeswax] SQL of saved or history queries are not loaded back in FF
  98. * 7dc2c4a HUE-2354 [sentry] Cannot edit URI by modifying input directly
  99. * 15d1e94 [useradmin] The user fetching API accepts text not jsonified data
  100. * d0bb3b7 [sentry] Disable group edition when not a Sentry admin
  101. * d4e00a4 [sentry] Add a confirmation popup when Sentry deletes cascade privileges
  102. * 1bd4177 HUE-2361 [sentry] Grant privilege to a role the user does not belong too
  103. * 20975f7 [sentry] Do not list privileges twice in bulk replace
  104. * 5c1e646 [sentry] Better role filtering
  105. * 805253a [sentry] Prettify URI view
  106. * 0fb12ad [sentry] Hide create and delete role button when not a Sentry admin
  107. * 25e1612 [sentry] Update role when trying to create one with existing name
  108. * 14cb550 HUE-2308 [oozie] Use new metric collection system
  109. * 0a9ed79 HUE-2351 [sentry] URI privileges can not be edited
  110. * 0949741 HUE-2350 [sentry] New privileges lose their DB and Table info
  111. * eaf23d3 HUE-2349 [sentry] New roles on 'roles' tab are not expanded when created
  112. * 1720ade HUE-2352 [oozie] Manage buttons on the single coordinator page stack up weirdly on smaller screens
  113. * 0125266 [search] Zoomable property on partition chart and fixed logGA bug
  114. * eafc68d HUE-2341 [oozie] JqCron breaks Coordinator pages after some time
  115. * 53f0d80 [sentry] Fixes HDFS refresh tree problems
  116. * 382f8d9 [sentry] Clear last visible dot on hive privilege field blur
  117. * 71ed685 [libsentry] Rebasing Thrift for its new impersonation field
  118. * 12f2c1c HUE-2345 [beeswax] XSS filter bypass vulnerability
  119. * e994227 HUE-2308 [oozie] Use new metric collection system
  120. * 703009f [search] Facet toggling on heatmap
  121. * a40d6d9 [search] Split widgets into Tree and Heatmap
  122. * 3686abc HUE-2338 [oozie] Bulk operations on dashboards
  123. * 5895127 [oozie] Add submenu levels to access directly the specific parts of the app
  124. * b0e2f5a [jb] Ignore acls attribute from MR API which does not exist
  125. * 77da38a [security] Rename sections
  126. * 361f40d [jb] Show kill job icon on single job page if Sentry is enabled
  127. * 2e08c7d [search] Send back current collection when no Sentry permission to list collections
  128. * 4412f96 [search] Browse should be available to everybody
  129. * 68be9b6 [impala] Retrying and opening a new session if previous one has expired
  130. * 6595387 [indexer] Get ZooKeeper server address from ZooKeeper app if set
  131. * 2b941bb HUE-2343 [security] filechooser binding does not set the URI of a privilege
  132. * 5a0ff29 [security] Disable default ACLs on files
  133. * 835a9be [sentry] Convert to valid format the URI
  134. * 38724b3 [sentry] Convert Sentry * actions to ALL
  135. * b252442 [security] Make bulk operation popup clearer
  136. * a87bd31 [security] Use the list_sentry_privileges_by_authorizable API
  137. * e3f510e [security] Better bulk modal and delete all acls operations
  138. * 4e34c46 HUE-1655 [hbase] Send a dictionary of properties
  139. * 2050fb3 HUE-1655 [hbase] Fixed json serialization
  140. * 62ee84f HUE-1655 [hbase] Modified the modal to allow multiple properties per each column
  141. * 167cd63 HUE-1655 [hbase] Set specific properties on the column families
  142. * 05f3479 HUE-2320 [impala] Better sync tables visual feedback
  143. * ea27847 HUE-2320 [impala] Invalidate medata of new or deleted tables
  144. * d2f809e HUE-2320 [impala] Sync tables at the Impala level in the editor
  145. * d4dfb5e HUE-2300 [search] Link data to partitioned tree
  146. * 464f85f HUE-2300 [search] Introduced partitioned tree
  147. * 390c11f [sentry] Display the grant option of privileges
  148. * fde4edd [security] Only Sentry admins should have a list of all the groups
  149. * db7e25c [sentry] Remove the deprecated grantor principal field
  150. * 3118c58 [libsentry] Updated to latest Thrift to get list_sentry_privileges_by_authorizable
  151. * 2f47794 [security] List Sentry roles according to accessible groups
  152. * 7c5bcc6 [sentry] Using the Hive provider from Hive configuration
  153. * 39c6f49 HUE-2335 [security] Object popup does not always disappear
  154. * 8e6530b [dbms] Document options settings for databases
  155. * 59d2cb0 HUE-2300 [search] Fix multibar JS error
  156. * 56c276e HUE-2236 [search] Highlight the selected pivot
  157. * 0f0d66b HUE-2236 [search] Make Pivot facet clickable into fq queries
  158. * 198f285 [search] Get pivot click data and restyle filter bar selection/exclusion
  159. * 77fad49 HUE-2272 [fb] Improved UX of the new jHueHdfsTree plugin
  160. * c48e8f6 [search] Fix multi query wuth new facet query format
  161. * 051903d HUE-2332 [search] Display correct icon for selected exclusion facets
  162. * 7819bcd HUE-2332 [search] Filer widget can accept multiple values
  163. * e09cad0 HUE-2272 [fb] Improve UX of Copy/Move modal windows
  164. * 093465a [search] Fix pivot facet counts
  165. * 6f8e3c8 HUE-2300 [search] Initial support for pivot tree
  166. * cc9dcf9 HUE-2332 [search] Fixed styling issues
  167. * a3ffb85 HUE-2332 [search] Restyled exclusion feature
  168. * 811a2a3 HUE-2332 [search] Exclusion facet
  169. * ea7490f [core] Add warning and propose workaround for Ubuntu 14.04 build error
  170. * c1bce4b [search] Improve detection of date type of facets
  171. * 9e7c7f8 HUE-2312 [search] Fixed empty label on Leaflet map
  172. * 3148ce2 HUE-2300 [search] Linking real data to Pivot 2D chart
  173. * 667df39 HUE-2300 [search] Adding support for discrete multibar chart for pivot
  174. * d97a138 HUE-2312 [search] Finalize marker map widget
  175. * 89384c2 HUE-2312 [search] Show/hide map on dropdown change and toolbar restructure
  176. * 301a8e2 HUE-2312 [search] Map result set data to the leaflet marker
  177. * f3c4c4e HUE-2312 [search] Added lat/lng field selector dropdowns
  178. * 40f4453 HUE-2312 [search] Fixed some dashboard bugs
  179. * 9ffca6a HUE-2312 [search] Create a new Leaflet map widget
  180. * a2b0511 HUE-2330 [beeswax] Collapse previously expanded tables on assist
  181. * ed5f481 HUE-2218 [search] Added typeahead to field stats
  182. * f67ff41 HUE-1769 [search] Permission to access the indexer app
  183. * 4f29947 HUE-2205 [hbase] Kerberos support
  184. * fd9f250 [liboozie] Disable config checks when the Oozie url is empty
  185. * 3f78670 HUE-2218 [search] Invalidate field analysis stats when query changes
  186. * 7894d95 HUE-2218 [search] Add big popover UI
  187. * 02a7812 [security] Mini UX improvements on Hive loading
  188. * 69aa132 [indexer] Provide a better hint about misconfigured Zookeeper ensemble
  189. * 800c389 HUE-2201 [jobbrowser] Add a kill YARN job button
  190. * d8895da HUE-2316 [metastore] Create a new table from a file requires Windows (\r\n) line endings
  191. * 6c2fcc1 HUE-2319 [fb] Do not offer file scrolling when offsets are not supported
  192. * aa71960 [security] Adding bigger sign when no privileges are found
  193. * 334ceb0 [security] Support privileges with grant option
  194. * 01a3b36 [libsentry] Add WITH GRANT option syntax
  195. * 48a055f [security] Show open folder or selected database also for nodes without children
  196. * e03335a [security] UI revamp for the HDFS bulk modal
  197. * fa07590 [security] Visual clue for non-empty databases
  198. * 6a1dbde [security] Make impersonation more noticeable
  199. * a10c8e7 [security] UI revamp for the Hive bulk modal
  200. * 6876b8e [security] Show previously expanded roles after a Role add or remove operation
  201. * 5cfdc8a [security] Fix roles refresh after add or modify
  202. * b4fb6ac [search] The app can be blacklisted without crashing
  203. * 098d53b [hadoop] Make sure YARN client get the correct logger
  204. * cdbfe8c HUE-2318 [desktop] Documents shared with write group permissions are not editable
  205. * 08b5527 [search] Refresh dashboard when deleting a widget that had some filters
  206. * 3122327 [search] Delete widgets when deleting a new column
  207. * a0a8370 [search] Missing remove call on widget
  208. * 1d3d795 HUE-2315 [search] Extra call to /search on facet semi modal show
  209. * c873323 HUE-2300 [search] Pivot facet backend and front end logic
  210. * 1e20670 HUE-2218 [search] Backend for getting the stats and terms of a field
  211. * 543d283 HUE-2301 [fb] Pick up history on non-hash path
  212. * aebd5b6 HUE-2301 [fb] History of visited subdirectories to have fast links
  213. * bcb18cb [security] Add a security permission to allow the list dir impersonation
  214. * ccb62a2 [libsentry] Support update of privilegse from the assist page
  215. * 2b1d9c0 HUE-2305 [fb] Create a smoother docking of the actionbar
  216. * d5c845e HUE-2247 [Impala] Support pass-through LDAP authentication
  217. * 8efc2cc [security] Fix duplicates on the role list after an add operation
  218. * cdf8684 [security] Fix role name autocomplete on create/update role modal
  219. * 9e5f125 [security] Fix privileges refresh and save from browse section
  220. * 45c64ce HUE-2253 [fb] Simpler bottom bar
  221. * fa30f4e HUE-1797 [beeswax] Integrate new graph lib and multi columns
  222. * 5cc93c2 HUE-2304 [beeswax] Assist table fields are not updated after a refresh
  223. * 724db29 [impala] Integrate bar chart data
  224. * 738da8a [impala] Adding Timeline chart, Map and Filter support
  225. * 7ed0596 [impala] Adding Line chart support
  226. * 2d26694 [impala] Adding Bar chart support
  227. * dc00d6e [impala] First pass on multi type facets
  228. * 237d914 [impala] Adding Pie chart support
  229. * 9af37d4 [impala] Update field list dynamically when creating a new dashboard
  230. * f3ee428 [impala] Added spinner to text facet
  231. * e585373 [impala] New dashboard wizard
  232. * 222335c [impala] Added database and table dropdowns
  233. * 50bbd23 [impala] Select and query only the selected fields
  234. * b8c088e [impala] Fetch fields of current dashboard
  235. * 091d984 [impala] Toggle selected facet
  236. * a1d01f7 [impala] Hide an add widget button if the column has zero rows
  237. * 235cfbc [impala] Added field filter on resultset widget
  238. * 7ad06c3 [impala] New dashboard button
  239. * f3ceadd [impala] Select the field from dropdown when creating a facet
  240. * 5052357 [impala] Add a new facet with drag and drop
  241. * d741d4b [impala] Added spinner on result widget
  242. * 86e0a2e [impala] Adding columns to dashboard
  243. * f6943f7 [impala] Added other facet icons to draggables
  244. * cee368a [impala] Re-organized and added imports
  245. * cac47b9 [impala] Toggle facet selection
  246. * 99e856e [impala] Edit facet properties
  247. * c14db2c [impala] Dashboard skeleton
  248. * 372e0df HUE-2303 [fb] Move the dropzone overlay to fb from global
  249. * 61fff6b HUE-2253 [fb] Simpler bottom bar
  250. * 8f57232 [fb] Visual hint for global upload progress
  251. * 3ebca64 HUE-2255 [fb] Drag and drop a file directly into the page
  252. * dabd7ba HUE-2297 [impala] Assist databases might be duplicated
  253. * 743dcdf HUE-2298 [dbquery] Move navigation bar to the left and rename it to Assist
  254. * f2ebab4 HUE-2272 [fb] Improve UX of Copy/Move modal windows
  255. * ca6e3a8 [security] Added modify role on create modal
  256. * c0c1a20 [security] Kerberos support
  257. * e015868 [security] Fix Hive server list of privileges
  258. * 3c5d9a1 HUE-2296 [fb] The pagination is not working
  259. * bd4bee0 HUE-2295 [librdbms] External oracle DB connection is broken due to a typo
  260. * bd5273c [security] Promote security to a new dropdown menu
  261. * d156958 [security] Scroll to right path on Hive HDFS link
  262. * 93124f2 [security] Added link to HDFS file for table
  263. * 781f675 HUE-2255 [fb] Drag and drop a file directly into the page
  264. * dc3b989 [security] Added server to the Hive tree
  265. * 2295e28 [security] Simplify bulk operation modals
  266. * e5d26c7 [security] Delegate list all privileges filtering to authorizableHierarchy
  267. * 58e07bc HUE-2291 [oozie] Fix very long workflow GET url of coordinator page
  268. * b06da6d HUE-2291 [oozie] Adding spinner on bundles
  269. * acb300d HUE-2291 [oozie] Adding progress call for bundles
  270. * cd264af HUE-2291 [oozie] Fix progress from coordinator and bundles
  271. * 0589c5c HUE-2291 [oozie] Adding progress call for coordinators
  272. * 41740bf HUE-2291 [oozie] Remove check status from coordinator and bundle dashboard display
  273. * 8996e82 HUE-2291 [oozie] Adding progress call for workflows
  274. * 3b4c5d2 HUE-2291 [oozie] Remove check status from workflow dashboard display
  275. * 0ebf65b [fb] Skip current folder on select all
  276. * 7c71e6c HUE-2092 [liboozie] Jar files not in workspace should not be deleted at submittion
  277. * 1862d64 [security] Changed radio button to prettier font awesome radio
  278. * 547ce0b [security] Update shield icons on bulk operations
  279. * 83216a7 HUE-2290 [search] Clearable does not update after key down
  280. * 2a74e67 HUE-2286 [oozie] Coordinator comment section is misleading
  281. * fdf270f HUE-2283 [oozie] Timed out workflows from coordinator should not be linked yet
  282. * dea2f87 HUE-2273 [desktop] Blacklisting apps with existing document will break home page
  283. * c8fc183 HUE-2279 [search] Error in searching of non-Latin symbols
  284. * 6fcac69 [security] Added shield icon to Hive items with privileges
  285. * ba2530d [security] Added privileges filter and load more
  286. * 98984eb HUE-2197 [beeswax] Config check should read warehouse.dir from hive-site.xml
  287. * 928b35e HUE-2251 [impala] Support query timeout
  288. * 62f74cf HUE-2277 [beeswax] Make Thrift protocol version configurable
  289. * c5962da HUE-2240 [fb] Parquet files detection should not rely on extension
  290. * 023588a [security] Fix for show as user on HDFS
  291. * a929ab8 [security] Duplicate role name validation
  292. * 5fb05e5 [security] Fixed refresh tree for Hive and HDFS
  293. * ba4c052 [security] Add a role button on privileges section
  294. * 4ffb14f [security] Better icons for bulk edition modal
  295. * 900cc43 [security] Disable URI or DB input accordingly to radio selection
  296. * 2be8190 [security] Fix for checked items problem
  297. * 976acda [security] Fixed hive autocomplete prefill
  298. * 1aee152 [security] Columns are not hidden on the Hive tree
  299. * 1232557 [security] Role path autocomplete for Hive
  300. * 4e35a9e [security] Visually simplified the bulk operations modals
  301. * eb3889d [security] Pre-selects the first available database in Hive
  302. * 8f52c9a [security] Sync'd roles and tree creation
  303. * 256657f [security] Create a new role from the Hive tree
  304. * a4df3d6 [security] Added HDFS picker to Hive
  305. * 27fbbef [security] Prettified privileges for Hive
  306. * d5527cc [security] Fixed bulk modal dialog for hive
  307. * 435102f [security] Link role to Roles panel in Hive
  308. * 988379b [security] Refactored bulk actions for Hive
  309. * 2ba0f41 [security] Refactored bulk actions for HDFS
  310. * 34df569 [security] Leaner privileges display
  311. * 72c4da5 [beeswax] Check more regularly for HiveServer2 server status in tests
  312. * 46f3efa [security] Picking up the current HiveServer2 server
  313. * fe6dc17 [jb] Avoid 500 error when job is finished or has no progress info
  314. * 0d7a2e7 HUE-2229 [useradmin] Ask for previous password when changing it
  315. * 7e41bdd HUE-2252 [fb] Better looking breadcrumbs
  316. * 95e24ac HUE-2271 [core] Make hue and hdfs usernames configurable in hue.ini
  317. * 91cc14b [security] Preset correct privilege path on Sentry table page
  318. * e644964 [core] Timeout issue when accessing the job history
  319. * 7fa5f6c HUE-2249 [jobsub] DB migration problems from 2 to 3.6
  320. * cb41c70 HUE-2257 [beeswax] Extended describe data can also show up on the full following row
  321. * bae46f7 [security] Bulk add Sentry privileges
  322. * 478f88b [security] Bulk delete Sentry privileges
  323. * 041a5fe [security] Clicking on a path on the tree should never expand or collapse the node itself
  324. * 2da7c74 HUE-2263 [oozie] Enable rerun coordinator actions when coordinator is running
  325. * 12211ce [librdbms] Fix postgresql table and column fetch queries
  326. * 51baf80 [security] Bulk delete confirmation modal
  327. * c0f994b [security] ACLs are refreshed after a refresh tree for the currently selected node
  328. * 45b0577 [security] Improved HDFS tree refresh, added click on row to set the path, moved and i18n'ed the done messages
  329. * a784193 HUE-2116 [core] Improve jHueNotify stacking
  330. * 66044af [useradmin] Bulk delete backend API
  331. * e2780ba [useradmin] Bulk delete groups frontend
  332. * 4e856a2 [security] Support HDFS ACL recursive operations
  333. * 589552e HUE-2262 [oozie] Coordinator dashboard frequency cron is not displayed properly
  334. * 003aa9e [security] Bulk HDFS ACL sync support
  335. * f53c6e0 [security] Bulk add HDFS ACLs
  336. * 5a666e2 [security] Bulk delete HDFS ACLs
  337. * 7d33d19 HUE-2265 [fb] The current folder (dot on list) should be before any other file or folder
  338. * a2d9618 [security] Formatted right side editing form on Hive
  339. * 8a01a09 [security] Restyled right panel for Hive privileges
  340. * 307475c [security] Also filter by group on the tree view
  341. * dec77d1 [security] Update an existing privilege
  342. * da74d6a [security] Styled add role modal
  343. * 4b591a7 [security] Restyled roles add/undo/save buttons and fixed groups multi-select
  344. * d592a44 [security] Get checked items function
  345. * c310f30 [security] Make Sentry action and server mandatory
  346. * 0cf0e5a [core] Improve kt_renewer error logging
  347. * 37cfcee [useradmin] Fix the autocomplete API tests
  348. * 4d7461a [security] Added confirmation dialog for role delete
  349. * cfcf903 [security] Adding role search functionality
  350. * db993e1 [security] Added support for FILE_NOT_FOUND exception
  351. * 37cbc21 [security] Item click does not expand the children
  352. * 3492128 [security] Add save and undo button to HDFS acls
  353. * 0a393fb [security] Add or remove groups in a role
  354. * 87d6b2d HUE-2258-mrDecimals
  355. * 12a4a78 HUE-2259 [jb] Update display of metadata on Job Browser
  356. * 299c96c [security] Make the app optional
  357. * a9481d1 [security] Support for checkboxes on the tree
  358. * 2bd75aa [security] Support for linking to Roles or Edit section
  359. * 0b22f9c [security] Fix for multiple occurrences of groups on the group list
  360. * ebdfa06 [security] Frontend for editing groups of a role
  361. * 8940e84 [security] Undo privilege modifications in Sentry
  362. * 59b6259 HUE-1176 [jb] Broken image link 'static/art/login-spinner.gif'
  363. * ef21336 [security] Fix allowClear on groups dropdown
  364. * fad2068 [security] Filter by a certain group if selected or show all of them
  365. * f4df846 [security] Remove Sentry privilege properties
  366. * f4b68e4 [security] Update Sentry to lates Thrift without a privilege name
  367. * 94c008f [security] Move Sentry save role button to the bottom
  368. * 6c364ef [core] Restyled autocompletes dropdowns
  369. * a754f98 [security] Added autocomplete for Hive
  370. * 210f920 [security] Initial restyle of Hive privileges
  371. * e88e964 [security] Empty roles message, moved to dialog for new role
  372. * 7a2321b [security] KOified the groups list
  373. * a75786d [security] Select2 now accept a new Hive action too
  374. * c069f9d [security] Fixed refresh on Hive tree
  375. * 6b0ad67 [security] Load HDFS root in case you reload a path that does not exist
  376. * 3865560 [security] Support for hive tree linking
  377. * 3f77f23 [security] Fixed tree actions for Hive
  378. * f0565f3 Revert "[security] Added support from doAs from a non visible path"
  379. * 448bb06 [security] Added support from doAs from a non visible path
  380. * c81aed8 [security] Improved striked path
  381. * 24dab65 [security] Simplify Sentry privilege form
  382. * 2d8d87c [security] Restyled ACLs tree nodes
  383. * 965eb7b [security] Updated style for ACL node and added rwx info
  384. * 9f7e757 [security] Replace <table> by <div> in Hive
  385. * 01496cb [security] Harmonize tree and roles section of Hive
  386. * 900b044 [security] Initial integration of the tree in Hive
  387. * efa58a6 [security] Improved collapse, externalized css
  388. * 788c272 [security] Replace drop_sentry_privilege by alter_sentry_role_revoke_privilege
  389. * 5580282 [security] Enable loading of non standard users/groups on the initial select dropdown
  390. * 8d34433 [security] Support for temporary use of unlisted users/groups in the select
  391. * 48fec4e [security] Improved tree UX
  392. * fba1666 [security] Tree toggle expand just on icon
  393. * 3ff1ea3 [security] Fixed tree scroll to path
  394. * f0220b7 [security] Restyled ACLs panel for HDFS
  395. * 942b401 [security] First round of fixes for doAs, introduced select2
  396. * e5ba114 [security] Unify Hive privilege templates
  397. * 6377d91 [security] Adding delete privilege first version
  398. * d587f0b [libsentry] Adding rename and delete privilege API calls
  399. * 0acd8d1 [security] Call refresh tree when switching diff mode or user
  400. * bff0bb2 [security] Added style for new tree functionalities
  401. * ef5c7a1 [security] Added collapse, expand and refresh tree
  402. * 84e10c9 [security] Support adding new privileges to existing Sentry roles
  403. * 2cbaa61 [security] Create a new role with privileges and groups
  404. * d0cce56 [security] Display and edition template for Sentry privileges
  405. * 54e6ca7 [security] Mock list_sentry_privileges_by_authorizable in Sentry
  406. * 0523922 [security] Added pagination support for HDFS
  407. * f670b56 [security] Autocomplete group or user names for each HDFS ACL
  408. * b8e9c72 [security] Adding a typeahead to view as user input box
  409. * a19fb44 [security] Adding HDFS diff mode logic
  410. * 1653639 [security] Scroll to path on HDFS tree
  411. * 38e7748 [security] Support for unexpand on HDFS tree
  412. * 2013e3c [security] Support for history on HDFS
  413. * 0718683 [security] Tree enhancements
  414. * 5b2119f [security] HDFS diff mode skeleton
  415. * 7b45990 [security] Adding HDFS text view
  416. * 6f59182 [security] Added path autocomplete
  417. * d43a63f [security] Improved tree display
  418. * fc58f59 [security] List tables with doas option
  419. * 04238da [security] Improving Hive autocomplete
  420. * 72dbaa3 [security] Update HDFS path when picking another user
  421. * 27671ac [security] Pagination skeleton for fetching more files
  422. * 1123290 [security] First draft of tree
  423. * 66ef002 [security] Base for group and user autocomplete
  424. * 2f3afc1 [security] Rename an HDFS acl
  425. * c0555c5 [security] Split default rules below
  426. * 8ed2747 [security] Manage default HDFS acls
  427. * 24237c5 [security] Started UI cleanup
  428. * 1ec14c0 [security] Highlight files with acl in the listing
  429. * c7ac355 [security] Edit an HDFS acl
  430. * 98817aa [security] Adding security API module
  431. * 8369250 [security] Remove an HDFS acl
  432. * 459c611 [security] Split api into several modules
  433. * 8f545e1 [security] Adding missing build files
  434. * cd04d98 [security] Add some HDFS acls
  435. * c9b256c [security] Remove dependency on fb Thrift
  436. * 25ad2e0 [security] Adding static files
  437. * bb0f2e9 [security] Add privileges to existing Hive role
  438. * 45a2bc3 [security] Create a Hive role section
  439. * 9e8b169 [security] Implement Hive list_sentry_privileges_for_provider
  440. * b2e6e24 [security] Bases of main Hive page
  441. * d3ba014 [security] Edition and listing of roles and groups
  442. * 7431ac0 [security] Preparing adding a new HDFS ACL form
  443. * b24b35d [security] List existing HDFS ACLs
  444. * a07d9ed [security] Adding API to list priviledges of an object
  445. * 4c50f80 [security] Adding HDFS ACL API
  446. * e71e200 [security] Initial skeleton
  447. * b5fb623 [sentry] Cleanup and remove autocomplete for now
  448. * 415ec1e [sentry] Add sentry client and API
  449. * 028db3a [core] Thrift TMultiplexedProtocol support
  450. * 8afc15b [search] Fixes for the empty dashboards admin page
  451. * d510eca HUE-2236 [fb] Cannot open some csv files
  452. * c0da227 HUE-2224 [beeswax] Ignore escaped characters while splitting queries
  453. * 3142076 HUE-2242 [metastore] Support tables of more thant 1000 columns
  454. * 8d6ac91 HUE-1514 [filebrowser] Add a note to the UI if the file contents are specially rendered
  455. * 5b9467d HUE-2231 [fb] Make current directory selectable
  456. * d7297bb HUE-2231 [fb] Make current directory selectable
  457. * f306348 HUE-2237 [search] Search input duplicates text
  458. * b1666a9 HUE-2238 [core] The Hue app logo is huge on IE9
  459. * ca921d5 HUE-2234 [core] Select first document or shared document tag by default
  460. * adf679f HUE-2224 [beeswax] Query editor does not properly split statements
  461. * 28304d5 HUE-2231 [fb] Updated unit test to look for correct index
  462. * fe1951a [core] Update integration tests to pull the latest Hadoop jars
  463. * 2209fca HUE-2231 [fb] Make current directory selectable
  464. * 1aaf411 HUE-2232 [search] Examples don't install with MySql
  465. * 02fb1d6 HUE-2034 [metastore] Enable links in hive table/column comments
  466. * 6bb4941 HUE-2123 [beeswax] Handle cancel state properly
  467. * 29c8186 HUE-2176 [oozie] Changed refresh intervals
  468. * 8087249 HUE-2176 [oozie] Progress report on dashboard can slow the page a lot
  469. * cca5aec [search] UX improvements for the admin section
  470. * fb0615d HUE-2212 [metastore] Memory can leak when getting a sample of data of a table
  471. * c5f41e7 HUE-2223 [beeswax] Bigints are rounded on result tab
  472. * f294650 [oozie] Fix broken submit Java action test
  473. * 03c90dd [beeswax] Improve some German translations
  474. * 18b3828 HUE-2221 [oozie] Remove spaces in workflow names examples
  475. * d285c09 HUE-2215 [jb] Display job counters with YARN
  476. * b05e6d0 HUE-2186 [search] Bulk copy collection templates
  477. * ff06225 HUE-2186 [search] Bulk copy collection templates
  478. * 1699f0a HUE-2186 [search] Bulk edit collection templates
  479. * 4648477 HUE-2028 [pig] The end of logs can be missing
  480. * 1fa0c53 HUE-2119 [filebrowser] Show extended permission in mode
  481. * f0b9138 HUE-2211 [search] Twitter and Jobs example do not load properly
  482. * c69f398 [hive] Fixed Japanase translation issues
  483. * bbcc2fa HUE-2207 [search] Timeline date changes are not saved when edited manually
  484. * 8f86d28 HUE-2209 [core] Install examples links should not autoscroll to the top of the page
  485. * 8c29a4b HUE-2076 [core] Create retina icons/logos
  486. * 489cd4f [metastore] Support of UTF-8 in the comments and names of tables
  487. * cc8defd HUE-2122 [impala] Smarter db and table cache
  488. * 978bacf HUE-2178 [core] Refactor and extract as a lib search layout
  489. * 0109c9d [core] Support Resource Manager HA active / standby switching
  490. * 0148bbb HUE-2192 [core] Create parameter to choose LDAP username for HS2
  491. * 7a98cef HUE-2193 [beeswax] Updates the tests for HiveServer2 LDAP
  492. * 6e47e3f HUE-2193 [beeswax] HiveServer2 pass-through LDAP authentication at thrift level
  493. * 95e1b31 HUE-2196 [beeswax] Explain doesn't account for Hive settings
  494. * 75681d5 HUE-2178 [core] Refactor and extract as a lib search charts
  495. * 6e5c552 HUE-2177 [impala] DB assist should support zero databases
  496. * 1a3b913 [libsolr] Security impersonation for all the API operations
  497. * b44cae9 HUE-2189 [search] Exporting results should not add extra HTML
  498. * 711ea71 HUE-2188 [beeswax] Remove Email me on completion
  499. * 20fd248 HUE-2184 [core] Connect to Oracle via Service Name
  500. * bcc1b7e HUE-2190 [search] Truncate function doesn't work anymore
  501. * 2594fc5 [doc] Update README to propose a compatible maven
  502. * 3e1a326 [core] Shrink char field max length
  503. * e9e31e6 HUE-2138 [search] Slider widget UX
  504. * 19636e0 HUE-2138 [search] Slider widget UX
  505. * c32867a HUE-2175 [oozie] Also generate timeout value of zero in coordinator XML
  506. * a9c207b [oozie] Remove some fields in the workflow dashboard tables
  507. * 2237563 HUE-2166 [core] Oracle database support in doc model
  508. * 8eb4ce0 HUE-2163 [search] Some closure widget click problems
  509. * 20d0ca1 HUE-2174 [jobbrowser] HTTP 500 error if on MR1
  510. * d75baf9 HUE-2166 [core] Oracle database support in doc model
  511. * bd9a0b7 HUE-2170 [search] Grid layour table header and body don't align
  512. * c231af1 [search] Authorize more than one line chart
  513. * 3fa2107 [oozie] Fix date conversion test
  514. * f57e0f4 HUE-2169 [search] Sort field list in HTML layout can overflow
  515. * 3f27c55 HUE-2157 [search] Update Gridlayout field list on search
  516. * 378f789 [core] Resource Manager RM HA
  517. * 3e5c6f3 HUE-2164 [core] Create retina favicon
  518. * 44ad542 HUE-2161 [oozie] Kill job popup in dashboard should disable the ok button
  519. * fe12969 HUE-2017 [search] Warning that highlightning only works if documents have and id field
  520. * 0ed5ca5 HUE-2167 [search] Solr might not always return a document
  521. * 22e1401 HUE-2165 [search] syncFields() can corrupt the model
  522. * 55e742a HUE-2128 [search] Timeline dates are not loaded properly
  523. * 3425299 [search] Subscribe to facet limit change
  524. * 3c011bc HUE-2132 [search] Offer field sorting within the HTML widget
  525. * b62564c [oozie] Simplify some dates when strptime() does not support %Z
  526. * afb4f7d HUE-2162 [search] Group by facet on timeline widget errors
  527. * 6d0f852 [core] Fix some date format in the headers of the po files
  528. * bf45be6 [core] Updating localization strings
  529. * b0b76f6 [core] Add default options for databases
  530. * 35e19ca [core] update "minicluster" versions
  531. * e933469 HUE-2113 [oozie] Coordinator "next submission" shows overall endtime
  532. * 295a8ee HUE-1916 [oozie] Create coordinator should not get a localized date
  533. * 2dc9729 [core] Fix LDAP tests
  534. * f91a0b4 HUE-2137 [indexer] Support core creation in non Solr cloud mode
  535. * f0307d2 [spark] Is empty result should work with any type of data
  536. * f3549ea HUE-2143 [beeswax] MR job links are not always displayed
  537. * 8e51a5f HUE-2148 [search] Download query can be missing some columns
  538. * f12d89e HUE-2157 [search] Gridlayout field list min height could match number of rows
  539. * 6a1aa3d HUE-2149 [search] More facets are displayed when limit is small
  540. * 7a8d897 HUE-1917 [oozie] Crontab support in dashboard
  541. * 0ce3fbd [useradmin] LDAP DNs should accept spaces
  542. * 553faf6 [core] Add note about threaded option and Oracle databases
  543. * 9ec6187 [jb] Basic test with mocking for view and modify acl and MR1
  544. * db062d7 [jb] Also show jobs according to acl view permissions
  545. * dabe214 [jb] Also show jobs according to acl modify permissions
  546. * 4d3b778 HUE-2126 [search] Beautify limit, range, zoom out, etc. of widgets
  547. * a4e91be [impala] Close queries commands cannot work for Impala
  548. * 851cd1f [beeswax] Cleared all old references to Beeswax daemon
  549. * 820c187 [beeswax] Close query for any type of queries
  550. * 2193d9d [beeswax] Close Beeswax queries
  551. * e76d055 [beeswax] Rename error to info
  552. * ec11741 [beeswax] Integrate hive-site.xml into the Hive commands
  553. * bca90eb [search] Download first 1000 rows of a query
  554. * 481d8a1 [jb] Sort jobs by date by default instead of job ids
  555. * 348e424 HUE-2133 [search] Support Solr date facet format in widgets
  556. * 4b4f63f HUE-2124 [oozie] HDFS Deployment directory is missing "slash" symbol
  557. * 916722c HUE-2129 [search] Show selected bar on bar charts
  558. * 322a401 [search] Adding user agent bar chart to the Apache log example
  559. * 1453bd2 HUE-2135 [search] Support non Solr cloud mode
  560. * 376589b HUE-2130 [search] Prettyfy empty result
  561. * 61e8d36 HUE-2141 [search] Fail gracefully when a collection does not exist
  562. * 9df4725 HUE-2138 [search] Slider widget UX
  563. * f795a9f [core] LDAP search bind authentication should be at server record level
  564. * 86f0395 HUE-2127 [indexer] Select a default field
  565. * 777646d HUE-2105 [beeswax] Sort alphabetically the navigator tables
  566. * dcee4fe [spark] Saveas does not lose the design id
  567. * 63355cb [spark] Bubble up error message when query has ERROR status
  568. * e4e72d6 [spark] Query URL does not conflict anymore when loading a saved query
  569. * 7cdc8be [search] Adding better range to the timeline of twitter example
  570. * aff5c27 [indexer] Rename collection examples to demos
  571. * d6f8a46 [search] Limit query length to 4096
  572. * 8611fc0 HUE-2125 [search] Invalid date label on timeline chart
  573. * c3c7040 [core] Ldap commands should accept server argument
  574. Contributors
  575. ------------
  576. This Hue release is made possible thanks to the contribution from:
  577. - Aaron Newton
  578. - Aaron T. Myers
  579. - Abraham Elmahrek
  580. - Aditya Acharya
  581. - Alex Newman
  582. - Andrew Bayer
  583. - Andrew Yao
  584. - Ann McCown
  585. - bc Wong
  586. - Ben Bishop
  587. - Bruce Mitchener
  588. - Bruno Mahé
  589. - Eli Collins
  590. - Enrico Berti
  591. - Eric Wong
  592. - Harsh J
  593. - Henry Robinson
  594. - Jon Natkins
  595. - Kevin Wang
  596. - Lars Francke
  597. - Loren Siebert
  598. - Marcus McLaughlin
  599. - Mike Cotton
  600. - Paul Battaglia
  601. - Paul Mccaughtry
  602. - Philip Zeyliger
  603. - Romain Rigaux
  604. - Roman Shaposhnik
  605. - Shawn Van Ittersum
  606. - Shrijeet Paliwal
  607. - Thomas Aylott
  608. - Todd Lipcon
  609. - Vinithra Varadharajan