Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1170 Added babupe/zeppelin#2 After configuring credentials I got strange behavior: query `show tables` results is `ERROR` paragraph status with - no output in GUI - and nothing in the logs ![screen shot 2016-07-29 at 15 40 08](https://cloud.githubusercontent.com/assets/5582506/17239974/3869e042-55a3-11e6-9861-ecc4cc9f6247.png) ``` INFO [2016-07-29 15:39:49,759] ({pool-2-thread-2} SchedulerFactory.java[jobStarted]:131) - Job remoteInterpretJob_1469774389758 started by scheduler org.apache.zeppelin.bigquery.BigQueryInterpreter745463803 INFO [2016-07-29 15:39:49,759] ({pool-2-thread-2} BigQueryInterpreter.java[interpret]:288) - Run SQL command 'show tables' INFO [2016-07-29 15:39:50,531] ({pool-2-thread-2} SchedulerFactory.java[jobFinished]:137) - Job remoteInterpretJob_1469774389758 finished by scheduler org.apache.zeppelin.bigquery.BigQueryInterpreter745463803 ``` Which is a bit frustrating experience, since it is `ERROR` but user does not know why.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---