[jira] [Updated] (SPARK-46149) Skip `TorchDistributorLocalUnitTests.test_end_to_end_run_locally` with Python 3.12

2023-11-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated SPARK-46149:
---
Labels: pull-request-available  (was: )

> Skip `TorchDistributorLocalUnitTests.test_end_to_end_run_locally` with Python 
> 3.12
> --
>
> Key: SPARK-46149
> URL: https://issues.apache.org/jira/browse/SPARK-46149
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark, Tests
>Affects Versions: 4.0.0
>Reporter: Hyukjin Kwon
>Priority: Minor
>  Labels: pull-request-available
>
> {code}
> ==
> ERROR [12.635s]: test_end_to_end_run_locally 
> (pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsIIOnConnect.test_end_to_end_run_locally)
> --
> Traceback (most recent call last):
>   File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
> line 403, in test_end_to_end_run_locally
> output = TorchDistributor(num_processes=2, local_mode=True, 
> use_gpu=False).run(
>  
> ^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, 
> in run
> return self._run(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, 
> in _run
> output = self._run_local_training(
>  ^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, 
> in _run_local_training
> output = TorchDistributor._get_output_from_framework_wrapper(
>  
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, 
> in _get_output_from_framework_wrapper
> return framework_wrapper(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, 
> in _run_training_on_pytorch_function
> raise RuntimeError(
> RuntimeError: TorchDistributor failed during training.View stdout logs for 
> detailed error message.
> ==
> ERROR [14.850s]: test_end_to_end_run_locally 
> (pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsOnConnect.test_end_to_end_run_locally)
> --
> Traceback (most recent call last):
>   File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
> line 403, in test_end_to_end_run_locally
> output = TorchDistributor(num_processes=2, local_mode=True, 
> use_gpu=False).run(
>  
> ^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, 
> in run
> return self._run(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, 
> in _run
> output = self._run_local_training(
>  ^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, 
> in _run_local_training
> output = TorchDistributor._get_output_from_framework_wrapper(
>  
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, 
> in _get_output_from_framework_wrapper
> return framework_wrapper(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, 
> in _run_training_on_pytorch_function
> raise RuntimeError(
> RuntimeError: TorchDistributor failed during training.View stdout logs for 
> detailed error message.
> --
> {code}
> https://github.com/apache/spark/actions/runs/7020654429/job/19100964890



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (SPARK-46149) Skip `TorchDistributorLocalUnitTests.test_end_to_end_run_locally` with Python 3.12

2023-11-28 Thread Hyukjin Kwon (Jira)


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

Hyukjin Kwon updated SPARK-46149:
-
Description: 
{code}
==
ERROR [12.635s]: test_end_to_end_run_locally 
(pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsIIOnConnect.test_end_to_end_run_locally)
--
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
line 403, in test_end_to_end_run_locally
output = TorchDistributor(num_processes=2, local_mode=True, 
use_gpu=False).run(
 
^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, in 
run
return self._run(
   ^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, in 
_run
output = self._run_local_training(
 ^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, in 
_run_local_training
output = TorchDistributor._get_output_from_framework_wrapper(
 
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, in 
_get_output_from_framework_wrapper
return framework_wrapper(
   ^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, in 
_run_training_on_pytorch_function
raise RuntimeError(
RuntimeError: TorchDistributor failed during training.View stdout logs for 
detailed error message.

==
ERROR [14.850s]: test_end_to_end_run_locally 
(pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsOnConnect.test_end_to_end_run_locally)
--
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
line 403, in test_end_to_end_run_locally
output = TorchDistributor(num_processes=2, local_mode=True, 
use_gpu=False).run(
 
^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, in 
run
return self._run(
   ^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, in 
_run
output = self._run_local_training(
 ^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, in 
_run_local_training
output = TorchDistributor._get_output_from_framework_wrapper(
 
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, in 
_get_output_from_framework_wrapper
return framework_wrapper(
   ^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, in 
_run_training_on_pytorch_function
raise RuntimeError(
RuntimeError: TorchDistributor failed during training.View stdout logs for 
detailed error message.

--
{code}

https://github.com/apache/spark/actions/runs/7020654429/job/19100964890

  was:
{code}
==
ERROR [12.635s]: test_end_to_end_run_locally 
(pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsIIOnConnect.test_end_to_end_run_locally)
--
Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
line 403, in test_end_to_end_run_locally
output = TorchDistributor(num_processes=2, local_mode=True, 
use_gpu=False).run(
 
^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, in 
run
return self._run(
   ^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, in 
_run
output = self._run_local_training(
 ^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, in 
_run_local_training
output = TorchDistributor._get_output_from_framework_wrapper(
 
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, in 
_get_output_from_framework_wrapper
return framework_wrapper(
   ^^
  File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, in 
_run_training_on_pytorch_function

[jira] [Updated] (SPARK-46149) Skip `TorchDistributorLocalUnitTests.test_end_to_end_run_locally` with Python 3.12

2023-11-28 Thread Hyukjin Kwon (Jira)


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

Hyukjin Kwon updated SPARK-46149:
-
Summary: Skip `TorchDistributorLocalUnitTests.test_end_to_end_run_locally` 
with Python 3.12  (was: Skip 
`TorchDistributorLocalUnitTests.test_end_to_end_run_locally`)

> Skip `TorchDistributorLocalUnitTests.test_end_to_end_run_locally` with Python 
> 3.12
> --
>
> Key: SPARK-46149
> URL: https://issues.apache.org/jira/browse/SPARK-46149
> Project: Spark
>  Issue Type: Sub-task
>  Components: ML, PySpark, Tests
>Affects Versions: 4.0.0
>Reporter: Hyukjin Kwon
>Priority: Minor
>
> {code}
> ==
> ERROR [12.635s]: test_end_to_end_run_locally 
> (pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsIIOnConnect.test_end_to_end_run_locally)
> --
> Traceback (most recent call last):
>   File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
> line 403, in test_end_to_end_run_locally
> output = TorchDistributor(num_processes=2, local_mode=True, 
> use_gpu=False).run(
>  
> ^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, 
> in run
> return self._run(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, 
> in _run
> output = self._run_local_training(
>  ^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, 
> in _run_local_training
> output = TorchDistributor._get_output_from_framework_wrapper(
>  
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, 
> in _get_output_from_framework_wrapper
> return framework_wrapper(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, 
> in _run_training_on_pytorch_function
> raise RuntimeError(
> RuntimeError: TorchDistributor failed during training.View stdout logs for 
> detailed error message.
> ==
> ERROR [14.850s]: test_end_to_end_run_locally 
> (pyspark.ml.tests.connect.test_parity_torch_distributor.TorchDistributorLocalUnitTestsOnConnect.test_end_to_end_run_locally)
> --
> Traceback (most recent call last):
>   File "/__w/spark/spark/python/pyspark/ml/torch/tests/test_distributor.py", 
> line 403, in test_end_to_end_run_locally
> output = TorchDistributor(num_processes=2, local_mode=True, 
> use_gpu=False).run(
>  
> ^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 969, 
> in run
> return self._run(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 985, 
> in _run
> output = self._run_local_training(
>  ^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 593, 
> in _run_local_training
> output = TorchDistributor._get_output_from_framework_wrapper(
>  
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 567, 
> in _get_output_from_framework_wrapper
> return framework_wrapper(
>^^
>   File "/__w/spark/spark/python/pyspark/ml/torch/distributor.py", line 908, 
> in _run_training_on_pytorch_function
> raise RuntimeError(
> RuntimeError: TorchDistributor failed during training.View stdout logs for 
> detailed error message.
> --
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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