-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Skyle Myers
authored
Mar 5, 2022
1 parent
97c59e4
commit 0eb62ba
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Hive-DDLs | ||
Bash script to get create table DDLs | ||
|
||
This script is used to collect a mass amount of create table DDLs in Hive. This is useful if one needs to migrate a bunch of different tables to separate servers. The usage is to give as the first argument a file with all the table names, and the script will take care of getting and formatting the DDL and placing them all neatly into a new file. |