46373/how-to-see-the-content-of-a-table-in-hive
Hi,
I created a table in hive but unable to see the content inside the table. Is there any command to check that? Can anyone provide a solution to this?
Hello,
If you want to see the content in a table, you can use a command:
describe table_name;
I hope you can see elements inside your table.
Well, what you can do is use ...READ MORE
Yes, you can use hdfs dfs command ...READ MORE
You can try this: CREATE TABLE temp ...READ MORE
You can use the DESCRIBE command to ...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
Changing location requires 2 steps: 1.) Change location ...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.