You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/interpreter/bigquery.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,31 @@ group: interpreter
12
12
## Overview
13
13
[BigQuery](https://cloud.google.com/bigquery/what-is-bigquery) is a highly scalable no-ops data warehouse in the Google Cloud Platform. Querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. Google BigQuery solves this problem by enabling super-fast SQL queries against append-only tables using the processing power of Google's infrastructure. Simply move your data into BigQuery and let us handle the hard work. You can control access to both the project and your data based on your business needs, such as giving others the ability to view or query your data.
14
14
15
+
## Configuration
16
+
<tableclass="table-configuration">
17
+
<tr>
18
+
<th>Name</th>
19
+
<th>Default Value</th>
20
+
<th>Description</th>
21
+
</tr>
22
+
<tr>
23
+
<td>zeppelin.bigquery.project_id</td>
24
+
<td> </td>
25
+
<td>Google Project Id</td>
26
+
</tr>
27
+
<tr>
28
+
<td>zeppelin.bigquery.wait_time</td>
29
+
<td>5000</td>
30
+
<td>Query Timeout in Milliseconds</td>
31
+
</tr>
32
+
<tr>
33
+
<td>zeppelin.bigquery.max_no_of_rows</td>
34
+
<td>100000</td>
35
+
<td>Max result set size</td>
36
+
</tr>
37
+
</table>
38
+
39
+
15
40
## BigQuery API
16
41
Zeppelin is built against BigQuery API version v2-rev265-1.21.0.
(Apache 2.0) Google BigQuery API for Java (com.google.api.services.bigquery:v2-rev265-1.21.0 - https://cloud.google.com/bigquery/)
0 commit comments