Explain HCatalog Create Table CLI along with its syntax?
Answer Posted / Phurba Bhutia
The `hcat create` command is used to create a new table in Apache HCatalog. The syntax for the command is:nn`hcat create -t <table_name> <input_format> <output_format> <location>n`nReplace `<table_name>`, `<input_format>`, `<output_format>`, and `<location>` with appropriate values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers