release-notes-3.6.0.txt 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  1. Hue v3.6.0, released Thursday 29th, May 2014
  2. ============================================
  3. Hue, http://gethue.com, is an open source UI for doing big data analysis with Hadoop.
  4. It features:
  5. - File Browser for accessing HDFS
  6. - Hive Editor for developing and running Hive queries
  7. - Search App for querying, exploring, visualizing data and dashboards with Solr
  8. - Impala App for executing interactive SQL queries
  9. - Spark Editor and Dashboard
  10. - Pig Editor for submitting Pig scripts
  11. - Oozie Editor and Dashboard for submitting and monitoring workflows, coordinators and bundles
  12. - HBase Browser for visualizing, querying and modifying HBase tables
  13. - Metastore Browser for accessing Hive metadata and HCatalog
  14. - Job Browser for accessing MapReduce jobs (MR1/MR2-YARN)
  15. - Job Designer for creating MapReduce/Streaming/Java jobs
  16. - A Sqoop 2 Editor and Dashboard
  17. - A ZooKeeper Browser and Editor
  18. - A DB Query Editor for MySql, PostgreSQL, SQLite and Oracle
  19. On top of that, a SDK is available for creating new apps integrated with Hadoop.
  20. More user and developer documentation is available at http://gethue.com.
  21. Latest Notable Features
  22. -----------------------
  23. - link:http://gethue.com/hadoop-search-dynamic-search-dashboards-with-solr[Search App v2: Dynamic search dashboards with Solr]
  24. - 100% Dynamic dashboard
  25. - Drag & Drop dashboard builder
  26. - Text, Timeline, Pie, Line, Bar, Map, Filters, Grid and HTML widgets
  27. - Solr Index creation wizard from a file
  28. - link:http://gethue.com/visualize-snappy-compressed-avro-files/[View Snappy compressed Avro]/Parquet files
  29. - link:http://gethue.com/hadoop-tutorial-how-to-distribute-impala-query-load/[Impala HA]
  30. Compatibility
  31. -------------
  32. Runs on CentOS versions 5 to 6, Red Hat Enterprise Linux (RHEL), and Ubuntu 10.04 to 12.10.
  33. CentOS 5 and RHEL 5 requires EPEL python 2.6 package.
  34. Tested with CDH5. Specifically:
  35. - Hadoop 0.20 / 2.3.0
  36. - Hive 0.13.0
  37. - Oozie 4.0
  38. - HBase 0.98
  39. - Pig 0.12
  40. - Impala 1.3
  41. - Solr 4.4
  42. - Sqoop2 1.99.3
  43. These minimum versions should work (not tested):
  44. - Hadoop 0.20 / 1.2.0 / 2.0.0
  45. - Hive 0.12.0
  46. - Oozie 3.2
  47. - HBase 0.92
  48. - Pig 0.8
  49. - Impala 1.0
  50. - Solr 3.6
  51. - Sqoop2 1.99.3
  52. Supported Browsers:
  53. * Windows: Chrome, Firefox 3.6+, Internet Explorer 9+, Safari 5+
  54. * Linux : Chrome, Firefox 3.6+
  55. * Mac: Chrome, Firefox 3.6+, Safari 5+
  56. Runs with Python 2.6+
  57. List of 784 Commits
  58. -------------------
  59. * 907ec26 [doc] Hue 3.6 release notes
  60. * 16ac841 [indexer] Fix quoting and python version
  61. * 55261f5 [metastore] UnicodeDecodeError when viewing schema of table
  62. * 1e8ea71 [search] Add correct start date in twitter example
  63. * de0b82f [search] Better animate to column
  64. * caaf31e HUE-2124 [oozie] HDFS Deployment directory is missing "slash" symbol
  65. * 7ce38bb [search] Trailing whitespaces and tabs cleanup
  66. * bae6007 [search] Disable is editing
  67. * 335d623 [search] Changed date picker
  68. * 4b8faae [search] Editable widget popup should open on the right
  69. * 84df243 [search] Scroll to field
  70. * 66fe2b1 [search] Added spinedit for limit
  71. * e368eee [search] Added daterangepicker
  72. * 0d507fb [search] Support moving map widgets
  73. * ddddcf6 [search] Cleaner gridlayout headers when no fields are selected
  74. * 606c39f [search] Koify getdocument in result grid layout
  75. * 8132720 [search] Zooming out does not reset filter
  76. * 354f17e [search] Make sure min or max properties of range facet are restricted
  77. * 043230b [search] Added formatters and reverse formatters for slider
  78. * 1973d6f [search] Reduced a bit the slider size
  79. * 782c6da [search] Styled a bit the settings panel
  80. * af93938 [search] Minor CSS fix
  81. * 40870c3 [search] Added Indexes menu link
  82. * 1ba0fba [search] Added visual hint for updating charts for slower collections
  83. * 899b800 [search] Fix range select color
  84. * e66a598 [search] Set max width for slider to 250px
  85. * 64944e2 [search] Fixed slider z-index problem
  86. * 0963a18 [search] Fixed clearable click event
  87. * 0087d49 [search] Add min and max field properties to range facets
  88. * e620b8c [search] Truncate milliseconds in dates for better timelines
  89. * 2df9942 [search] Restyled a bit grid results, added all/current filter
  90. * 42a2edf [search] Externalized CSS and streamlined Less addition
  91. * 4a6c582 [search] Avoid line wrapping on result row
  92. * 8981258 [search] Fix field list size for magic layout
  93. * 2884912 [search] Slider binding
  94. * 918b31f [indexer] All fields should be stored by default
  95. * d9c9349 [core] Move create collection or core to the new dashboard
  96. * 22e5bd4 [search] Import and convert older collections
  97. * b4d174e [indexer] Add modal dialogue for deleting a single collection
  98. * d9cb9fc [indexer] Setup examples in search API
  99. * 3fd67ab [indexer] Unique key field must be indexed
  100. * b37afe7 [indexer] Choose field type more intelligently
  101. * f6f9de4 [indexer] Choose unique key field more intelligently
  102. * 0b89284 [indexer] Change config defaults
  103. * bcc362a [search] Escape extracode in HTML widget
  104. * b758d4a [indexer] Install examples in admin wizard
  105. * 66872a2 [indexer] All fields should be indexed by default
  106. * 9bf3501 [indexer] Add confirmation when deleting collections
  107. * 8af533f [search] Install search templates
  108. * d6f1692 [search] Partial cleanup of indexer
  109. * ffaea0f [search] First fix for result jump
  110. * b05c914 [search] Use gradient map
  111. * f6e4874 [search] Re-init range facet when deleting its filter
  112. * eba76c4 [search] Add correct closure to support multiple bar charts
  113. * 8e627dd [search] Range and field support for bar chart
  114. * e045c3a [search] Clearable fix for Retina displays
  115. * 9059baa [search] New binding clearable
  116. * d14f4d2 [indexer] Add install examples view
  117. * 517c4e9 [indexer] Add logs example
  118. * 8c85408 [indexer] Add jobs example
  119. * 50aa919 [indexer] Add yelp example
  120. * ef37713 [search] Adding collection settings tab
  121. * 66b5330 [search] Replace log_demo by log_analytics_demo
  122. * c583e90 [search] Restrict edition to admin only
  123. * 9b09086 [search] Introduced share dialog
  124. * 0b11f78 [search] Current query is URL shareable
  125. * 348d966 [search] Added empty dashboard message
  126. * 8031706 [search] convert multi queries to new api
  127. * 4ba8eed [search] Workaround for fq filter with a space in the value
  128. * 8b17c43 [indexer] Fix 'nodeType' of undefined errors
  129. * 3625306 [indexer] Improve timestamp type check
  130. * 85e7ae5 [indexer] Respect newlines in quotes
  131. * 161f60b [indexer] Remove constant redirection
  132. * f9ee757 [search] Adding Apache log demo example
  133. * e50d144 [search] Fix for drag existing widget to new row helper
  134. * 536fc1d [search] Fixed line chart selected range values
  135. * 90fd4bd [search] Updating the tests
  136. * 260e414 [search] Remove deprecated version
  137. * 3c025f7 [search] Fixed enable selection
  138. * 5de11b8 [search] Fixed selection on line chart
  139. * dabec3e [search] Changed color to selected area
  140. * 15691b8 [search] Plugin select events on the line and bar charts
  141. * 6764548 [search] Added more evident selected state to maps and fixed modal dialog hide event
  142. * 48a351b [search] Smarter line chart
  143. * 9b30bdf [search] Smarter date range facets
  144. * 7b42475 [search] Smarter range facets for numbers
  145. * 5c9d0ff [search] Restyled result pagination
  146. * babb900 [search] Result pagination doesn't scroll anymore
  147. * 365c399 [search] Finalized field list UI
  148. * 1509d0c [search] Esc on field list modal deletes the widget now
  149. * 6a621f1 [core] jHueNotify shouldn't display HTML content
  150. * fbde025 [search] Fix row height problem
  151. * 8763e27 [indexer] Remove example dir and use search examples
  152. * 1de9afc [indexer] Add indexer examples
  153. * 13802d6 [search] Enable selected countries/states on Datamaps
  154. * e339079 [search] Generic URL to browse any collection
  155. * bf519f7 [indexer] Choose between tlong and tint
  156. * c640bf2 [indexer] Use tdate instead of date when choosing types
  157. * 6f459ad [indexer] Add labels for field separators
  158. * 4ae194a [indexer] Remove log type
  159. * adfb2dd [indexer] Add breadcrums
  160. * 89d8298 [indexer] Change to metastore like layout
  161. * 64ac825 [indexer] Change defaults of 'add field' screen
  162. * b0a69b6 [indexer] Parse timestamp field for separated files
  163. * 677273a [indexer] Use tdate instead of date when groking fields
  164. * a29f562 [indexer] Get rid of internal collection management
  165. * 8f4049b [indexer] Improve data upload
  166. * 10f2197 [indexer] UI/UX improvements
  167. * f3d65ef [search] Removed spinedit that broke everything.
  168. * a2ffa3d [search] Squeeze some white spaces
  169. * 95f5401 [search] Restyled demi modal
  170. * b333451 [search] Added enable selection to line chart
  171. * ee437cc [search] Clickable map creates filters that can be toggled
  172. * f2703e6 [search] Adding some various states in the example
  173. * 008e991 [search] Restyled filter bar
  174. * 367c8bd [search] Better click even for Datamaps
  175. * 68bc031 [search] Select a place on map and create a filter
  176. * eb72327 [search] Adding scope to the map widget
  177. * 6acb6f2 [search] Added maxWidth for Pie chart
  178. * 3b7b06c [search] Converted barchart to brushBarChart
  179. * 2998bad [search] Disabled mouseover jump
  180. * f584a9d [search] Map works with country codes
  181. * 5597be0 [search] Default text facet size is 10 even if range facet
  182. * b0b4cdc [search] Added multiline labels after chart update
  183. * 18215b9 [search] Removed extra space underneath charts
  184. * e6b56e2 [search] Fixed onClick event of growingMultibarChart
  185. * 990b2c4 [search] Added maxWidth to map binding
  186. * 217630e [search] Deleted unused files, Maps: added enableGeocoding, onClick event, data tooltip, Widgets: resize event, fixed double markup, updated sortable
  187. * b9e7b0b [search] Added empty row at the beginning of a column too
  188. * d421347 [search] New properties tab in HTML result
  189. * b6f4f97 [search] Enable pick button when field is selected
  190. * 8e08088 [search] Highlight HTML results and escape only once
  191. * 3c346f7 [search] Add job collection to the examples
  192. * 8b6f05f [search] Added step support to slider
  193. * 8db7d31 [search] Added bindings for slider
  194. * 71557fc [search] Added Bootstrap spinedit binding
  195. * 4a87d55 [search] Field list adjust its height to the result panel
  196. * 530c833 [search] Restyled fields modal
  197. * 6c5f9b0 [indexer] Remove only selected collections
  198. * 4384698 [indexer] Remove symlink version
  199. * 04255ec [search] Synchronize dynamic fields
  200. * abca560 [search] Synchronize static fields
  201. * 62d7b00 [search] Make field list of gridlayout a computed
  202. * 5c7feec [indexer] Hook into search app
  203. * 6e5e313 [indexer] Fix log upload
  204. * beae907 [indexer] Make indexer lib work with its urls
  205. * 21e4b24 [indexer] Remove schema generator
  206. * 92bb82a [indexer] Move collection manager to indexer lib
  207. * dbcb249 [collectionmanager] Add other field types
  208. * e667f87 HUE-2037 [search] Index a file or hive table easily
  209. * 119da98 [search] Removed unused jQuery files
  210. * 529f2bd [search] Added inline document details
  211. * a52f8d5 [search] Add location field to the log example
  212. * 1e9b35f [search] Update template of magic layout
  213. * 4db6a26 [search] Update gridlayout field list in a new dashboard
  214. * 612f200 [search] Restyled field list
  215. * 4a34768 [search] Refresh new collection redirects to collection itself
  216. * 52ebfb8 [search] Fix hover field titles
  217. * 4b95e65 [search] Update template and field list of new collections
  218. * ae5887e [search] Fix hover field titles
  219. * dc49588 [search] Move column chevron icons on hover
  220. * dfe7d63 [search] Added drag to new row
  221. * 00223ff [search] Download results in json, csv or xls
  222. * ece2c68 [search] Fixed empty callback for search
  223. * c292bd4 [search] Added field and function selects to html resultset editor
  224. * 0731f6b [search] Pagination should use numbers and not strings
  225. * 0323612 [search] Fetch new fields when creating a collection dashboard
  226. * 9644ea0 [search] Added freshereditor
  227. * 01af39a [search] Added scroll back to initial position
  228. * f7c57ee [search] Add field modal preview and cancel functions
  229. * 7483e40 [search] Added editable to other widgets too
  230. * a5e7f67 [search] Fixed ko.editable to update enabled/disabled status
  231. * cc49870 [search] Inverted X axis labels and changed icon for timeline
  232. * b975d24 [search] Add see more or less on text facets
  233. * 6a9d1dd [search] Added multiline x-axis labels for timeline
  234. * dfc517b [search] Update number of rows and template only after n seconds
  235. * ef54ae3 [search] Widget name is now editable
  236. * e86611a [search] Removed zIndex from Pie draggable
  237. * 497ceb2 [search] Next and previous pagination
  238. * b24f682 [search] Adding number of rows pagination
  239. * 19fb05a [search] Bump jQuery and jQuery UI versions
  240. * c9d59b7 [search] First version of result inspector
  241. * 1b17000 [search] Removed media queries for the toolbar
  242. * 73ec3ac [search] Made rows more visible in edit mode
  243. * 7b93ba9 [search] Fixed stacked hover effect
  244. * e59ba91 [search] Limited CSS to result pane only
  245. * 97d1573 [search] Introduced ko bindings for Codemirror
  246. * dabdab6 [search] Restyled available widgets
  247. * 24892af [search] Add move icon to drag widget
  248. * 57d487b [search] Autocomplete add a widget field input
  249. * 6c3784f [search] Only display available fields in add widget modal
  250. * c3887a1 [search] Enable or disable available widgets
  251. * 7094a94 [search] Enforce only one instance of certain types of widgets
  252. * e1f7da7 [search] Split grid and HTML resultset widgets
  253. * 36ef323 [search] Filter widget styled
  254. * 971655e [search] Set facet label or widget type to the widget title
  255. * 6cccf16 [search] Remove widgets inside a row when deleting it
  256. * 82a0110 [search] Removed loading from filter widget and added empty message
  257. * 8e5abfb [search] Cleaner text facet links
  258. * 00dc723 [search] Do not show field picker on Filter Bar
  259. * fbc2272 [search] Minify widgets on new widget drag
  260. * 5102fe8 [search] Minify widgets on new widget drag
  261. * f806b9b [search] First pass of beautification
  262. * 8f53979 [search] Switch facet type icons for widgets
  263. * 286f05c [search] Create a new template based on any solr collection
  264. * bc88af6 [search] Fix for delete facet
  265. * 200cf51 [search] Introducting enable selection on histogram
  266. * b6cf638 [search] Fix loading spinner on Text facet
  267. * c355f83 [search] Authorize search page without a dashboard
  268. * ffa2807 [search] Optimize range multi facet queries
  269. * 9de47ca [search] Multi select range facets
  270. * 8609451 [search] Prepare for multi select of range facets
  271. * 9297f30 [search] Persist stacked or not property of histogram
  272. * 37a9cd3 [search] Split facet range and sort order buttons
  273. * 4e37306 [search] Propagate state change
  274. * d48a3e7 [search] More on maps
  275. * 871ad00 [search] Added option to set stacked for barcharts and timeline charts
  276. * 3e9580c [search] Adding count to facet multiqueries
  277. * 6652ad0 [search] Multi queries by search box or field facet logic
  278. * be9a2dd [search] Multi search boxes queries
  279. * 039b0de [search] Fix refresh of group by option of histogram
  280. * 512c607 [search] Fix zooming back from histogram
  281. * 7ee1f8b [search] Range select should also filter the result documents
  282. * 880db24 [search] Multi queries for timeline
  283. * 3aaa909 [search] First version of Hue Geo
  284. * 05d6e92 [search] Fix multibar highlight
  285. * 72f1a71 [search] Initial map support
  286. * 154c8d7 [search] Add support for bar highlight
  287. * b45da61 [search] Added line chart support
  288. * cdb8763 [search] Do not show field selector for result widget
  289. * 8cd81eb [search] Dynamic range of historgram widget
  290. * 11ea101 [search] Escape HTML cells in gridlayout
  291. * 7c5e323 [search] Fix timeline data transformer
  292. * 5799efd [search] Furtherly improved d&d
  293. * e72f67a [search] Improved usability of drag & drop
  294. * 996326b [search] Disable scroll to top and auto open field list demi modal
  295. * 6c28d96 [search] Visual feedback for drop targets
  296. * c21b3ca [search] Ground work for multi serie bar charts
  297. * 542cb5d [search] Added DiscreteBarChart support
  298. * d14fab1 [search] Escape HTML cells in gridlayout
  299. * 5791b53 [search] Retrieve single doc by id
  300. * 8dae122 [search] Added Pie chart selection and mouseover handling
  301. * f841468 [search] Fix call to onSelectRange
  302. * 606c571 [search] Introduced media queries for the top bar
  303. * 1a1ede7 [search] Propagate onSelectRange
  304. * 251ab34 [search] Converted top bar layout images to css
  305. * 7a53776 [search] Re-enable copy/paste in edit mode
  306. * 6ddfa77 [search] Move gridlayout columns to left or right
  307. * a64cb32 [search] Removing a widget should remove its filters
  308. * 0d23d80 [search] Splitting templates of range/field widgets like text and pie
  309. * d12fd2a [search] Multi filter for range facets
  310. * d3b3c9d [search] Multi fq support for text facet
  311. * a9fb00d [search] Added new field selection modal
  312. * b4a4f51 [search] Added selection management on multiBarChart
  313. * 3ae84c6 [search] Ask only for the used fields in the gridlayout
  314. * 4333667 [search] Make pie widget work with range facet
  315. * bc7ca8a [search] Smarter number of slots for text range facets
  316. * 3f05860 [search] Toggle facet order and type
  317. * df559a9 [search] Skeleton for magic layout
  318. * 6da1259 [search] Text, pie and bar facets can also be ranges
  319. * 620e231 [search] Added barChart code for handling time data
  320. * 1cf0fa2 [search] Adding bar char widget
  321. * 37c0837 [search] Add date support fo range facet
  322. * f8c3a4c [search] Extracted charting to external js file
  323. * 886b03c [search] Added first version of multiBar
  324. * 3f3986d [search] Adding range facets with numbers
  325. * 336e3a9 [search] Adding histogram widget
  326. * 788b5ac [search] Added first version of Pie and changed drag handler
  327. * 041a01c [search] Added nvd3 dependencies
  328. * 32cac55 [search] Fix modifying an existing collection template
  329. * 142f055 [search] Add Pie widget
  330. * 18aaff6 [search] Display all the columns in the grid layout
  331. * 64ec801 [search] Add Hit Count facet
  332. * f5bd061 [search] Save a new collection button
  333. * 02e5746 [search] Add a new template button
  334. * 65022ca [search] Adding support for sorting the grid layout
  335. * 5d260ef [search] Adding template for result pagination
  336. * faec4ff [search] Adding empty search result message
  337. * 78a092b [search] Adding list of fields with extended metadata like types
  338. * 1a325c2 [search] Add id to widgets to map them to a model object
  339. * f5f0201 [search] Edit and remove facet attached to the layout
  340. * 7bf0494 [search] Fix toggling of the gridlayout show field list
  341. * 5a611dc [search] Do not add dynamic fields more than once
  342. * a661e8f [search] Do not try to convert empty collections
  343. * f78c813 [search] Load back the saved layout
  344. * 40d6aa8 [search] Add toggle field list visibility in grid layout
  345. * a6893ec [search] Make grid field selection button toggable
  346. * e9d9d03 [search] Display whole json record when no fields are selected
  347. * 49edd09 [search] Fix refresh when switching back to grid layout in edit mode
  348. * fa90c10 [search] Updating WIP
  349. * b3892bb [search] Start to prettify
  350. * eb46c8e [search] Guess id field for result highlighting
  351. * dd2159d [search] Save the template of a collection
  352. * 9dc26fc [search] Collection and facet edition integration
  353. * 63e409e [search] Merging dashboard and search page
  354. * b75ef6d [search] Refactoring API and KO models
  355. * fe88c7d [search] Simpliying search API
  356. * 79b5bbe [search] Dashboard cleanup
  357. * 221b11c [search] Prettified dashboard
  358. * 36e8051 [search] Added dashboard toolbar
  359. * f884511 [search] Dashboard prettify
  360. * 80d73b7 [search] Adding a dashboard
  361. * 7a603c6 HUE-2108 [metastore] Error when dropping a table
  362. * 9175b87 [useradmin] Remove server selection from ldap functionality when using legacy configuration
  363. * 11582cb [core] Invert dependency list and merge migrations
  364. * 0520f6c HUE-1957 [core] Configure thrift transport
  365. * d8822ac HUE-2085 [core] Update migration dependencies
  366. * 9a3d1b4 HUE-2101 [fb] Copying a file trims the last chunk
  367. * 7f74580 HUE-2112 [fb] The 'New' dropdown goes off screen
  368. * b186265 [search] Rename Navigator to Assist
  369. * b05324e HUE-2111 [pig] Enable collapse of navigator items
  370. * 6ad3895 HUE-2110 [core] Update FontAwesome to 4.1
  371. * 0fd00f1 HUE-2089 [useradmin] Sync ldap users modal form is misaligned
  372. * e988bde HUE-2099 [jobbrowser] Improve metadata tab performances
  373. * c0c1bef HUE-2106 [beeswax] Table list and query caches should be per user
  374. * 3e3236f [core] New datanode report format
  375. * 03b82fc HUE-2095 [beeswax] Do not fetch statements without a resultset
  376. * 9fe2102 HUE-2091 [fb] Configurable tempfile.tempdir for local file upload
  377. * 0a895a9 [beeswax] Escape space to HTML spaces in some tests
  378. * 403cd90 [liboauth] Add a mapping to shorten domain names in usernames
  379. * deeb9b6 HUE-2109 [core] Use MPL instead of LGPL for certificate bundle
  380. * 556d9fd [metastore] Do not concatenate spaces in cells result
  381. * a1fba50 HUE-2104 [beeswax] Don't truncate space characted values from query results
  382. * 21938ff HUE-2100 [beeswax] Query with error should not show the cancel button
  383. * e11b285 [sqoop] Not unicode strings in argument expansion
  384. * e436a8a [core] Stream CSV download and limit XLS download
  385. * 8c9388c HUE-1897 [oozie] Workflow ids have double trailing slashes
  386. * 7316408 [beeswax] Clone copy to a new owner option
  387. * 94026fb HUE-2058 [oozie] Incomplete save state in workflow editor
  388. * 965f9ca HUE-2039 [beeswax] Remove the need to clone a shared query
  389. * 8d72adb HUE-2059 [core] Only display history documents in their home section
  390. * b5148b4 HUE-2096 [core] Error on login page are duplicated
  391. * f9800d5 HUE-2087 [beeswax] Job is submitted twice when the Enter key is used for the Execute button
  392. * 72e880d HUE-2074 [core] Update Knockout to 3.1
  393. * 4196369 HUE-2070 [metastore] Improve guess of numeric data types
  394. * 465d5a0 [core] RemoteUser middleware fixes
  395. * 0f86364 [core] Improve memory debug view
  396. * f37ba45 [core] Add BeautifulSoup and have requests use it
  397. * 9eac028 HUE-2026 [core] Create a doc model write permission
  398. * 144142a HUE-2026 [core] Create a doc model write permission
  399. * 28189e9 HUE-2026 [core] Create a doc model write permission
  400. * 0394d64 Revert "[core] Add python-snappy library"
  401. * d09dce2 Revert "[core] make snappy a first class citizen"
  402. * a106006 HUE-296 [core] Memory profiling config
  403. * 7e5ffff [core] Fix LDAP and useradmin group list tests
  404. * f541560 HUE-296 [core] Add memory usage debug view
  405. * dc17a4a HUE-296 [core] Add guppy debugger
  406. * cf3d770 HUE-2080 [core] Update tours URLs
  407. * 8af30e0 HUE-2072 [core] Disable SSL proxy header by default
  408. * b293f95 HUE-2072 [core] Updating Proxy SSL support to be optional
  409. * b69811f HUE-2072 [core] Adding support for HTTPS load-balancing
  410. * b3a760d HUE-2012 [core] AD multidomain support
  411. * e4ff348 HUE-2012 [core] upgrade django auth ldap
  412. * b1baed4 [filebrowser] Snappy decompression error should throw PopupException
  413. * 810af74 [desktop] A user can share a document to a group he does not belong too
  414. * 9f3fb69 [beeswax] Close HiveServer2 and Impala session command
  415. * 2321211 [filebrowser] read parquet in filebrowser
  416. * 63ba4f1 [core] update parquet-python to use file objects
  417. * 75261c1 [core] add parquet-python library
  418. * 8d15fcf [core] make snappy a first class citizen
  419. * c8a63af [core] Add python-snappy library
  420. * cc4a896 HUE-2068 [infra] Third-party dependencies manifest is excluded from binary distributions
  421. * c2ec0e6 HUE-2043 [core] database options keys have unicode keys
  422. * 5fb9260 [core] Remove python 2.4 and 2.5 from python selection
  423. * 182f8da HUE-2069 [jb] The new jobs in ACCEPTED state are not automatically appearing
  424. * 9ee9004 [core] Remove some bad links in the documentation
  425. * 819ef4d [core] Yarn check config should not depend on test code
  426. * d1e9de8 HUE-2061 [jb] Does not use the node address when task is not running
  427. * 8e79c58 HUE-2062 [pig] Editor fails with non ASCII characters
  428. * 4897c52 HUE-2065 [core] Make sure log page is proposed only to superusers
  429. * 8f82dda HUE-2063 [beeswax] The map chart does not display
  430. * 6ff62b5 HUE-2063 [beeswax] The map chart does not display
  431. * 4f60306 HUE-2061 [jb] Task logs are not retrieved if containers not on the same host
  432. * 7a67dd3 [useradmin] Fix translations in ldap cli commands
  433. * d29a902 [useradmin] LDAP import commands carry incorrect import statements
  434. * 0a4eacd [core] Integrate feedback tab when running in demo mode
  435. * 4d7628c HUE-577 File viewer should work with snappy-compressed Avro data files
  436. * 5ff543d [core] upgrade avro library
  437. * ee5aecc HUE-2047 [oozie] Clicking on workflows only works for first page of Workflow Manager
  438. * 0ac366c HUE-2033 [core] Cleanup and tests update
  439. * 56e21e2 HUE-2033 [core] Reviews findings
  440. * 54ab7ec HUE-2033 [core] Fixed document update after project or sharing changes
  441. * 3ab0f02 HUE-2033 Merge back the new home page
  442. * 53b07db HUE-2033 [core] Fix counting of shared documents
  443. * 5595e06 HUE-2033 [core] Added project move functionality
  444. * ff8f72a HUE-2033 [core] Readded sharing functionality
  445. * 1f2061e HUE-2033 [core] Refactored UX for remove project
  446. * 80dab73 HUE-2033 [core] Added project management functionality
  447. * 1dc4654 HUE-2033 [core] Cleaned style of the documents and tags
  448. * 38f1ed3 HUE-2033 [core] Link back backend to homepage 2
  449. * ed85ae4 HUE-2033 [core] Dynamic and robust home page
  450. * a2e65e2 [beeswax] Check for ownership before saving
  451. * cea265d [core] Add third-party dependency references
  452. * 5c7ef36 HUE-2040 [useradmin] Synchronize nested ldap groups
  453. * 7544de2 [core] make suboordinate subgroups the default
  454. * 010066f [core] remove bad import from python util tests
  455. * 69b9656 HUE-1177 [jb] Improve MR2 UX with correct percentage progress
  456. * 5784e15 HUE-2041 [pig] Improve log polling usage
  457. * d328bd0 [core] Remove unused desktop JS libraries
  458. * 592649f HUE-1989 [core] Move the js logic to the home page
  459. * a235e4e [core] Second pass of l10n for 3.5
  460. * 912c2f8 HUE-2010 [core] Configure Hue to terminate users who has not logged in X days
  461. * 27a5925 [oozie] Migrate examples with mkdirs and touchzs paths
  462. * 8cec8cd HUE-1890 [oozie] Longer input fields in workflow editor
  463. * f698a29 HUE-2032 [beeswax] Order by autocomplete should propose columns
  464. * ba5907c [jobsub] Add description to 'get_design' call
  465. * 267b227 [oozie] Import workflow imports mkdirs and touchsz as lists of dictionaries
  466. * d62d465 [core] Move welcome tour to home
  467. * 33c43c7 HUE-1801 [fb] Introduce pages with scroll when viewing a file
  468. * 9a8aeae [core] Add Feedback label for demo
  469. * 1380e84 HUE-1989 [core] Welcome tour on the home page
  470. * 38ae9d6 HUE-1888 [beeswax] Code mirror placeholder i18n
  471. * 4e27324 HUE-2011 [impala] Autocomplete a non existing table hangs
  472. * c7ae876 HUE-2016 [core] Improve the shadows for stateful buttons
  473. * 0f151d0 [core] Nested members support
  474. * 6cc6604 [core] Fix tag refresh after delete or create
  475. * f502a5e [core] Display all the tags
  476. * 5448fb2 [metastore] Hide recent query tab when browsing a table
  477. * 0569298 [impala] Fix link to metastore browser table
  478. * fd23026 [core] Installed apps with no webpage on dump_config should not propose links
  479. * f208e4e HUE-1962 [hbase] Support int row key from Hive table
  480. * d6c869c [impala] Replace non utf8 encoded chars from the resultsets
  481. * 76064c6 [liboauth] Limit oauth login to specific list of domains
  482. * 7307bf6 [liboauth] Show error message after Aouth login failure
  483. * 5cee8ea [liboauth] Indentation fix
  484. * 49bbfc8 HUE-2020 [hbase] upload an image sometimes produces an error
  485. * cf39ae2 [hbase] Fix new cell upload
  486. * 618672d [core] Secure shared tag edition
  487. * 4a15302 HUE-1989 [site] Live demo hosting
  488. * 0ef4c1f [oozie] Change unsaved workflow message
  489. * d45bd82 [impala] Separate server timeouts
  490. * a5d623a [impala] Disable ssl when using impala
  491. * abbc506 HUE-1868 [dbquery] Query then error moves headers
  492. * 02121a4 HUE-2029 [oozie] Prompt to save a workflow before submission if it was modified
  493. * 7ebffae [impala] Hide system database from the main editor dropdown
  494. * dcfad9c [core] Adding autofocus on username field on login
  495. * 28dc4e6 [oozie] Fix delete button misrepresenting the correct permissions
  496. * 4df787b [pig] Enforce write permissions on the shared scripts
  497. * f27cc76 HUE-1298 [impala] Multiple Impalad support
  498. * 55865b1 HUE-2022 [core] Add login button to top bar when not authenticated
  499. * 2f51c78 HUE-2021 [core] Close tours list by pressing ESC or clicking anywhere else
  500. * d6c53e9 [impala] Align sync table tips
  501. * 077faf6 [search] Display errors from Solr instead of a 500
  502. * 75691d9 HUE-1804 [core] Serve admin static files
  503. * d18c249 [doc] Update screenshot and app descriptions
  504. * 1f0fa51 [search] Add double and tdouble to range facets
  505. * dba67fd HUE-2022 [core] Add login button to top bar when not authenticated
  506. * e7d8d64 [core] Make the tours modal escape-able by escape key
  507. * 38eea26 HUE-2018 [metastore] Add column position to table view
  508. * 6860085 [core] Fix several broken and hanging tests
  509. * 518559e [hbase] A couple of bug fixes
  510. * e3c095a HUE-1884 [core] Split tag view in shared and not shared ones
  511. * 1b9b32d HUE-1884 [core] Limit number of history documents
  512. * 05774d2 [useradmin] Hide LDAP sync buttons when LDAP is not configured
  513. * 4a728d0 [core] Update configuration check path color
  514. * 746f481 HUE-2013 [metastore] Write permission instead of read permission
  515. * b43a601 HUE-2008 [pig] Clicking on the stop button should stop on the frontend
  516. * f30cc0d HUE-1918 [core] Login page should accept longer password
  517. * 187e8ba HUE-1978 [beeswax] Cancel whole multi query execution
  518. * bac49ac [core] Updating documentation
  519. * 739dff7 [pig] Logs can be missing with Yarn
  520. * ecb4383 HUE-2007 [pig] The script is blank when loading from the dashboard section
  521. * 4afdbda [hbase] Change initialization to allow for callbacks from clusters
  522. * 579543d HUE-1624 [hbase] Configurable write permissions
  523. * ecfcb4c [core] Pluggable auditing logger
  524. * a84eff5 HUE-2005 [core] "Did you know?" box blocks form on login page
  525. * d88cb9f [core] Fix doc model syncing missing some empty objects
  526. * 9585086 [core] Hide the navigation bar on the login page
  527. * 97f80a4 [pig] Support HCatalog transparently
  528. * fb0a60a HUE-2006 [hbase] UX bug fixes for HBase 0.98
  529. * ae9bb02 HUE-1985 [beeswax] Better save query to a file UX
  530. * 50c99be HUE-1995 [hbase] Column familly filtering is broken
  531. * 7bd57f0 [metastore] tests should be aware of database fallback to 'default'
  532. * 4a94165 HUE-2002 [search] Do not break the editor when bad field value or name
  533. * df7ee86 [beeswax] Install Hive and Impala sample on a non local host
  534. * 4c2d8e1 [hbase] Use absolute root path for pointing to the example data
  535. * 4db11f2 HUE-1973 [core] django-openid-auth mysql issue
  536. * cd5295d [metastore] Ensure database exists before creating a table
  537. * 42812d9 HUE-1999 [beeswax] Update multi query separation algorithm
  538. * f9f1b93 HUE-1998 [search] Improve demo collection message display
  539. * f85ee14 HUE-1997 [core] Long dropdown menu items go outside the menu area
  540. * 0c825d6 HUE-1991 [search] Add more sample data
  541. * 53abe91 [jobbrowser] Job counter error with Yarn
  542. * 9a36249 [core] First pass of l10n for 3.5
  543. * 1470f93 [core] switch to checking for is_first_login_ever existance
  544. * 9674519 HUE-1860 [core] sync ldap group memberships upon login
  545. * 444d498 HUE-1930 [core] Alert users with older browsers to upgrade instead of showing a blank page
  546. * 1581777b2 HUE-1930 [core] Alert users with older browsers to upgrade instead of showing a blank page
  547. * d3cde24 HUE-1996 [core] Prevent ajax caching on IE
  548. * bb66143 HUE-1993 [hbase] Add examples for HBase App
  549. * d94bebe HUE-1994 [impala] Autocomplete UDF arguments with table columns
  550. * 8d34bef HUE-1829 [beeswax] Add back MapReduce job list
  551. * a379a37 [core] Fix tests for RemoteDjangoUserBackend
  552. * 0e09ed5 [beeswax] Better multi query separation support
  553. * 7ce0ef2 [core] Make about page available to anonymous user
  554. * 86b2300 [impala] Faster check status until 2s of execution
  555. * 14ebbae [search] Integrating icons for demo collections
  556. * b833aca [search] Adding sample icons
  557. * 05097ee HUE-1811 [search] Add script for creating the Solr collections
  558. * 251ea05 HUE-1811 [search] Install examples button in quick start wizard
  559. * 38da4f3 HUE-1811 [search] Alert message when using a demo collection without a valid Solr
  560. * 448cbcc HUE-1811 [search] Sample collections
  561. * 5c09057 HUE-1992 [core] set username to lowercase when using RemoteUserDjangoBackend
  562. * a1aa5c1 [impala] Fix backward compatibility with no start_over support
  563. * 312e56d [impala] Improve result fetching status
  564. * b5e8cad HUE-1983 [beeswax] Download result as CSV is timeouting
  565. * 39f6a58 [core] Hide some ini properties
  566. * 4271a33 HUE-1990 [impala] Should not be able to download results for explain queries
  567. * 70cd8b2 HUE-1904 [core] Friendlier login page
  568. * a4cba30 HUE-1986 [search] Facets including multibyte chars doesn't work
  569. * a29baab HUE-1984 [hbase] url encode requests
  570. * a4c373b [core] add ssl_cipher_list to hue.ini
  571. * af75a60 HUE-1982 [impala] Column scrolling does not support aliases that are similar to the original column name
  572. * e76e95c HUE-1975 [search] Add the dynamic fields from the Solr API
  573. * a622530 HUE-1981 [impala] Smoothen tab jumping
  574. * 0caa68f HUE-1979 [impala] Error alert duplicates the result header
  575. * fec34ae HUE-1977 [beeswax] Support alias autocomplete in multi queries
  576. * bc7533e HUE-1981 [impala] Smoothen tab jumping
  577. * 2ebc313 HUE-1933 [beeswax] Do not fetch query handle for bad queries
  578. * adcebbc [impala] Export query result
  579. * a1093b8 HUE-1947 [beeswax] History tab integration
  580. * f691b82 HUE-1341 [search] Support for dynamic fields
  581. * a0f1045 HUE-1949 [impala] Friendler query expiration message
  582. * c4d4125 HUE-1933 [impala] Export query result
  583. * fd73459 HUE-1933 [impala] Fixing the SQL and hiding mapreduce button
  584. * 8746f4b HUE-1970 [impala] COMPUTE STATS table_name
  585. * 299baf3 HUE-1972 [impala] Update built in function autocomplete
  586. * 2913fd2 HUE-1971 [beeswax] ANALYZE TABLE command autocompletion
  587. * 0a02a89 HUE-1964 [jb] Hide see expired job checkbox
  588. * bb813ff HUE-1734 [oozie] Re-run workflow popup is HTML escaped
  589. * 00b1453 HUE-1963 [sqoop] minor bug fixes
  590. * b1e6aad HUE-1969 [beeswax] Beeswax polishing
  591. * f970f38 HUE-1882 [core] Adding some missing file for OAuth support
  592. * 299c390 HUE-1968 [pig] Resubmission of a failed script seems to hang
  593. * 96a085b HUE-1958 [pig] Do not take $ sign as a parameter in regexps
  594. * 07d74af HUE-1966 [core] Integrate a font file with filetype icons
  595. * 6750aa0 HUE-1956 [beeswax] A long column name on the navigator doesn't show the sample table
  596. * 2e4cef3 HUE-1960 [jb] Cannot access container logs because of encoded url
  597. * 5300fba HUE-1231 [oozie] Support global configuration when importing
  598. * ee025b6 [beeswax] Close command should close the queries older than N
  599. * c4ec766 HUE-1948 [beeswax] Autocomplete support for multi queries
  600. * 30dd3c4 [core] Fix dump_config tests by testing an app setting instead of desktop
  601. * 5d971f8 [impala] Hive metastore app links if no permission to access it
  602. * 310eef4 [core] Manage apps to load from hue.ini
  603. * 323313e HUE-1955 [beeswax] Save a query with resource fails
  604. * c6ac0c0 HUE-1556 [core] Create the users home directory automatically at login
  605. * 051e117 HUE-1858 [oozie] "Could not save workflow" error message requires substantially more information
  606. * 2e89fd8 HUE-1950 [beeswax] Saving a query name or sql does not seem to update it with IE
  607. * 26440a3 HUE-1951 [beeswax] Add row numbers
  608. * e59bc5c HUE-1954 [beeswax] The result table header doesn't move on scroll or resize
  609. * 964647e HUE-1952 [core] Tutorial panel should be easier to dismiss
  610. * 66edb0d HUE-1932 [hbase] Better error message when HBase Thrift server is not there
  611. * ee29798 [beeswax] Explain query is empty
  612. * e4757b6 [zookeeper] Readonly for non superuser
  613. * af4b0f9 [impala] Support Data sample even without metastore app permissions
  614. * 678faf6 HUE-1889 [beeswax] Slickier editor layout
  615. * 37fb5a2 HUE-1943 [oozie] Convert to descision node can lose all the nodes
  616. * a67aee3 HUE-1686 [beeswax] Fix export result to HDFS test cases
  617. * 2b9f3de HUE-1946 [beeswax] Can't select and execute more than one query
  618. * e82e642 [impala] Downloading a result not cached anymore should fail more gracefully
  619. * 1a89213 [impala] Specific query configuration can be overriden
  620. * ab21e5b [impala] Some URL refer to neeswax instead of impala
  621. * 7cd2b53 HUE-1889 [beeswax] Slickier editor layout
  622. * 6481060 HUE-1889 [beeswax] Slickier editor layout
  623. * 900f902 HUE-1686 [beeswax] Saving results should not re-execute the query
  624. * a93da78 HUE-1907 [impala] Date result fields are not jsonifiable
  625. * bbeeb68 HUE-1944 [oozie] Generic action is broken
  626. * c53e420 HUE-1945 [core] Navigation bar is cut on some resolutions
  627. * 747add1 HUE-1939 [beeswax] CTAS redirects to the default database in the metastore
  628. * 98dfa50 [beeswax] Allow saving results to fully-qualified name database
  629. * 8dfe698 HUE-1889 [beeswax] Slickier editor UX
  630. * 4b5c9af [beeswax] Fix HTML escaping of result table
  631. * 7aa96e7 HUE-1708 [search] Allow search results to be exported
  632. * e9d7e47 [beeswax] Prevent recursive looping in tests
  633. * 59c54f9 HUE-1324 [fb] Support upload of tar.gz archive
  634. * f984008 HUE-1926 [beeswax] Cached query should not be replaced by a saved one
  635. * e5c5e60 HUE-1937 [beeswax] Clarify behavior of a multi query with error
  636. * 5a98108 [core] logging should be timezone aware for all systems
  637. * 4af49f7 HUE-1934 [beeswax] Flag for automatic closing the queries
  638. * fadfcd7 HUE-1784 [oozie] False positive variable when submit from HDFS
  639. * 1a2de1b HUE-207 [core] upgrade tablib to development version
  640. * fbafcd2 HUE-1927 [beeswax] Loading a query history of a saved query does not load its name
  641. * 6bee6a9 HUE-1826 [impala] Download or export query result
  642. * 45a17ea HUE-207 [beeswax] Leverage tablib to enable more flexible data export from Beeswax
  643. * 80ecf51 HUE-1913 [impala] invalidate metadata breaks the editor
  644. * 5d377ac HUE-1928 [beeswax] HiveServer2 supports pass-through LDAP authentication
  645. * 83c3c18 [about] Page becomes blank when check config finishes
  646. * 5b15f0f HUE-1898 [oozie] SLA graph easier to understand or manipulate
  647. * ff44e5f HUE-1906 [beeswax] Better UX for the goto columns on the result page
  648. * fbf25a6 HUE-1929 [core] Create jHueDelayedInput plugin
  649. * a8c3309 HUE-1925 [oozie] Disable drag action when around the edit button
  650. * 0ae3db3 HUE-1893 [beeswax] predictGraph() should use the metadata from the result set
  651. * c814197 HUE-1891 [hbase] Cell edit icons are not aligned
  652. * 40501d0 HUE-1877 [beeswax] Smarter scroll to top button
  653. * 307815a [beeswax] Update tests to the latest HiveServer2
  654. * 2bd7c94 HUE-1920 [impala] Hide database is locked message
  655. * 678a2ec HUE-1923 [core] Support User filters to help limit the Users that are able to login to Hue
  656. * 52fc692 [core] Adding missing makefile in liboauth
  657. * d13656a HUE-1901 [oozie] Add a test for import subworkflow
  658. * c420eab HUE-1882 [core] OAuth support for Facebook, Twitter, Google+ and Linkedin
  659. * 7dd9a0c HUE-1911 [core] banner_top_html is escaped
  660. * 5f1233a HUE-1921 [core] Fix IE9 glitches
  661. * 73c8f27 [core] Do not show help app if it is not allowed
  662. * 190c6d0 [search] Search page 500 when highlighting is null
  663. * d5f14b0 [beeswax] Fix full screen
  664. * 1c79799 HUE-1919 [beewsax] Do not jump to result tab
  665. * 8c4a8ca HUE-1658 [oozie] Adding backward compatibility flag
  666. * 2b852ec HUE-1658 [oozie] Shifting Sunday to first week day
  667. * 140dc40 HUE-1658 [oozie] Cron like scheduling
  668. * 660b16c [hbase] Invalidate cached cluster configs
  669. * 277c5c7 HUE-1908 [beeswax] Database of a saved query is not loaded back when opening it
  670. * 2f74427 [core] Improve logging timezone information
  671. * 9173a45 HUE-1915 [core] MultipleObjectsReturned for tags or permissions
  672. * 8313e81 [beeswax] force scroller to work
  673. * bd786d5 HUE-1909 [impala] No errors are displayed
  674. * bc65a47 [core] Ignore all the mo files except the ones from third parties in ext-py
  675. * 7e3431a HUE-218 [beeswax] Add mechanism to kill a Hive query
  676. * 8e441d8 HUE-1905 [core] Add security handling for yarn and mr2
  677. * 0d496eb [core] fix result monitoring
  678. * a6bcdfa HUE-1857 [oozie] Allow import workflows with subworkflow identified at runtime
  679. * 03b05eb HUE-1902 [oozie] Update coordinator dataset action is broken
  680. * ce0c982 [i18n] Removing mo files from the repository
  681. * 2617a08 [core] Set en locale not fuzzy
  682. * 224c048 HUE-1857 [oozie] Allow import workflows with subworkflow identified at runtime
  683. * 7993f4d [beeswax] Only close queries that are not running
  684. * e03ea6a [oozie] Credentials can be combined comma separatedly in one action
  685. * 8cb022e [beeswax] Fix execute query button for temporary queries
  686. * bd76ca1 HUE-1887 [oozie] Support dashboard Coordinator and Workflow action SLA
  687. * 5d52c3a [i18n] Removing mo file
  688. * 81b4c6e HUE-1723 [beeswax] Example SQL text should not be executable
  689. * fb640aa HUE-1894 [beeswax] Some errors are not reseted at query execution
  690. * 8e81051 HUE-1892 [oozie] Permission denied for hive-site.xml for Hive action on workflow
  691. * f9351fe HUE-1896 [beeswax] Query logs are queing up
  692. * 8cc2884 [beeswax] Send watch status when no error
  693. * 1b8b5ee HUE-1883 [beeswax] Query with expired result will break the editor
  694. * a82765c [spark] Locales fail to compile because of some missing placeholders
  695. * 54233be [core] Print log time to the same timezone set in hue.ini
  696. * 7fff51a HUE-1885 [useradmin] Sanitize user list
  697. * 100e22a [core] Doc model API and desktop permissions cleanup
  698. * 6648026 [core] Remove old shell logging
  699. * 2a8f854 [pig] Use correct autocomplete view
  700. * 0fb48e5 HUE-1879 [oozie] Edit a java action twice is broken
  701. * f24d18b HUE-1881 [impala] Close query on unload page
  702. * 6da8e0f HUE-1880 [beeswax] Multi query result opened shows twice the data
  703. * 0b7150a [impala] Close the correct query history id
  704. * 9df9961 HUE-1876 [beeswax] Can't save result into an HDFS directory
  705. * 60d165e HUE-1776 [metastore] Support extended Unicode delimiter
  706. * ab09a82 HUE-1302 [oozie] Optimize dashboards API calls for a single coordinator
  707. * 1cd4b2d HUE-1875 [beeswax] Friendler UX when missing query property
  708. * 4c230b0 HUE-1852 [oozie] Encoding issue in job description included in workflows
  709. * 48fe935 HUE-1871 [beeswax] Auto queries should not modify the query cookied
  710. * 8b847ec HUE-1878 [rdbms] Query with error break the editor
  711. * 968d58c HUE-1873 [beeswax] Result data not HTML encoded
  712. * 2b3f8c5 [desktop] Polish permissions based on URL
  713. * c5ec0a2 [beeswax] File browse button missing from saved design file resources
  714. * 75a9a98 [beeswax] Convert a series of test to the new json and refresh API
  715. * c66c9d4 HUE-1872 [oozie] convert to decision node broken
  716. * a946620 [beeswax] Execute saved design doesn't show name in history
  717. * b290cc8 [beeswax] Save results to a table redirects incorrectly
  718. * ee64583 HUE-1869 [dbquery] Query with error should not move headers
  719. * f19016d HUE-1863 [dbquery] Explain query doesn't work correctly
  720. * 49b6238 HUE-1864 [beeswax] download CSV doesn't work if design was never saved
  721. * 6b4ccbf HUE-1848 [metastore] Watch query page with the new API
  722. * dd6ed74 [search] Show other collection caret only if more than one collection
  723. * 094205e HUE-1838 [oozie] Add SLA tab on single workflow and coordinator dashboard page
  724. * 35d2c3a HUE-1866 [beeswax] Default graph preset on result page
  725. * 6d0d7a9 HUE-1862 [impala] Impala only permission requires Beeswax
  726. * 045a046 HUE-1861 [oozie] Forks can't be created anymore in a workflow
  727. * 95d9066 HUE-1837 [oozie] SLA dashboard it is not pretty
  728. * ff15888 HUE-1841 [core] Add support for OpenId authentication
  729. * 594c3a3 [beeswax] Fix explain query
  730. * 17c93d5 HUE-1844 [beeswax] Load back from History page
  731. * 1826833 HUE-1855 [beeswax] Error reporting is incomplete
  732. * e351f0f [search] Add query autocomplete
  733. * 6da9621 HUE-1856 [beeswax] Multi and single query execution UX
  734. * b5fa62a HUE-1859 [core] Add generic middleware support
  735. * 27d69fe [beeswax] Replace power UDF by tofloat in the tests
  736. * 714f83e [oozie] Always provide JT and FS addresses
  737. * b2f7d6d HUE-1839 [oozie] SLA form is not pretty on edit workflow action popup
  738. * 2a6c670 HUE-1817 [beeswax] Disable execute button of parameterized query when blank field
  739. * c6c2426 HUE-1843 [beeswax] Multi query support
  740. * 0db17d4 HUE-1768 [oozie] Apply the new minimal style of the graph to the editor
  741. * 320c88e [sqoop] Show error message when a starting job fails
  742. * 63558b1 HUE-1842 [beeswax] Error info above query box instead of the popup
  743. * c83d579 [beeswax] Save the query name in the tests
  744. * a24bfbd [doc] Cleanup how to run the tests
  745. * 3da5445 HUE-1830 [beeswax] Infinite scroll is broken
  746. * df1b70d [oozie] Shared coordinators can not be run by non ower users
  747. * c5e2440 [oozie] Fix Coordinator SLA edition
  748. * 0c6b56f HUE-1845 [impala] Automatic query closing
  749. * 20e1ecc [jobsub] Limit number of designs
  750. * 2498d03 HUE-1817 [beeswax] Migrate several tests to the new API
  751. * 17cb57b HUE-1574 [beeswax] ASCII error on query page
  752. * 5dc2eed HUE-1753 [beeswax] Setting and files inputs in the editor are not user friendly
  753. * 6730c7f HUE-1847 [metastore] Dropping loads of dbs or tables makes the script to timeout
  754. * b6ad0cc HUE-1820 [jb] Finishing jobs are red and stuck
  755. * 1741851 HUE-1817 [beeswax] Add testing helper for the new API
  756. * 66f767b HUE-1840 [beeswax] Query with no result set error the editor
  757. * 18e75e1 HUE-1836 [oozie] Cloning a new action fails
  758. * 0787bf2 HUE-1828 [beeswax] Add back download and save results
  759. * 99eb7b70c [doc] Adding logos on github main page
  760. * eb61cbb HUE-1835 [metastore] Improve database dropdown
  761. * 8827c6a HUE-1827 [beeswax] Automatic log scrolling is broken
  762. * 2d53ca4 HUE-1799 [beeswax] GetOperationStatus() now returns operational states
  763. * 49058c6 HUE-1832 [beeswax] Save query does not update url
  764. * 7ee1725 HUE-1821 [beeswax] Re-integrate graphs
  765. * ef4908b HUE-1548 [sqoop2] Connection management refactored
  766. * 452bab5 [doc] Add Spark app to the list of apps
  767. * 95a0e14 HUE-1452 [oozie] Credentials by action for Oozie workflows
  768. * 343481f HUE-1803 [oozie] Support global configuration
  769. * eb47ec3 HUE-1803 [oozie] Global configuration mapping
  770. * 23d63af [oozie] Front end for SLA
  771. * 1db86d3 HUE-1803 [oozie] Support global configuration
  772. * 6f672a2 HUE-1656 [oozie] Make data fully integrated in the API part 2
  773. * b3d1abc [oozie] Front end for SLA
  774. * 71d3631 HUE-1656 [oozie] Make data fully integrated in the API part 1
  775. * bb0b460 HUE-1657 [oozie] Basic SLA parsing for workflows
  776. * fc728ca HUE-1656 [oozie] Adding parameters to SLA
  777. * dd09000 HUE-1656 [oozie] Add 2 new SLA fields
  778. * edf3af6 HUE-1656 [oozie] Create Coordinator SLA
  779. * 6e99fe4 HUE-1656 [oozie] Create empty SLA on new nodes
  780. * b238f59 HUE-1657 [oozie] Dynamic SLA search page
  781. * e3bc37b HUE-1656 [oozie] SLA edition by Workflow action
  782. * b1de2fa HUE-1657 [oozie] SLA search page
  783. * f72bb4a HUE-1656 [oozie] SLA edition
  784. * ac64189 HUE-1657 [oozie] SLA search/lookup
  785. * ab1f09e HUE-1822 [beeswax] Re-integrate columns in result tab
  786. * 24cf3bf HUE-1833 [spark] Gracefully fail when the server is not up
  787. * 645b872 HUE-1825 [beeswax] Re-add filebrowser to file resources
  788. * 1c50cab HUE-1823 [beeswax] Re-integrate resource lists in the editor
  789. * 0e1a003 [beeswax] Fix explain query test API and test_explain_query_i18n test
  790. * a7e4781 HUE-1831 [beeswax] Switch view sample and open table in navigator
  791. * 34fc418 HUE-1798 [impala] Improve database dropdown
  792. * 6e87954 HUE-1790 [dbquery] Explicit db restriction property
  793. * 2e5e8b7 [core] Provide ini parameter for browser-length cookies
  794. * 7d84893 HUE-1812 [spark] UX improvements
  795. * d076823 HUE-1812 [spark] Make it awesomer
  796. * 3fceec4 HUE-1818 [core] Remove required markup for jHueHdfsAutocomplete
  797. * 3df42de HUE-1817 [beeswax] Add watch_wait template to have at least the tests running
  798. * 06bac19 HUE-1813 [sqoop] autocomplete output directory
  799. * dc9841d HUE-1809 [sqoop] autocomplete jdbc class and string
  800. * 282d218 HUE-1810 [sqoop] autocomplete tables and fields
  801. * 5551575 HUE-1808 [dbquery] Pull out rdbms config to librdbms app
  802. * 9393b02 HUE-1806 [beeswax] One query page editor UX cleanup
  803. * 357b1a1 [spark] Add submitted jobId in url hash
  804. * 73fc860 [docs] Fixed code style
  805. * 857e483 HUE-1800 [fb] Autocomplete edited path
  806. * 43f04d8 [spark] Add check config
  807. * 2ac1772 [spark] Support plain result
  808. * b9eeb26 [spark] Add download result data
  809. * 23a83b1 [spark] Dynamic parameter list
  810. * bf982df [spark] Save script in the editor
  811. * be12dcc [spark] Save and load a script
  812. * 718c3bb [spark] Add link on jobs page to open them with their result
  813. * 632716a HUE-1219 [impala] One page app
  814. * fd376b3 [core] Add switch for collection in the admin wizard
  815. * 1a4262b HUE-1800 [fb] Autocomplete edited path
  816. * 244f310 [spark] Adding locales
  817. * 07f87d8 HUE-1805 [spark] Second version with REST Job Server
  818. * d3f66b4 HUE-1792 [search] Error when combining a field and grahpical facets
  819. * bb77b4b HUE-1783 [beeswax] Result graphing
  820. * e947a69 HUE-1795 [core] Update window title on every page with a progress bar
  821. * d1b62c8 HUE-1796 [dbquery] Interactive feedback when sumitting queries
  822. * d6c0f35 [impala] Fix change of Editor name
  823. * d2f147d HUE-1348 [search] Improve collection dropdown
  824. * 9cb6857 HUE-1793 [hbase] Api Error: 'NoneType' object has no attribute 'group'
  825. * f58c0e2 [core] Rename Beeswax to Hive Editor
  826. * 89e92a6 [beeswax] Remove dbquery app dependency
  827. * 4f5db8f HUE-1789 [fb] The dropdown icon on Chown/chmod is not aligned
  828. * 41bad76 HUE-1706 [beeswax] Sort numerical columns numerically not lexicographically
  829. * 6128c3b [beeswax] Fix query result medatadata type
  830. * 59eca94 HUE-1788 [hbase] Cannot upload image to cell
  831. * dbbe283 HUE-1779 [core] Correct offset of notifications on close
  832. * ac5bd4f HUE-1786 [hbase] Upload button in a cell broken
  833. * d8d8273 HUE-1787 [sqoop2] python 2.4 json encoding issues
  834. * 773c595 HUE-1722 [impala] Scrolling below initial 100 records shows NULLs as blank values
  835. * 88ae146 [proxy] Proxy app doesn't work if blacklist is empty
  836. * 420006c HUE-1785 [oozie] New graph CSS messes up menu labels
  837. * 6a1e98b [fb] Fix error when editing new file
  838. * d797404 HUE-1736 [fb] Editor windown is not high enough
  839. * e129263 [oozie] Upload test sharelib with the Oozie command
  840. * 96976bb [core] Fix description of LDAP force_username_lowercase in ini
  841. Contributors
  842. ------------
  843. This Hue release is made possible thanks to the contribution from:
  844. - Aaron Newton
  845. - Aaron T. Myers
  846. - Abraham Elmahrek
  847. - Aditya Acharya
  848. - Alex Newman
  849. - Andrew Bayer
  850. - Andrew Yao
  851. - Ann McCown
  852. - bc Wong
  853. - Ben Bishop
  854. - Bruce Mitchener
  855. - Bruno Mahé
  856. - Eli Collins
  857. - Enrico Berti
  858. - Eric Wong
  859. - Harsh J
  860. - Henry Robinson
  861. - Jon Natkins
  862. - Kevin Wang
  863. - Lars Francke
  864. - Loren Siebert
  865. - Marcus McLaughlin
  866. - Mike Cotton
  867. - Paul Battaglia
  868. - Philip Zeyliger
  869. - Romain Rigaux
  870. - Roman Shaposhnik
  871. - Shawn Van Ittersum
  872. - Shrijeet Paliwal
  873. - Thomas Aylott
  874. - Todd Lipcon
  875. - Vinithra Varadharajan