49993/how-can-you-change-a-column-data-type-in-hive
Hi,
By using this command below one can change the column data type:
ALTER TABLE table_name CHANGE column_name column_name new_datatype;
I hope this works.
To know more about Big Data, It's recommended to join Data Architect Certification today.
Please use the code attached below for ...READ MORE
You can not modified data once stored ...READ MORE
Hi, Yes, we can add column inside a ...READ MORE
Hey, The following examples are simple, common data ...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
In your case there is no difference ...READ MORE
Hey, While creating a table the TBLPROPERTIES clause is used ...READ MORE
Changing location requires 2 steps: 1.) Change location ...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.