Creation of hive schema
2020-02-21
https://www.youtube.com/watch?v=FG1rpwnVR6U Step 1 : Login to hive using below command: hive Step 2 : Suppose you want to create a schema named as mydb1 , use below command create schema mydb1; Step 3 : To use this schema ,use below command : use mydb1; Step 4 : To see allRead More →