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 2015/04/30 22:50:09 UTC

[jira] [Commented] (SPARK-7248) Random number generators for DataFrames

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

Apache Spark commented on SPARK-7248:
-------------------------------------

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

> Random number generators for DataFrames
> ---------------------------------------
>
>                 Key: SPARK-7248
>                 URL: https://issues.apache.org/jira/browse/SPARK-7248
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Xiangrui Meng
>            Assignee: Burak Yavuz
>
> This is an umbrella JIRA for random number generators for DataFrames. The initial set of RNGs would be `rand` and `randn`, which takes a seed.
> {code}
> df.select("*", rand(11L).as("rand"))
> {code}
> Where those methods should live is TBD.



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