Skip to content
  • Xiangrui Meng's avatar
    d33df1c1
    [SPARK-1674] fix interrupted system call error in pyspark's RDD.pipe · d33df1c1
    Xiangrui Meng authored
    `RDD.pipe`'s doctest throws interrupted system call exception on Mac. It can be fixed by wrapping `pipe.stdout.readline` in an iterator.
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #594 from mengxr/pyspark-pipe and squashes the following commits:
    
    cc32ac9 [Xiangrui Meng] fix interrupted system call error in pyspark's RDD.pipe
    d33df1c1
    [SPARK-1674] fix interrupted system call error in pyspark's RDD.pipe
    Xiangrui Meng authored
    `RDD.pipe`'s doctest throws interrupted system call exception on Mac. It can be fixed by wrapping `pipe.stdout.readline` in an iterator.
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #594 from mengxr/pyspark-pipe and squashes the following commits:
    
    cc32ac9 [Xiangrui Meng] fix interrupted system call error in pyspark's RDD.pipe
Loading