I am looking to get all table definitions in Hive. I know that for single table definition I can use something like -
  describe <<table_name>>
  describe extended <<table_name>>
But, I couldn't find a way to get all table definitions. Is there any table in megastore similar to Information_Schema in mysql or is there command to get all table definitions ?
 
     
     
     
     
     
     
    