cylondata / twister2

A composable framework for fast and scalable data analytics
https://twister2.org
Apache License 2.0
57 stars 32 forks source link

network interface parameter and jvm memory fraction at k8s #897

Closed ahmet-uyar closed 4 years ago

ahmet-uyar commented 4 years ago

Following parameter added to specify network interfaces to be used by twister2 workers when there are multiple network interfaces in machines: twister2.network.interfaces.for.workers

Currently, it is only implemented in standalone. I think It is not needed for kubernetes. We can easily implement it if needed.

Another parameter added to specify jvm memory fraction in Kubernetes. By default, it is set to 0.8. Non-jvm memory usages include:

I also made checking password free ssh optional.