def getEngineDataOnZk(engineId: Int): Option[String] = { if (rootDirExists) { val enginePath: String = s"$default_engine_root_dir/engine-$engineId" T