[
https://issues.apache.org/jira/browse/SPARK-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pedro Rodriguez updated SPARK-4543:
-----------------------------------
Description:
Javadoc for network-common fails. This causes sbt publish-local to fail, and
not deliver the spark-network-common jar/module to the local publish location.
This in turns causes applications which are assembled using locally linked
Spark to fail building.
Steps:
1. Checkout master branch
2. sbt publish-local
3. Note javadoc errors
4. Navigate to ~./ivy2/local/org.apache.spark or equivalent
5. spark-network-common_2.10 should be missing
6. Building application with sbt assemble against local linked spark then fails
since network-common is missing.
I confirmed the problem is the javadoc compilation failure by fixing all
javadoc errors with placeholder "TODO"s. Confirmed fix by running the above
steps which work correctly.
Pull Request: https://github.com/apache/spark/pull/3405
was:
Javadoc for network-common fails. This causes sbt publish-local to fail, and
not deliver the spark-network-common jar/module to the local publish location.
This in turns causes applications which are assembled using locally linked
Spark to fail building.
Steps:
1. Checkout master branch
2. sbt publish-local
3. Note javadoc errors
4. Navigate to ~./ivy2/local/org.apache.spark or equivalent
5. spark-network-common_2.10 should be missing
6. Building application with sbt assemble against local linked spark then fails
since network-common is missing.
I confirmed the problem is the javadoc compilation failure by fixing all
javadoc errors with placeholder "TODO"s. Confirmed fix by running the above
steps which work correctly.
Will open a pull request after I finish/push/rename branch.
> Javadoc failure for network-common causes publish-local to fail
> ---------------------------------------------------------------
>
> Key: SPARK-4543
> URL: https://issues.apache.org/jira/browse/SPARK-4543
> Project: Spark
> Issue Type: Bug
> Components: Build, Documentation, Spark Core
> Reporter: Pedro Rodriguez
> Priority: Blocker
>
> Javadoc for network-common fails. This causes sbt publish-local to fail, and
> not deliver the spark-network-common jar/module to the local publish
> location. This in turns causes applications which are assembled using locally
> linked Spark to fail building.
> Steps:
> 1. Checkout master branch
> 2. sbt publish-local
> 3. Note javadoc errors
> 4. Navigate to ~./ivy2/local/org.apache.spark or equivalent
> 5. spark-network-common_2.10 should be missing
> 6. Building application with sbt assemble against local linked spark then
> fails since network-common is missing.
> I confirmed the problem is the javadoc compilation failure by fixing all
> javadoc errors with placeholder "TODO"s. Confirmed fix by running the above
> steps which work correctly.
> Pull Request: https://github.com/apache/spark/pull/3405
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]