[GitHub] spark issue #13116: [SPARK-15324] [SQL] Add the takeSample function to the D...

2017-03-14 Thread burness
Github user burness commented on the issue: https://github.com/apache/spark/pull/13116 @HyukjinKwon Ok, I will close this now 😆 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark pull request #13116: [SPARK-15324] [SQL] Add the takeSample function t...

2017-03-14 Thread burness
Github user burness closed the pull request at: https://github.com/apache/spark/pull/13116 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark issue #13116: [SPARK-15324] [SQL] Add the takeSample function to the D...

2017-03-13 Thread burness
Github user burness commented on the issue: https://github.com/apache/spark/pull/13116 @HyukjinKwon It is too hard to solve the OOM, I'm so sorry --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project doe

[GitHub] spark pull request: [SPARK-15324] [SQL] Add the takeSample functio...

2016-05-25 Thread burness
Github user burness commented on the pull request: https://github.com/apache/spark/pull/13116#issuecomment-221513002 @hvanhovell yeah, I agree with your opinion! Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-15324] [SQL] Add the takeSample functio...

2016-05-22 Thread burness
Github user burness commented on the pull request: https://github.com/apache/spark/pull/13116#issuecomment-220838511 @hvanhovell Thank you for code review. In my project, I want to sample by the specify num but in DataFrame or Dataset, there is only the sample by fraction. And I

[GitHub] spark pull request: [SPARK-15324] [SQL] Add the takeSample functio...

2016-05-14 Thread burness
GitHub user burness opened a pull request: https://github.com/apache/spark/pull/13116 [SPARK-15324] [SQL] Add the takeSample function to the Dataset ## What changes were proposed in this pull request? In this pr, I add the takeSample function with the Dataset which is to