Articles & News

23 March 2014

Search samples for a live demo of Search on Hadoop

Edit: This post is deprecated since Hue 3.6, clicking on the install button is the only thing to do now! Hue comes up with a series of examples (for Hive/Impala, HBase…) to help you get started with Hadoop. Recently, some demo Collection/Indexes were added for the Search Application: Twitter Logs Yelp To install them, got to Hue on the /about/ page and on Step 2 click on ‘Solr Search’:…

2 minutes read -

14 March 2014

How to fix the MultipleObjectsReturned error in Hue

When going on the Home page (/home) in Hue 3.0, this error could appear: MultipleObjectsReturned: get() returned more than one DocumentPermission - it returned 2! Lookup parameters were {'perms': 'read', 'doc': <Document: saved query Sample: Job loss sample>} This is fixed in Hue 3.6 and here is a way to repair it: Backup the Hue database. Run the cleanup script: from desktop.models import DocumentPermission, Document…

1 minute read - Development

10 March 2014

Join the Hue Team!

0 minute read -

06 March 2014

How Hue integrates Hadoop with Django

Django meetup from gethue SF Django Meetup: How to integrate Hadoop with Hue Main talk More pizzas Lot of mingling A great event!

1 minute read - Development

04 March 2014

Hadoop Tutorial: Schedule your Hadoop jobs intuitively with the new Oozie crontab!

Hue is taking advantage of a new way to specify the frequency of a coordinator in Oozie (OOZIE-1306). Here is how to put it in practice:   The crontab requires Oozie 4. In order to use the previous Frequency drop-down from Oozie 3, the feature can be disabled in hue.ini:  [oozie] # Use Cron format for defining the frequency of a Coordinator instead of the old frequency number/unit.…

1 minute read -

26 February 2014

Secure your YARN cluster and access the jobs information safely

Hue can authenticate with Kerberos in YARN and guarantee than someone cannot access someone else’s MapReduce information. As usual feel free to comment on the hue-user list or @gethue!

1 minute read -

21 February 2014

San Francisco Developer: Get started with the Hue SDK

From San Francisco Developer Meetup

1 minute read - Development

19 February 2014

How to use the new file types icons with the Hue SDK or in standalone

Hue 3.5+ ships with two font icon sets: Font Awesome 4 (http://fontawesome.io/) and the Hue Filetypes font that includes some basic file types you might need. The icons are available in the Hue master or in this zip file: When you want to use the new icons in your app, you have first to import the Hue Filetypes css in your .mako template:  <link href="/static/ext/css/hue-filetypes.css" rel="stylesheet"> and then define you icons with the same way you would do with Font Awesome.…

1 minute read - Development

06 February 2014

SF Hue Meetup: Hue 3.5 and where we stand

Hue: The Hadoop UI - Where we stand, Hue Meetup SF from gethue Hue Meetup

1 minute read -

03 February 2014

Making Hadoop Accessible to your Employees with LDAP

Last updated on July 9th 2015  Hue easily integrates with your corporation’s existing identity management systems and provides authentication mechanisms for SSO providers. By changing a few configuration parameters, your employees can start doing big data analysis in their browser by leveraging an existing security policy.  This blog post details the various features and capabilities available in Hue for LDAP: Authentication Search bind Direct bind Importing users…

9 minutes read -

More recent stories

03 May 2023
Discover the power of Apache Ozone using the Hue File Browser
Read More
23 January 2023
Hue 4.11 and its new dialects and features are out!
Read More