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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,19 @@ No provider.
43
43
| additional\_admin\_users | list of additional entities to give admin permissions to provisioned resources |`list(string)`|`[]`| no |
44
44
| additional\_read\_users | list of additional entities to give read only permissions to provisioned resources |`list(string)`|`[]`| no |
45
45
| bucket\_locations | Location for the gcs buckets, default is `US`|`string`|`"US"`| no |
46
+
| dataproc\_cluster\_master\_disk\_size | Size of disk to use on dataproc master disk |`number`|`1000`| no |
47
+
| dataproc\_cluster\_master\_instance\_type | Instance type to use as dataproc master |`string`|`"n1-highmem-4"`| no |
48
+
| dataproc\_cluster\_worker\_machine\_type | machine type of default worker pool |`string`|`"n1-standard-16"`| no |
49
+
| dataproc\_cluster\_worker\_num\_instances | Number of default workers to use |`number`|`4`| no |
50
+
| dataproc\_cluster\_worker\_num\_local\_ssds | Number of localssds to attach to each worker node |`number`|`2`| no |
51
+
| dataproc\_image\_version | Dataproc image version |`string`|`"1.4"`| no |
46
52
| force\_destroy | force destroy potentially persistent resources, like bigtable/gcs |`bool`|`false`| no |
47
53
| labels | Labels to attach to created resources |`map(string)`|`{}`| no |
54
+
| spark\_driver\_memory | Amount of memory spark should allocate to spark driver |`string`|`"12G"`| no |
55
+
| spark\_executor\_cores | Amount of cores spark should allocate to each spark executor |`number`|`5`| no |
56
+
| spark\_executor\_instances | number of spark executor instances |`number`|`12`| no |
57
+
| spark\_executor\_memory | Amount of memory spark should allocate to each spark executor |`string`|`"13G"`| no |
58
+
| spark\_properties\_override | json blob of spark properties to override, if not set will use a default set of properties that should work for most use cases |`string`|`""`| no |
48
59
| sql\_disk\_size | size of the disk to use on the tamr sql instance |`number`|`10`| no |
49
60
| sql\_disk\_type | The disk type to use on the cloud SQL instance. should be either PD\_SSD or PD\_STANDARD |`string`|`"PD_SSD"`| no |
50
61
| sql\_tier | the machine type to use for the sql instance |`string`|`"db-custom-2-4096"`| no |
0 commit comments