Hi all, I created the database 'test1' and a table 'my1' Now with show tables in test1 , hive shell is showing my1 but when I am trying to do, describe my1; then this error comes: FAILED: SemanticException [Error 10001]: Table not found answer and when I execute,
describe test1.my1; then the following error comes up, FAILED: Error in metadata: Unable to fetch table my1 FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask The problem is not with any other databases.I can query any table in any other database without any error. Please help. Thanks, Rishabh.