You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/11/25 07:48:12 UTC

[jira] [Commented] (SPARK-911) Support map pruning on sorted (K, V) RDD's

    [ https://issues.apache.org/jira/browse/SPARK-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224123#comment-14224123 ] 

Apache Spark commented on SPARK-911:
------------------------------------

User 'aaronjosephs' has created a pull request for this issue:
https://github.com/apache/spark/pull/1381

> Support map pruning on sorted (K, V) RDD's
> ------------------------------------------
>
>                 Key: SPARK-911
>                 URL: https://issues.apache.org/jira/browse/SPARK-911
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Patrick Wendell
>
> If someone has sorted a (K, V) rdd, we should offer them a way to filter a range of the partitions that employs map pruning. This would be simple using a small range index within the rdd itself. A good example is I sort my dataset by time and then I want to serve queries that are restricted to a certain time range.



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

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