Skip to content
Snippets Groups Projects
  • Xiangrui Meng's avatar
    f1e7361f
    [SPARK-4150][PySpark] return self in rdd.setName · f1e7361f
    Xiangrui Meng authored
    Then we can do `rdd.setName('abc').cache().count()`.
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #3011 from mengxr/rdd-setname and squashes the following commits:
    
    10d0d60 [Xiangrui Meng] update test
    4ac3bbd [Xiangrui Meng] return self in rdd.setName
    f1e7361f
    History
    [SPARK-4150][PySpark] return self in rdd.setName
    Xiangrui Meng authored
    Then we can do `rdd.setName('abc').cache().count()`.
    
    Author: Xiangrui Meng <meng@databricks.com>
    
    Closes #3011 from mengxr/rdd-setname and squashes the following commits:
    
    10d0d60 [Xiangrui Meng] update test
    4ac3bbd [Xiangrui Meng] return self in rdd.setName
rdd.py 81.11 KiB