Articles & News

23 April 2015

Beta of new Notebook Application for Spark & SQL

Hue 3.8 brings a new way to directly submit Spark jobs from a Web UI. Last year we released Spark Igniter to enable developers to submit Spark jobs through a Web Interface. While this approach worked, the UX left a lot to be desired. Programs had to implement an interface, be compiled beforehand and YARN support was lacking. We also wanted to add support for Python and Scala, focusing on delivering an interactive and iterative programming experience similar to using a REPL.…

3 minutes read -

10 April 2015

Oozie Dashboard Improvements

In the upcoming Hue 3.8, Oozie Dashboard just got several improvements making them and their navigation even more intuitive (for the Editor revamp, see this). Here is a video demo that sums them up: New Oozie features In Workflow dashboard: Job parent column (parent can be nothing or a workflow or a coordinator) Job parent “Submitted by” filter ****   Navigate to Sub-Workflow action and editor pages from a submitted workflow graph…

1 minute read -

10 April 2015

Hive 1.1 and Impala 2.2 support

Hive did a big jump by finally graduating to its 1.0 version version. It is even 1.1 now (equivalent to 0.14). Hue’s Hive and Impala Editor have been updated to take advantages of a series of their new features. This release finally unifies the HiveServer2 API. All its API calls (e.g. getting the logs of a query) now belong to the upstream version. This makes Hue 100% compatible with any Hive 1.…

2 minutes read -

08 April 2015

Developer Guide on Upgrading Apps for Hue 3.8

The upcoming Hue 3.8 internals have gone through some major upgrades to improve performance, robustness, and security. The major change stems from upgrading Django from 1.4.5 to 1.6.10, which comes with a significant amount performance enhancements, bug fixes, and the removal of deprecated features. This post details how Hue developers that are building against the Hue SDK can upgrade their applications to work with Hue 3.8. Python version Python 2.…

3 minutes read - Development

02 April 2015

New Apache Oozie Workflow, Coordinator & Bundle Editors

Oozie is one of the initial major first app in Hue. We are continuously investing in making it better and just did a major jump in its editor (to learn about the improvements in the Dashboard in the other post). This revamp of the Oozie Editor brings a new look and requires much less knowledge of Oozie! Workflows now support tens of new functionalities and require just a few clicks to be set up!…

3 minutes read -

01 April 2015

Hueber is launching, just tap for getting your Big Data Cloud!

Our society is becoming more and more ubiquitous. People want instant access to anything, ranging from cars, food, houses… to news, files, messages, photos and even videos. Cloud Computing and Big Data are also becoming mainstream, everybody has heard of it and wants to use it.  A big potential is there… … and today we have merged the power of Cloud computing with the Mobile Sharing economy to create…    "…

2 minutes read -

30 March 2015

More Solr Search dashboards possibilities

The Search dashboards got a series of new options and long awaited features in Hue 3.8. Here is a summary of the major improvements.  Regular users can now also create dashboards Previously, only Hue admin could access the editor, which was not very practical.  Range & Up facet Interval facets on any type of data has been supported since the first versions. However, some use cases would benefit more of range facets with one upper or lower bound open.…

2 minutes read -

26 March 2015

Using NGINX to speed up Hue

Need for Speed! In the soon to be released Hue 3.8, we have added the ability to serve Hue’s static files (images, JavaScript, and etc) with an external server like NGINX. This allows us to dramatically cut down on the number of files served by the Hue application, making the whole user experience dramatically faster. For example, in the old version of Hue, rendering the beeswax application on demo.gethue.com performs 73 requests in 3 seconds to download 2.…

2 minutes read - Development

26 March 2015

Add a top banner to Hue!

We have already seen in this post how you can configure Hue in your cluster. But did you know that there’s a property that can make a top banner appear in your Hue installation? This is quite useful if you want for instance to show a disclaimer to your users, or to clearly mark a testing or production environment, or if you want to display some dynamic information there. Depending on if you are using Cloudera Manager or not, you should either add a safety valve or edit a .…

2 minutes read - Development

25 March 2015

HBase Browsing with doAs impersonation and Kerberos

Hue comes with an HBase App that lets you create table, search for rows, read cell content… in just a few clicks. We are now glad to release the last missing piece of security (available in the upcoming Hue 3.8) for making the app production ready! The HBase app talks to HBase through a proxy server (called Thrift Server V1) which forwards the commands to HBase. Because Hue stands between the proxy server and the actual user, the proxy server thinks that all the operations (e.…

5 minutes read -

More recent stories

26 June 2024
Integrating Trino Editor in Hue: Supporting Data Mesh and SQL Federation
Read More
03 May 2023
Discover the power of Apache Ozone using the Hue File Browser
Read More