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

Erik Erlandson closed SPARK-2315.
---------------------------------
    Resolution: Won't Fix

There is now an implementation on the silex project:
http://silex.freevariable.com/latest/api/#com.redhat.et.silex.rdd.drop.DropRDDFunctions

> drop, dropRight and dropWhile which take RDD input and return RDD
> -----------------------------------------------------------------
>
>                 Key: SPARK-2315
>                 URL: https://issues.apache.org/jira/browse/SPARK-2315
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>            Reporter: Erik Erlandson
>            Assignee: Erik Erlandson
>              Labels: features
>
> Last time I loaded in a text file, I found myself wanting to just skip the 
> first element as it was a header.     I wrote candidate methods drop, 
> dropRight and dropWhile to satisfy this kind of need:
> val txt = sc.textFile("text_with_header.txt")
> val data = txt.drop(1)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to