I am not able to perform any hive operation like select count on one table and getting following error.
Error: Error while compiling statement: FAILED: SemanticException [Error 10265]: This command is not allowed on an ACID table sample_table with a non-ACID transaction manager. Failed command: null (state=42000,code=10265)
When I check table properties then I saw transactional'='true' set to true so can someone please help me to resolve it.