Hue 3.8.1-1604 Release Notes

The following notes relate specifically to the MapR distribution for Apache Hadoop. You may also be interested in the Cloudera Hue changelog or the Cloudera Hue homepage.

Version 3.8.1
Release Date May 4, 2016
Source on GitHub https://github.com/mapr/hue.git
GitHub Release Tag https://github.com/mapr/hue/tree/3.8.1-mapr-1604
MapR Version Compatibility See Hue Support Matrix.
Maven Artifacts https://repository.mapr.com/maven/
Package Names The following packages are associated with this release:
  • mapr-hue-3.8.1.201604271202-1.noarch.rpm
  • mapr-hue_3.8.1.201604271202_all.deb
  • mapr-hue-base-3.8.1.201604271202-1.noarch.rpm
  • mapr-hue-base_3.8.1.201604271202_all.deb
  • mapr-hue-livy-3.8.1.201604271202-1.noarch.rpm
  • mapr-hue-livy_3.8.1.201604271202_all.deb
IMPORTANT
  • MapR does not support integration between Hue 3.8.1 and the following components: Sentry, Solr Search, and Zookeeper.

Fixes

GitHub Commit Date (YYYY-MM-DD) Comment
cb701de 2016-04-08 MAPR-23047: Hue no longer fails to delete Sqoop jobs by name when the name contain one or more white spaces.

Known Issues

  • MAPR-18668: Hue does not work on RedHat/CentOS 7 when it is configured to use a MySQL database.

    When this issue occurs, the Control System displays the "Hue Down Alarm."

    Workaround:
    1. Run the following commands to install MariaDB and the Redhat 6 compatibility library:
      yum install mariadb
      ver=$(rpm -qa mariadb|cut -d- -f2)
      rpm -ivh --nodeps http://yum.mariadb.org/$ver/rhel7-amd64/rpms/MariaDB-$ver-centos7-x86_64-compat.rpm 
    2. Run the following command to create a symlink for the Cyrus SASL library:
      ln -s /lib64/libsasl2.so.3.0.0 /lib64/libsasl2.so.2
    3. Run the following command to reconfigure Hue:
      bash -c "source /opt/mapr/hue/hue-<version>/build/env/bin/activate;
            /opt/mapr/hue/hue-<version>/build/env/bin/hue syncdb --noinput;
            /opt/mapr/hue/hue-<version>/build/env/bin/hue migrate"
    4. Run the following command to restart Hue:
      maprcli node services -name hue -action restart -nodes <space separated list of
            hostnames>