Articles & News

23 March 2015

Start developing Hue on a Mac in a few minutes!

You might have already all the pre-requisites installed but we are going to show how to start from a fresh Yosemite (10.10) or El Capitan (10.11) install and end up with running Hue on your Mac in almost no time! We are going to be using the official Quickstart VM from Cloudera that already packs all the Hadoop ecosystem components your Hue will talk to. If you don’t have the latest already downloaded and running, please visit this link and choose the versions that suits you the best.…

4 minutes read - Development

12 March 2015

Solr Search UI – How to configure Hue with only the Search App

The Solr Search App is having a great success and users often wonder if they could use it without the Hadoop related apps. As the app is only using the standard Apache Solr REST API and Hue allows to customize which apps to show, the answer is yes! Note: this is an alternative to configure the groups and application permissions directly in the User Admin.  1. Install Hue from the links on the ‘Download’ section menu…

1 minute read -

11 March 2015

Export and import your Oozie workflows

August 7th 2015 update: this post is now deprecated as of Hue 3.9: Exporting and importing Oozie workflows directly from the UI There is no handy way to import and export your Oozie workflows until Hue 4 and HUE-1660, but here is a manual workaround possible since Hue 3.8/CDH5.4 and its new Oozie Editor. The previous methods were very error prone as they required to insert data in multiple tables at the same time.…

2 minutes read -

10 March 2015

Fixing the YARN Invalid resource request, requested memory < 0, or requested memory > max configured

Are you seeing this error when submitting a job to YARN? Are you launching an Oozie workflow with a Spark action? You might be hitting this issue! Error starting action [spark-e27e]. ErrorType [TRANSIENT], ErrorCode [JA009], Message [JA009: org.apache.hadoop.yarn.exceptions.InvalidResourceRequestException: Invalid resource request, requested memory max configured, requestedMemory=1536, maxMemory=1024 at org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerUtils.validateResourceRequest(SchedulerUtils.java:203) at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.validateAndCreateResourceRequest(RMAppManager.java:377) at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.createAndPopulateNewRMApp(RMAppManager.java:320) at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.submitApplication(RMAppManager.java:273) at org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitApplication(ClientRMService.java:574) at org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.submitApplication(ApplicationClientProtocolPBServiceImpl.java:213) at org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:403) at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619) at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1060) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035) at java.…

1 minute read -

12 February 2015

Hue 3 on HDP installation tutorial

Note: this guide works with any Hue 4 version and HDP 2.x. There is a recent guide on HDP3. Note: for Hive issues, just scroll down below Installing Hue 3.9 on HDP 2.3 - Amazon EC2 RHEL 7 Install in HDP 2.2 Initial draft rom Andrew Mo ([email protected]) Insight Data Science - Data Engineering Fellow Last month I started a guest post on <gethue.com> demonstrating the steps required to use HUE 3.…

5 minutes read -

10 February 2015

La nouvelle version 3.7 de Hue avec l’application de Securite et de moteur de recherche est sortie!

Salut les Big Data Surfers! L'équipe Hue est heureuse de délivrer Hue 3.7 et sa nouvelle Application Sentry et l'amélioration de l’Application Search ! Une archive est disponible ainsi que la documentation et les notes de version. Malgré le développement d'une nouvelle application complète, cette version est particulièrement riche en fonctionnalités. Ceci est en parti dû à tous les bons commentaires et les demandes que nous recevons! Télécharger la version 3.…

2 minutes read -

08 February 2015

Hue API: Execute some builtin or shell commands

Last update: March 3rd 2016  Hue comes with a set of commands for simplifying the management of the service. Here is a quick guide about how to use them.  Get started If using CM, export this variable in order to point to the correct Hue: cd /opt/cloudera/parcels/CDH/lib/ HUE_CONF_DIR=/var/run/cloudera-scm-agent/process/-hue-HUE_SERVER-id echo $HUE_CONF_DIR export HUE_CONF_DIR Where is the most recent ID in that process directory for hue-HUE_SERVER. If not using CM, just append the root of Hue home, normally:…

4 minutes read - Development

06 February 2015

Team retreat in the Phillipines

Hello / Kumusta! After Central America at the beginning of winter, it was again the perfect timing for one more exotic location: the Phillipines! The team flew to the other side of the world on the island of Boracay for some great tricycle action, kitesurfing and discovering some new culture and food:  Onwards!! Hue Team

1 minute read -

06 February 2015

Export and import your Search dashboards

Update August 2015: It is not much easier to import or export your dashboards, it is the same interface as the Oozie workflows exporter.  Using Hue 3.8 or CDH5.4 20000013 is the id you can see in the URL of the dashboard. If you don't specify -pks it will export all your dashboards. ./build/env/bin/hue dumpdata search.Collection -indent 2 -pks=20000013 -natural data.json Using Hue 3.7 or less ./build/env/bin/hue dumpdata search -indent 2 data.…

1 minute read -

21 January 2015

Automatic High Availability with Hue and Cloudera Manager

December 8th 2015 update: this post is now deprecated as of Hue 3.9: https://gethue.com/automatic-high-availability-and-load-balancing-of-hue-in-cloudera-manager-with-monitoring/</a></em></span> By default, Hue installs on a single machine, which means Hue is both constrained to that machine’s CPU and memory, which can limit the total number of active users before Hue becomes unstable. Furthermore, even a lightly loaded machine could crash, which would bring Hue out of service. This tutorial demonstrates hue-lb-example, an example load balancer that can automatically configure NGINX and HAProxy for a Cloudera Manager-managed Hue.…

4 minutes read - Development

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