You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Herman van Hovell (JIRA)" <ji...@apache.org> on 2015/08/14 19:16:45 UTC

[jira] [Created] (SPARK-9980) SBT Unsafe publishLocal error due to '<<' in scaladoc

Herman van Hovell created SPARK-9980:
----------------------------------------

             Summary: SBT Unsafe publishLocal error due to '<<' in scaladoc
                 Key: SPARK-9980
                 URL: https://issues.apache.org/jira/browse/SPARK-9980
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.5.0
            Reporter: Herman van Hovell
            Priority: Trivial


When issuing the following command in SBT:
{noformat}
> unsafe/publishLocal
{noformat}

It fails with the following error:
{noformat}
[info] Generating /media/hvanhovell/Data/QT/IT/Software/spark/unsafe/target/scala-2.10/api/org/apache/spark/unsafe/memory/TaskMemoryManager.html...
[error] /media/hvanhovell/Data/QT/IT/Software/spark/unsafe/src/main/java/org/apache/spark/unsafe/memory/TaskMemoryManager.java:63: error: malformed HTML
[error]    * (1L << OFFSET_BITS) bytes, which is 2+ petabytes. However, the on-heap allocator's maximum page
[error]          ^
[error] /media/hvanhovell/Data/QT/IT/Software/spark/unsafe/src/main/java/org/apache/spark/unsafe/memory/TaskMemoryManager.java:63: error: malformed HTML
[error]    * (1L << OFFSET_BITS) bytes, which is 2+ petabytes. However, the on-heap allocator's maximum page
[error]   
{noformat}
It is a tiny modification of the documentation to fix this. I'll submit a PR.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org