[jira] [Updated] (SPARK-16214) fix the denominator of SparkPi

2016-06-26 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Description: As the iteration number is n - 1, the denominator would also be n, was: As the iterati

[jira] [Updated] (SPARK-16214) fix the denominator of SparkPi

2016-06-26 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Description: As the iteration number is n - 1, then the denominator would also be n, was: As the de

[jira] [Updated] (SPARK-16214) fix the denominator of SparkPi

2016-06-26 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Summary: fix the denominator of SparkPi (was: make SparkPi iteration number correct) > fix the denomi

[jira] [Updated] (SPARK-16214) make SparkPi iteration number correct

2016-06-26 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Attachment: (was: SPARK-16214.patch) > make SparkPi iteration number correct > --

[jira] [Updated] (SPARK-16214) make SparkPi iteration number correct

2016-06-26 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Description: As the denominator is n, the iteration number should also be n was: As the denominator

[jira] [Updated] (SPARK-16214) make SparkPi iteration number correct

2016-06-26 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Description: As the denominator is n, the iteration number should also be n A pull request is https://gi

[jira] [Updated] (SPARK-16214) make SparkPi iteration time correct

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Attachment: (was: SPARK-16214.patch) > make SparkPi iteration time correct >

[jira] [Updated] (SPARK-16214) make SparkPi iteration time correct

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Description: As the denominator is n, the iteration time should also be n was: As the denominator is

[jira] [Updated] (SPARK-16214) make SparkPi iteration time correct

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Attachment: SPARK-16214.patch > make SparkPi iteration time correct > ---

[jira] [Resolved] (SPARK-16214) make SparkPi iteration time correct

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao resolved SPARK-16214. -- Resolution: Resolved > make SparkPi iteration time correct > --- > >

[jira] [Updated] (SPARK-16214) make SparkPi iteration time correct

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Attachment: SPARK-16214.patch > make SparkPi iteration time correct > ---

[jira] [Updated] (SPARK-16214) make SparkPi iteration time correct

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Summary: make SparkPi iteration time correct (was: optimize SparkPi) > make SparkPi iteration time corre

[jira] [Updated] (SPARK-16214) optimize SparkPi

2016-06-25 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SPARK-16214: - Summary: optimize SparkPi (was: calculate pi is not correct) > optimize SparkPi > > >

[jira] [Created] (SPARK-16214) calculate pi is not correct

2016-06-25 Thread Yang Hao (JIRA)
Yang Hao created SPARK-16214: Summary: calculate pi is not correct Key: SPARK-16214 URL: https://issues.apache.org/jira/browse/SPARK-16214 Project: Spark Issue Type: Improvement Compone