cylondata / twister2

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

added config parameter for checking pod reachability #881

Closed ahmet-uyar closed 4 years ago

ahmet-uyar commented 4 years ago

Checking pod reachability seems to be necessary very rarely. I disabled it by default and added a configuration parameter to enable it. I had to change SchedulerContext package to be able to reach it from WorkerEnvironment class.