user1602530
user1602530

Reputation: 1

Query returned non-zero code: 10, cause: FAILED

all when I use the Hive to select the id from a table there are some errors occurring as follows:

Query returned non-zero code: 10, cause: FAILED : Error in semantic analysis: Line 1:68 Invalid table alias or column reference 'Goldman'

can any body give me some questions?

Upvotes: 0

Views: 1582

Answers (1)

ohshazbot
ohshazbot

Reputation: 903

Your error seems to indicate that you are doing a select for a column named Goldman that does not exist. You attempting to do an HQL query for a column goldman or you are attempting to do a query for rows in which a specific column has Goldman.

Upvotes: 1

Related Questions