[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72330127 Merged into master. Thanks! I left the JIRA as open. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4193 --- 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 enab

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72328806 @mengxr That's all I've got for now. It fixes javadoc 8 errors due to the code, but not due to the output of unidoc. --- If your project is set up for it, you can reply t

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72328501 @srowen The changes look good to me. Are you going to push more changes? I'm thinking of merging this in to avoid merge conflicts with other PRs. --- If your project is s

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72318539 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72318533 [Test build #26463 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26463/consoleFull) for PR 4193 at commit [`5b33f66`](https://gith

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72316297 [Test build #26463 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26463/consoleFull) for PR 4193 at commit [`5b33f66`](https://githu

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72315407 [Test build #26460 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26460/consoleFull) for PR 4193 at commit [`6ffb27f`](https://gith

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72315410 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-72313729 [Test build #26460 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26460/consoleFull) for PR 4193 at commit [`6ffb27f`](https://githu

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-31 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4193#discussion_r23887726 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala --- @@ -152,7 +152,7 @@ class RowMatrix( * storing the right

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-71346294 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-71346292 [Test build #26060 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26060/consoleFull) for PR 4193 at commit [`c1c563d`](https://gith

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4193#issuecomment-71346272 [Test build #26060 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26060/consoleFull) for PR 4193 at commit [`c1c563d`](https://githu

[GitHub] spark pull request: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` does...

2015-01-24 Thread srowen
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/4193 SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` doesn't work with Java 8 These are more `javadoc` 8-related changes I spotted while investigating. These should be helpful in any event, but this does not ne