-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12046] [DOC] [1.6] ScalaDoc and JavaDoc fixes #10039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @rxin |
|
LGTM |
|
LGTM too |
|
Test build #46878 has finished for PR 10039 at commit
|
|
test this please |
|
Test build #46896 has finished for PR 10039 at commit
|
|
retest this please |
KinesisStreamTests in test.py is broken because of #9403. See https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46896/testReport/(root)/KinesisStreamTests/test_kinesis_stream/ Because Streaming Python didn’t work when merging #9403, the PR build didn’t report the Python test failure actually. This PR just disabled the test to unblock #10039 Author: Shixiong Zhu <shixiong@databricks.com> Closes #10047 from zsxwing/disable-python-kinesis-test.
|
retest this please |
|
test this please |
|
should we also update master? |
|
Jenkins, retest this please. |
|
Test build #46938 has finished for PR 10039 at commit
|
|
I think we need to delete the hive-exec jar from amp-jenkins-worker-03. The failure of https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46938/consoleFull was caused by a bad hive jar in the maven/ivy cache. |
|
@yhuai which JAR specifically? I can log in to that machine and remove it. |
|
@JoshRosen I guess it's safe to simply remove all Hive 1.2.1 and 1.2.1.spark jars in .m2 and .ivy2. |
This PR backports PR #10039 to master Author: Cheng Lian <lian@databricks.com> Closes #10063 from liancheng/spark-12046.doc-fix.master.
|
Can you close this now? |
This PR backports PR #10039 to master Author: Cheng Lian <lian@databricks.com> Closes #10063 from liancheng/spark-12046.doc-fix.master. (cherry picked from commit 69dbe6b) Signed-off-by: Yin Huai <yhuai@databricks.com>
|
#10063 is in both master and branch 1.6. We can close this. |
This PR fixes several issues in our Scala and Java API doc.
Hides
spark.memorypackageHides
spark.examplespackageFixes ScalaDoc unordered list format through out the code base
Unordoreed list in ScalaDoc requires an extra space before
-or*, i.e.:rather than
Otherwise the list won't be properly rendered.
Some other minor formatting issues
Remaining issues that I haven't figured out a proper fix:
:: DeveloperApi ::badge is not rendered properly on my local machine, but not sure whether it's an environmental issue.akkapackage still appears in ScalaDoc root package page, even though it's already filtered inSparkBuild.scala.Seems that most stuff in
spark.utilshouldn't be public, e.g.RpcUtilsInnerClosureFinderBut they've been there for a long time. Not sure whether they are already considered as part of the public API?
KinesisUtilsPythonHelpershows up in JavaDoc even though it's marked as private