A Installation Quick Reference
This condensed description of the installation steps may be useful if you have installed the release before, or, feel that you do not need a detailed explanation of the steps. You can refer back to the full instructions in the main body of the guide for more information.
About Restarts
Hadoop Side:
-
Cloudera Configuration Manager (or Ambari) may be restarted by the installation. This in itself does not interrupt any services.
-
Hive, YARN , and any other services that have a dependency on Hive or YARN (such as Impala) are restarted.
The Hive libraries parameter is updated in order to include Oracle Big Data SQL JARs. On Cloudera installations, if the YARN Resource Manager is enabled, then it is restarted in order to set cgroup memory limit for Oracle Big Data SQL and the other Hadoop services. On Oracle Big Data Appliance, the YARN Resource Manager is always enabled and therefore always restarted.
Database Side:
-
In some cases where Grid infrastructure is present, it must be restarted. If the system uses Grid then you should have the Grid user credentials on hand in case a restart is required
-
The Linux users grid and oracle (or other database owner) must both in the same group (usually
oinstall
).
Table A-1 Checking Prerequisites and Patches
Step | For More Information |
---|---|
1. Check for the prerequisites on both the Hadoop or Oracle Database systems. (The installation will alert you if any are missing.) |
|
2. Ensure that the latest Database Proactive Bundle Patch is installed on database as well as any one-off patches required for this product.
NOTE: The Database Proactive Bundle Patch is different than the Patch Set Update. Refer to the Master Compatibility Matrix for complete details on required patches. |
Oracle Big Data SQL Master Compatibility Matrix (Doc ID 2119369.1 in My Oracle Support |
3. On the database server, check that |
|
4. Make sure database and listener are down before installing any missing patches. |
Managing Oracle Software and Applying Patches (Database 2 Day + Real Application Clusters Guide) |
6. Unzip the patch archive on the database server. Navigate to the patch and apply it: If the database server has both a database and Grid home, then apply a one-off patch to BOTH the grid home and database home. |
|
7. Navigate to |
Table A-2 Installing the Hadoop Side of Oracle Big Data SQL
Step | For More Information |
---|---|
1. Download the Oracle Big Data SQL installation bundle from OTN or eDelivery (Oracle Software Delivery Cloud). |
|
2. Copy this file on to master node of the Hadoop cluster (where Ambari or CM is running). Unzip it and navigate to extracted directory. |
|
3. Create a configuration file:
Some important implicit default settings you may want to modify are
database_compatibility and database_auth_enabled . See the description of these parameters in the Jaguar Configuration Parameter and Command Reference in this guide.
Other configuration options are available. |
|
4. As If you want to generate a key for Database Authentication, then include the
|
|
5. Copy the database-side installation bundle generated in |
Table A-3 Installing the Database Side of Oracle Big Data SQL
Step | For More Information |
---|---|
1. Log on as the database owner, locate the database-side installation bundle, and unzip it. | Steps for Installing on Oracle Database Nodes |
2. Execute the .run file extracted from the ZIP file.
|
|
3. Navigate to $ORACLE_HOME/BDSJaguar-4.1.2 and find the
installation directory created by the .run file . The directory
name will indicate the cluster, node, and domain where the installation bundle
originated. Cd into the directory and run the
installer:
You may need to include some parameters with this command. |
Command Line Parameter Reference for bds-database-install.sh |
Perform the steps in the table below if database_auth_enabled
and/or impersonation_enabled
was set to “true”
in the configuration.
Table A-4 Extra Steps to Complete the Configuration for Database Authentication and/or Multi-User Authorization
Step | For More Information |
---|---|
1. If Database Authentication and/or Multi-User Authorization are enabled, the database-side installation generates a ZIP file. Find this file in the installation directory and copy it back to the path indicated below on the Hadoop cluster management server:
|
Steps for Installing on Oracle Database Nodes |
2. Log on to the Hadoop cluster management server as root
and run the Database Acknowledge
operation:
|
Table A-5 Creating Users and Setting Up Mappings for Multi-User Authorization
Action | For More Information |
---|---|
1. To grant a user access:
|
|
2. To grant users Hadoop access through the Multi-User Authorization feature, use the procedures of the DBMS_BDSQL PL/SQL Package:
|
DBMS_BDSQL PL/SQL Package |
See Also
These workflow diagrams provide a visual overview of the installation process as a whole and a close-up view of the steps needed to complete the setup of Database Authentication:
The next two sections of this guide provide useful code examples: