[spark] branch branch-2.4 updated: [K8S][MINOR] Log minikube version when running integration tests.

2020-05-21 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
 new 11e97b9  [K8S][MINOR] Log minikube version when running integration 
tests.
11e97b9 is described below

commit 11e97b92b576102e77db287199c905abb3ba4244
Author: Marcelo Vanzin 
AuthorDate: Fri Mar 1 11:24:08 2019 -0800

[K8S][MINOR] Log minikube version when running integration tests.

Closes #23893 from vanzin/minikube-version.

Authored-by: Marcelo Vanzin 
Signed-off-by: Marcelo Vanzin 
(cherry picked from commit 9f16af636661ec1f7af057764409fe359da0026a)
Signed-off-by: Dongjoon Hyun 
---
 .../k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
 
b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
index cb93241..f92977d 100644
--- 
a/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
+++ 
b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
@@ -25,6 +25,7 @@ private[spark] object MinikubeTestBackend extends 
IntegrationTestBackend {
   private var defaultClient: DefaultKubernetesClient = _
 
   override def initialize(): Unit = {
+Minikube.logVersion()
 val minikubeStatus = Minikube.getMinikubeStatus
 require(minikubeStatus == MinikubeStatus.RUNNING,
 s"Minikube must be running to use the Minikube backend for integration 
tests." +


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org



[spark] branch branch-2.4 updated: [K8S][MINOR] Log minikube version when running integration tests.

2020-05-21 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
 new 11e97b9  [K8S][MINOR] Log minikube version when running integration 
tests.
11e97b9 is described below

commit 11e97b92b576102e77db287199c905abb3ba4244
Author: Marcelo Vanzin 
AuthorDate: Fri Mar 1 11:24:08 2019 -0800

[K8S][MINOR] Log minikube version when running integration tests.

Closes #23893 from vanzin/minikube-version.

Authored-by: Marcelo Vanzin 
Signed-off-by: Marcelo Vanzin 
(cherry picked from commit 9f16af636661ec1f7af057764409fe359da0026a)
Signed-off-by: Dongjoon Hyun 
---
 .../k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
 
b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
index cb93241..f92977d 100644
--- 
a/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
+++ 
b/resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala
@@ -25,6 +25,7 @@ private[spark] object MinikubeTestBackend extends 
IntegrationTestBackend {
   private var defaultClient: DefaultKubernetesClient = _
 
   override def initialize(): Unit = {
+Minikube.logVersion()
 val minikubeStatus = Minikube.getMinikubeStatus
 require(minikubeStatus == MinikubeStatus.RUNNING,
 s"Minikube must be running to use the Minikube backend for integration 
tests." +


-
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org