Skip to main content

Home

v 4.7.9.5

Release NotesDatabricks Release Notes

To obtain the username and password, contact Unravel Support.

Build No: 7597

Unravel Tar installation

MD5SUM: ca92be9faed68aa332ae9d55ebbc5a6f

curl -v http://cerdo.unraveldata.com:8081/artifactory/dist-internal/unravel/release/4.7.9.5/unravel-4.7.9.5.7597.tar.gz

Unravel RPM installation

MD5SUM: 159a1e56e9aa00cce0be4e9ed25fc2b3

curl -v http://cerdo.unraveldata.com:8081/artifactory/dist-internal/unravel/release/4.7.9.5/unravel-4.7.9.5.7597.rpm

Standalone Interactive Precheck installation

Build No: 7784

MD5SUM: 3b34d524160769f2bcea229a8e53ea1a

curl -v http://cerdo.unraveldata.com:8081/artifactory/dist-internal/healthcheck/release/4.7.9.5/unravel-healthcheck-release_4.7.9.5.7784.tar.gz

You can use an interactive precheck to validate the configuration before installing Unravel. This information is reused to bootstrap a Unravel install.

  1. Download the Interactive Precheck package.

    curl -v https://preview.unraveldata.com/unravel/RPM/4.7.9/unravel-healthcheck-release_4.7.9.5.tar.gz -o unravel-healthcheck-release_4.7.9.5.tar.gz -u username:password
  2. Extract the unravel-healthcheck tar.

    tar -xvzf unravel-healthcheck-release-4.7.9.5.<version>.tar.gz
  3. Change the directory to healthcheck.

    cd healthcheck/
  4. Run the Interactive Precheck script.

    ./precheck.sh

App Store apps

Download URLs:

  1. Download the Ansible playbook by running the following command:

    wget https://unravel-ansible.s3.amazonaws.com/release/ansible-installation.tar.gz

    Download the files on the Unravel server.

  2. Extract the tarball

    mkdir ansible-installation
    tar -xvzf ansible-installation.tar.gz -C ansible-installation