[jira] [Commented] (SPARK-2314) RDD actions are only overridden in Scala, not java or python

2014-07-25 Thread Aaron Staple (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14074836#comment-14074836
 ] 

Aaron Staple commented on SPARK-2314:
-

Hi, I added a PR that I handles overriding collect and take in Python, and 
count in Java:

https://github.com/apache/spark/pull/1592

 RDD actions are only overridden in Scala, not java or python
 

 Key: SPARK-2314
 URL: https://issues.apache.org/jira/browse/SPARK-2314
 Project: Spark
  Issue Type: Bug
  Components: SQL
Affects Versions: 1.0.0, 1.0.1
Reporter: Michael Armbrust
Assignee: Aaron Staple
  Labels: starter
 Fix For: 1.1.0, 1.0.2


 For example, collect and take().  We should keep these two in sync, or move 
 this code to schemaRDD like if possible.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2314) RDD actions are only overridden in Scala, not java or python

2014-07-25 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14074840#comment-14074840
 ] 

Apache Spark commented on SPARK-2314:
-

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

 RDD actions are only overridden in Scala, not java or python
 

 Key: SPARK-2314
 URL: https://issues.apache.org/jira/browse/SPARK-2314
 Project: Spark
  Issue Type: Bug
  Components: SQL
Affects Versions: 1.0.0, 1.0.1
Reporter: Michael Armbrust
Assignee: Aaron Staple
  Labels: starter
 Fix For: 1.1.0, 1.0.2


 For example, collect and take().  We should keep these two in sync, or move 
 this code to schemaRDD like if possible.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SPARK-2314) RDD actions are only overridden in Scala, not java or python

2014-07-15 Thread Aaron (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062384#comment-14062384
 ] 

Aaron commented on SPARK-2314:
--

I added a PR for the java api:
https://github.com/apache/spark/pull/1421

I didn't see a straightforward way to implement using SchemaRDDLike, so I just 
implemented in JavaSchemaRDD.

 RDD actions are only overridden in Scala, not java or python
 

 Key: SPARK-2314
 URL: https://issues.apache.org/jira/browse/SPARK-2314
 Project: Spark
  Issue Type: Bug
  Components: SQL
Affects Versions: 1.0.0, 1.0.1
Reporter: Michael Armbrust
  Labels: starter

 For example, collect and take().  We should keep these two in sync, or move 
 this code to schemaRDD like if possible.



--
This message was sent by Atlassian JIRA
(v6.2#6252)