Update README with new values

This commit is contained in:
Lachlan Evenson
2016-10-31 22:22:55 -07:00
parent 4b5c62dc2c
commit f4ded18391
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -45,6 +45,7 @@ The following tables lists the configurable parameters of the Spark chart and th
| `Master.Memory` | container requested memory | `512Mi` |
| `Master.ServicePort` | k8s service port | `7077` |
| `Master.ContainerPort` | Container listening port | `7077` |
| `Master.DaemonMemory` | Master JVM Xms and Xmx option | `1g` |
### Spark WebUi
@@ -68,6 +69,8 @@ The following tables lists the configurable parameters of the Spark chart and th
| `Worker.Memory` | container requested memory | `512Mi` |
| `Worker.ContainerPort` | Container listening port | `7077` |
| `Worker.CpuTargetPercentage` | k8s hpa cpu targetPercentage | `50` |
| `Worker.DaemonMemory` | Worker JVM Xms and Xmx setting | `1g` |
| `Worker.ExecutorMemory` | Worker memory available for executor | `1g` |
+3 -3
View File
@@ -14,7 +14,7 @@ Master:
ServicePort: 7077
ContainerPort: 7077
# Set Master JVM memory. Default 1g
#DaemonMemory: 2g
#DaemonMemory: 1g
WebUi:
Name: spark-webui
@@ -31,9 +31,9 @@ Worker:
Memory: "512Mi"
ContainerPort: 8081
# Set Worker JVM memory. Default 1g
#DaemonMemory: 2g
#DaemonMemory: 1g
# Set how much total memory workers have to give executors
#ExecutorMemory: 2g
#ExecutorMemory: 1g
Zeppelin:
Name: zeppelin-controller