Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2646#discussion_r18420526
  
    --- Diff: python/pyspark/tests.py ---
    @@ -754,27 +756,19 @@ def test_serialize_nested_array_and_map(self):
             self.assertEqual("2", row.d)
     
     
    -class TestIO(PySparkTestCase):
    -
    -    def test_stdout_redirection(self):
    -        import subprocess
    -
    -        def func(x):
    -            subprocess.check_call('ls', shell=True)
    -        self.sc.parallelize([1]).foreach(func)
    --- End diff --
    
    removed, it did not make sense. Right now, I had not figure out how to test 
this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to