I hit a hard block when using hive table. when using hive table.
when using DESCRIBE FORMATTED tbl_name
, I can see the location: hdfs path. when running query, there are some records return. when I run create table new_table as select * from tbl_name. the table can created, but not data.
where check hdfs using hdfs dfs -ls /table directory, it return "no such file or directory".
anybody has any idea about this?
thanks in advance.
SHOW CREATE TABLE
is way more readable thatDESCRIBE
... – Samson Scharfrichter