Github user mccheah commented on a diff in the pull request:
https://github.com/apache/spark/pull/21067#discussion_r190974142
--- Diff:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/submit/KubernetesClientApplication.scala
---
@@ -88,21 +88,21 @@ private[spark] object ClientArguments {
* @param watcher a watcher that monitors and logs the application status
*/
private[spark] class Client(
- builder: KubernetesDriverBuilder,
- kubernetesConf: KubernetesConf[KubernetesDriverSpecificConf],
- kubernetesClient: KubernetesClient,
- waitForAppCompletion: Boolean,
- appName: String,
- watcher: LoggingPodStatusWatcher,
- kubernetesResourceNamePrefix: String) extends Logging {
+ builder: KubernetesDriverBuilder,
--- End diff --
Indentation.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]