Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9.0
-
None
-
None
Description
Setting following property for `zeppelin.bigquery.wait_time` to 50000(in ms), and Bigquery interpreter times out with 'read timeout` error.
Issue can be easily created by creating a zeppelin notebook and runnign query against bigquery public dataset from console
`SELECT count FROM bigquery-samples.wikipedia_benchmark.Wiki100B WHERE title like "%g"`
{{}}