I'm using the simple command: SELECT DISTINCT * FROM first_working_table;
in HIVE 0.11, and I'm receiving the following error message:
FAILED: SemanticException TOK_ALLCOLREF is not supported in current context.
Does anyone know why this is happening? How can we solve it?
Thank you, Gal.