Running the BDD installer

After you update bdd.conf, you can run the installer to install BDD.

Before you run the installer, you should verify that all of BDD's prerequisites have been satisfied. Specifically, make sure that:
  • Your system meets all hardware, software, and disk space requirements described in Prerequisites.
  • You meet all of the user access requirements described in User access requirements.
  • You are working on the install machine, which is properly set up.
  • The Studio database (including its username, password, and schema) is set up.
  • If you are installing with an existing Dgraph index, the index files are on the NFS and the DGRAPH_INDEX_NAME and DRAPH_INDEX_DIR properties point to the correct location.
  • If you want to enable Kerberos, you created a principal and a keytab file for BDD, moved the keytab file to the install machine, and set the relevant properties in bdd.conf.
  • If you want to run the script in silent mode, you set the environment variables described in Silent installation.
  • bdd.conf is available and properly configured for your deployment.
  • The following Hadoop components are running:
    • Cloudera Manager/Ambari
    • ZooKeeper
    • HDFS
    • Hive
    • Spark on YARN
    • YARN
    • Hue

To run the BDD installer:

  1. On the install machine, open a new terminal window and go to the installer directory.
  2. Run the installer:
    ./setup.sh
  3. If you are not running the script in silent mode, enter the following information when prompted:
    • The username and password for Cloudera Manager/Ambari.
    • A username and password for the WebLogic Server admin. The password must contain at least 8 characters, one of which must be a number, and can't begin with a number.
    • The username and password for the database.
    • The username and password for the Studio admin. The username must be a full email address and can't begin with root@ or postmaster@. The password must be at least 6 characters, one of which must be a non-alphanumeric character.
    • The absolute path to the installation source directory, if you didn't set the INSTALLER_PATH property in bdd.conf.
If the script succeeded, BDD is now installed and ready for you to begin working with it. See Post-Installation Tasks to learn more about your installation and how to verify it.

If the script failed, see Troubleshooting a Failed Installation.