[jira] [Updated] (SPARK-35796) UT `handles k8s cluster mode` fails on MacOs >= 10.15

2021-06-19 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-35796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-35796:
--
Parent: SPARK-35781
Issue Type: Sub-task  (was: Bug)

> UT `handles k8s cluster mode` fails on MacOs >= 10.15
> -
>
> Key: SPARK-35796
> URL: https://issues.apache.org/jira/browse/SPARK-35796
> Project: Spark
>  Issue Type: Sub-task
>  Components: Spark Core, Tests
>Affects Versions: 3.0.3, 3.1.2, 3.2.0
> Environment: MacOs 10.15.7
>Reporter: Yazhi Wang
>Assignee: Yazhi Wang
>Priority: Minor
> Fix For: 3.2.0, 3.1.3, 3.0.4
>
>
> When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for 
> `handles k8s cluster mode` test after pr 
> [SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
> `File(path).getCanonicalFile().toURI()` function  with absolute path as 
> parameter will return path begin with /System/Volumes/Data.
> eg.  /home/testjars.jar will get 
> [file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (SPARK-35796) UT `handles k8s cluster mode` fails on MacOs >= 10.15

2021-06-18 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-35796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-35796:
--
Fix Version/s: (was: 3.0.3)
   3.0.4

> UT `handles k8s cluster mode` fails on MacOs >= 10.15
> -
>
> Key: SPARK-35796
> URL: https://issues.apache.org/jira/browse/SPARK-35796
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core, Tests
>Affects Versions: 3.0.3, 3.1.2, 3.2.0
> Environment: MacOs 10.15.7
>Reporter: Yazhi Wang
>Assignee: Yazhi Wang
>Priority: Minor
> Fix For: 3.2.0, 3.1.3, 3.0.4
>
>
> When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for 
> `handles k8s cluster mode` test after pr 
> [SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
> `File(path).getCanonicalFile().toURI()` function  with absolute path as 
> parameter will return path begin with /System/Volumes/Data.
> eg.  /home/testjars.jar will get 
> [file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (SPARK-35796) UT `handles k8s cluster mode` fails on MacOs >= 10.15

2021-06-18 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-35796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-35796:
--
Issue Type: Bug  (was: Improvement)

> UT `handles k8s cluster mode` fails on MacOs >= 10.15
> -
>
> Key: SPARK-35796
> URL: https://issues.apache.org/jira/browse/SPARK-35796
> Project: Spark
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 3.1.3
> Environment: MacOs 10.15.7
>Reporter: Yazhi Wang
>Assignee: Yazhi Wang
>Priority: Minor
> Fix For: 3.0.3, 3.2.0, 3.1.3
>
>
> When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for 
> `handles k8s cluster mode` test after pr 
> [SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
> `File(path).getCanonicalFile().toURI()` function  with absolute path as 
> parameter will return path begin with /System/Volumes/Data.
> eg.  /home/testjars.jar will get 
> [file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (SPARK-35796) UT `handles k8s cluster mode` fails on MacOs >= 10.15

2021-06-18 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-35796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-35796:
--
Affects Version/s: (was: 3.1.3)
   3.2.0
   3.0.3
   3.1.2

> UT `handles k8s cluster mode` fails on MacOs >= 10.15
> -
>
> Key: SPARK-35796
> URL: https://issues.apache.org/jira/browse/SPARK-35796
> Project: Spark
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 3.0.3, 3.1.2, 3.2.0
> Environment: MacOs 10.15.7
>Reporter: Yazhi Wang
>Assignee: Yazhi Wang
>Priority: Minor
> Fix For: 3.0.3, 3.2.0, 3.1.3
>
>
> When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for 
> `handles k8s cluster mode` test after pr 
> [SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
> `File(path).getCanonicalFile().toURI()` function  with absolute path as 
> parameter will return path begin with /System/Volumes/Data.
> eg.  /home/testjars.jar will get 
> [file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (SPARK-35796) UT `handles k8s cluster mode` fails on MacOs >= 10.15

2021-06-18 Thread Dongjoon Hyun (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-35796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-35796:
--
Component/s: Spark Core

> UT `handles k8s cluster mode` fails on MacOs >= 10.15
> -
>
> Key: SPARK-35796
> URL: https://issues.apache.org/jira/browse/SPARK-35796
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core, Tests
>Affects Versions: 3.0.3, 3.1.2, 3.2.0
> Environment: MacOs 10.15.7
>Reporter: Yazhi Wang
>Assignee: Yazhi Wang
>Priority: Minor
> Fix For: 3.0.3, 3.2.0, 3.1.3
>
>
> When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for 
> `handles k8s cluster mode` test after pr 
> [SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
> `File(path).getCanonicalFile().toURI()` function  with absolute path as 
> parameter will return path begin with /System/Volumes/Data.
> eg.  /home/testjars.jar will get 
> [file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (SPARK-35796) UT `handles k8s cluster mode` fails on MacOs >= 10.15

2021-06-17 Thread Yazhi Wang (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-35796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yazhi Wang updated SPARK-35796:
---
Description: 
When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for `handles 
k8s cluster mode` test after pr 
[SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
`File(path).getCanonicalFile().toURI()` function  with absolute path as 
parameter will return path begin with /System/Volumes/Data.

eg.  /home/testjars.jar will get 

[file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]

  was:
When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for `handles 
k8s cluster mode` test after pr SPARK-3561 due to 
`File(path).getCanonicalFile().toURI()` function  with absolute path as 
parameter will return path begin with /System/Volumes/Data.

eg.  /home/testjars.jar will get 

file:/System/Volumes/Data/home/testjars.jar


> UT `handles k8s cluster mode` fails on MacOs >= 10.15
> -
>
> Key: SPARK-35796
> URL: https://issues.apache.org/jira/browse/SPARK-35796
> Project: Spark
>  Issue Type: Improvement
>  Components: Tests
>Affects Versions: 3.1.3
> Environment: MacOs 10.15.7
>Reporter: Yazhi Wang
>Priority: Minor
>
> When I run SparkSubmitSuite on MacOs 10.15.7, I got AssertionError for 
> `handles k8s cluster mode` test after pr 
> [SPARK-35691|https://issues.apache.org/jira/browse/SPARK-35691] due to 
> `File(path).getCanonicalFile().toURI()` function  with absolute path as 
> parameter will return path begin with /System/Volumes/Data.
> eg.  /home/testjars.jar will get 
> [file:/System/Volumes/Data/home/testjars.jar|file:///System/Volumes/Data/home/testjars.jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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