[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2016-05-05 Thread Shivaram Venkataraman (JIRA)

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

Shivaram Venkataraman commented on SPARK-10043:
---

[~sunrui] Can we resolve this issue now ?

> Add window functions into SparkR
> 
>
> Key: SPARK-10043
> URL: https://issues.apache.org/jira/browse/SPARK-10043
> Project: Spark
>  Issue Type: Sub-task
>  Components: SparkR
>Reporter: Yu Ishikawa
>
> Add window functions as follows in SparkR. I think we should improve 
> {{collect}} function in SparkR.
> - lead
> - cumuDist
> - denseRank
> - lag
> - ntile
> - percentRank
> - rank
> - rowNumber



--
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



[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2015-10-20 Thread Sun Rui (JIRA)

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

Sun Rui commented on SPARK-10043:
-

Break this issue down to 2 sub-issues.

> Add window functions into SparkR
> 
>
> Key: SPARK-10043
> URL: https://issues.apache.org/jira/browse/SPARK-10043
> Project: Spark
>  Issue Type: Sub-task
>  Components: SparkR
>Reporter: Yu Ishikawa
>
> Add window functions as follows in SparkR. I think we should improve 
> {{collect}} function in SparkR.
> - lead
> - cumuDist
> - denseRank
> - lag
> - ntile
> - percentRank
> - rank
> - rowNumber



--
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



[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2015-08-17 Thread Herman van Hovell (JIRA)

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

Herman van Hovell commented on SPARK-10043:
---

Could you provide an example in which {{lead}} does not work?

 Add window functions into SparkR
 

 Key: SPARK-10043
 URL: https://issues.apache.org/jira/browse/SPARK-10043
 Project: Spark
  Issue Type: Sub-task
  Components: SparkR
Reporter: Yu Ishikawa

 Add window functions as follows in SparkR. I think we should improve 
 {{collect}} function in SparkR.
 - lead
 - cumuDist
 - denseRank
 - lag
 - ntile
 - percentRank
 - rank
 - rowNumber



--
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



[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2015-08-17 Thread Herman van Hovell (JIRA)

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

Herman van Hovell commented on SPARK-10043:
---

Which window functions aren't tested?

They are tested in the sql/hive project.

 Add window functions into SparkR
 

 Key: SPARK-10043
 URL: https://issues.apache.org/jira/browse/SPARK-10043
 Project: Spark
  Issue Type: Sub-task
  Components: SparkR
Reporter: Yu Ishikawa

 Add window functions as follows in SparkR. I think we should improve 
 {{collect}} function in SparkR.
 - lead
 - cumuDist
 - denseRank
 - lag
 - ntile
 - percentRank
 - rank
 - rowNumber



--
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



[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2015-08-17 Thread Yu Ishikawa (JIRA)

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

Yu Ishikawa commented on SPARK-10043:
-

[~shivaram] At least, {{lead}} function doesn't work. I haven't checked all of 
them yet. I'' check them and get back to you.

 Add window functions into SparkR
 

 Key: SPARK-10043
 URL: https://issues.apache.org/jira/browse/SPARK-10043
 Project: Spark
  Issue Type: Sub-task
  Components: SparkR
Reporter: Yu Ishikawa

 Add window functions as follows in SparkR. I think we should improve 
 {{collect}} function in SparkR.
 - lead
 - cumuDist
 - denseRank
 - lag
 - ntile
 - percentRank
 - rank
 - rowNumber



--
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



[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2015-08-16 Thread Yu Ishikawa (JIRA)

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

Yu Ishikawa commented on SPARK-10043:
-

As far as I know, there is no unit testing of the window function in Scala / 
Python. At least, we should add unit testing in Python.

 Add window functions into SparkR
 

 Key: SPARK-10043
 URL: https://issues.apache.org/jira/browse/SPARK-10043
 Project: Spark
  Issue Type: Sub-task
  Components: SparkR
Reporter: Yu Ishikawa

 Add window functions as follows in SparkR. I think we should improve 
 {{collect}} function in SparkR.
 - lead
 - cumuDist
 - denseRank
 - lag
 - ntile
 - percentRank
 - rank
 - rowNumber



--
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



[jira] [Commented] (SPARK-10043) Add window functions into SparkR

2015-08-16 Thread Shivaram Venkataraman (JIRA)

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

Shivaram Venkataraman commented on SPARK-10043:
---

[~yuu.ishik...@gmail.com] Could you clarify which of these functions need 
support for better `collect` in SparkR. We only need the collect functionality 
if we are fetching data back to the driver ?

 Add window functions into SparkR
 

 Key: SPARK-10043
 URL: https://issues.apache.org/jira/browse/SPARK-10043
 Project: Spark
  Issue Type: Sub-task
  Components: SparkR
Reporter: Yu Ishikawa

 Add window functions as follows in SparkR. I think we should improve 
 {{collect}} function in SparkR.
 - lead
 - cumuDist
 - denseRank
 - lag
 - ntile
 - percentRank
 - rank
 - rowNumber



--
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