Your BDD installation consists of two main directories: $BDD_HOME and $DOMAIN_HOME.
$ORACLE_HOME/BDD-<version>
$BDD_HOME contains the following subdirectories.
| Directory name | Description |
|---|---|
| /BDD_manager | Directories related to the
bdd-admin script:
More information on the bdd-admin script is available in the Administrator's Guide. Note: Although the
bdd-admin script can only be run from the
Admin Server, this directory is created on all nodes BDD is installed on
because it's required for updating cluster configuration post-installation.
|
| /bdd-shell | Files for installing the optional BDD Shell component. For more information, see the BDD Shell Guide. |
| /common/hadoop | Files and directories BDD requires
to communicate with Hadoop:
|
| /common/edp | Libraries and OLT files required by Data Processing. |
| /common/security/cacerts | Only available in installations on secure CDH clusters. Contains the certificates for HDFS, YARN, Hive, and the KMS services. |
| /dataprocessing/edp_cli | The DP CLI and other directories it requires. |
| /dgraph | Files and directories related to the
Dgraph, including:
|
| /jetty | The Jetty install location. |
| /logs | BDD log files. |
| /microservices | The Jetty installation package. |
| /server | Files and directories related to the
Dgraph Gateway, including:
|
| /studio | Contains the EAR file for the Studio application and a version file for Studio. |
| /transformservice | Scripts and other resources required by the Transform Service. |
| /uninstall | The uninstall script and its required utilities. |
| version.txt | Contains version information for your BDD installation. |
$ORACLE_HOME/user_projects/domains/bdd-<version>_domain
$DOMAIN_HOME contains the following subdirectories.
| Directory name | Description |
|---|---|
| /autodeploy | Provides a way to quickly deploy applications to a development server. You can place J2EE applications in this directory; these will be automatically deployed to the WebLogic Server when it is started in development mode. |
| /bin | Scripts for migrating servers and services, setting up domain and startup environments, and starting and stopping the WebLogic Server and other components. |
| /config | Data sources and configuration files for Studio and the Dgraph Gateway. |
| /console-ext | Console extensions. This directory is only used on the Admin Server. |
| edit.lok | Ensures can only edit the domain's configuration one at a time. Don't edit this file. |
| fileRealm.properties | Configuration file for the file realm. |
| /init-info | Schemas used by the Dgraph Gateway. |
| /lib | The domain library. The JAR files in this directory are dynamically added to the end of the Dgraph Gateway's classpath when the Dgraph Gateway is started. You use this directory to add application libraries to the Dgraph Gateway's classpath. |
| /nodemanager | Files used by the Node Manager. nodemanager.domains lists the locations of directories created by the configuration wizard, and nodemanager.properties configures the Node Manager. |
| /pending | Stores pending configuration changes. |
| /security | Files related to domain security. |
| /servers | Log files and security information for each server in the cluster. |
| shutdown-<hostname>.py | Script for shutting down the WebLogic host. |
| startWebLogic.sh | Script for starting the WebLogic Server. |
| /tmp | Temporary directory. |