Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/1157
@rja1 I think I'm able to reproduce the same error as you are getting, and
think it is because of ";" at the end of query that you are executing, remove
that ";" and it should work.
With ";" I too get this on running `select * from table_name;`
```
Error while compiling statement: FAILED: ParseException line 1:17 cannot
recognize input near 'table_name' ';' '<EOF>' in from source 0
class org.apache.hive.service.cli.HiveSQLException
org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:258)
```
@jongyoul, right now build passes
https://travis-ci.org/apache/zeppelin/builds/144647358, but from next time,
I'll re-trigger of flaky test failures.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---