Using TDP 4.3 and I can view the tables in Schema Browser, even see the data, but when I run a simple select * from schema.tablename where condition, I get below error.
Hive error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
Hive queries should use table aliases and fully qualify all columns. The current statement may be missing one or more elements.
IE; SELECT a.col1 FROM table a.
If I run the same query in the Hue (Cloudera webbased interface), it runs without any errors.
Really disappointing as I was banking on using TDP for accessing data from Cloudera Hadoop.