We just upgrade our hive from hive 0.11 to hive 0.13, we find that running "select * from src1 user limit 5;" in hive 0.13 report the following errors:
> ParseException line 1:14 cannot recognize input near 'src1' 'user' 'limit' > in from source I don't know why "user" would be a preserve keyword in hive 0.13. It doesn't make sense. There are some sqls in our data warehouse using "user" as table alias and I'm trying to fix it. Any help is appreciated. Thanks.