Skip to content

Installing Arcadia

Iman Saleh edited this page Feb 18, 2016 · 3 revisions

Wiki Home ▸ [Getting Started Guide](Getting Started Guide) ▸ Installing Arcadia

⚠️ Arcadia is not an open source product and you will need to get the appropriate license to use it. Please check Arcadia Website for more details.

Set up Arcadia repository

  • Contact Arcadia Data support and obtain Arcadia RPM install artifacts for Cloudera CDH
  • Login to ec2-user@cdh-launcher, then prepare Arcadia repository:

sudo yum install createrepo

mkdir ~/arcadiarepo

Put all Arcadia RPM files into ~/arcadiarepo

createrepo --database ~/arcadiarepo/

Install Arcadia

  • Set up Arcadia repository

  • Login to ec2-user@cdh-launcher, then cd ~/ansible-cdh

  • Edit defaults/yum_repos.yml and insert Arcadia YUM repo address

  • baseurl: file:///home/ec2-user/arcadiarepo/

  • Edit defaults/arcadia.yml, make sure to set:

    ▸ arcadia admin user/pass

    ▸ cdh admin user/pass

    ▸ kerberos realm (only needed if kerberos is enabled)

  • Run install script: bash install_arcadia.sh

Clone this wiki locally