Primary Administrative Tasks for
NoSQL Database
Course Road Map
Lesson 5: Introduction to the Hadoop
Module 1: Big Data Management System Distributed File System (HDFS)
Lesson 6: Acquire Data using CLI, Fuse-
Module 2: Data Acquisition and Storage DFS, and Flume
Lesson 07: Acquire and Access Data
Module 3: Data Access and Processing
Using Oracle NoSQL Database
Module 4: Data Unification and Analysis Lesson 08: Primary Administrative Tasks
for NoSQL Database
Module 5: Using and Managing Oracle
Big Data Appliance
8-2
Objectives
After completing this lesson, you should be able to:
• Plan for an installation
• Install and configure
8-3
Cassandra VS MongoDB VS Oracle NoSQL
8-4
Step 1: Creating Directories
• KVHOME: Storage location for Oracle NoSQL Database
package files
• KVROOT: Storage location for Oracle NoSQL Database
data files
8-5
Step 2: Extracting Software
8-6
Step 3: Verifying the Installation
The following command is used to verify the installation of
Oracle NoSQL Database in a storage node:
java -jar $KVHOME/lib/[Link]
8-7
Starting the Storage Node Agents
The command to start an SNA is as follows:
nohup
java -jar KVHOME/lib/[Link] start
-root <KVROOT>
-config <configuration file> optional
&
8-9
Summary
In this lesson, you should have learned how to:
• Plan for an installation
• Install and configure
8 - 10