46377/what-the-command-know-the-details-your-data-created-table-hive
Hi,
I am presently working with hive and after creating a table in hive, if I want to see the clean details about the whole data inside the table is it possible? Then how can anyone say?
Hey,
Yes, there is a way to check every description and details in a clean manner, using a command:
describe extended table_name;
I am providing a sample, look into it you will understand better.
hadoop fs -cat /example2/doc1 | wc -l READ MORE
You can use the DESCRIBE command to ...READ MORE
Go to your Spark Web UI & ...READ MORE
Not sure about the command but you ...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
Hi, Since the table being dropped does not ...READ MORE
Hey, The command you can use to see ...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.