89302/how-to-rename-the-hive-table
Hi Team,
I am new to Hive. I have created one table in Hive. Now I want to rename the table name. How can I do that?
Hi@akhtar,
You can rename the table name in the hive. You need to use the alter command. This command allows you to change the table name as shown below.
$ ALTER TABLE name RENAME TO new_name
You can try this: CREATE TABLE temp ...READ MORE
You can use the DESCRIBE command to ...READ MORE
Changing location requires 2 steps: 1.) Change location ...READ MORE
Hello, If you want to see the content ...READ MORE
It stores metadata for Hive tables (like their schema ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Hi@akhtar, We can create a hive table for ...READ MORE
Hi@akhtar, You can use the alter table command ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.