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

Apache Spark reassigned SPARK-7248:
-----------------------------------

    Assignee: Apache Spark  (was: Burak Yavuz)

> 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: Apache Spark
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to