- Command to create a database
CREATE DATABASE IF NOT EXISTS training_sqoop_retail;
- Command to connect to a database
use training_sqoop_retail;
- Command to get list of tables in database
SHOW tables;
Durga Gadiraju
197.Sqoop Import – Create Hive Database
- March 16, 2023
- , 10:09 am
- , Uncategorized