$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step by step – Hue Ubuntu 18.04 Installation

April 18, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing JDK

    How to Install Required Oracle JDK for Ubuntu

    Oracle JDK Linux Installation Guide

    To check your current JDK version:

    javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'

    If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.

  2. 3. Installing Dependencies

    Installing Pre-Requisite Stuff
    Simply play:

    sudo apt install ant gcc g++ libkrb5-dev *libmysqlclient-dev libssl-dev libsasl2-dev libsasl2-modules-gssapi-mit libsqlite3-dev libtidy*dev libxml2-dev libxslt-dev maven libldap2-dev python2-dev python-setuptools git
    
  3. 4. Installing Hue

    Installing Latest Cloudera Hue.

    cd ~/Downloads
    git clone http://github.com/cloudera/hue.git
    cd hue
    make apps

    Troubleshooting Hue Make Installation Linux

    Solve Hue Installation Issues

    Hue Quick Start on Ubuntu 18.04 LTS - Hue Installation Terminal Success

Contents