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:
On the install machine, open a new terminal window and go to the
installer directory.
Run the installer:
./setup.sh
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.