GitHub user jerryshao opened a pull request:

    https://github.com/apache/spark/pull/11001

    [SPARK-13109][Build] Fix SBT publishLocal issue

    Add local ivy repo to the SBT build file to fix this.
    
    Another small issue when executing `publishLocal` to generate javadoc, it 
is not relevant but also should be fixed,
    
    ```
    [error] 
/Users/sshao/projects/apache-spark/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OnHeapColumnVector.java:256:
 not found: type Array
    [error]   public final void loadBytes(Array array) {
    [error]                               ^
    [error] 
/Users/sshao/projects/apache-spark/sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OffHeapColumnVector.java:283:
 not found: type Array
    [error]   public final void loadBytes(Array array) {
    [error]                               ^
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jerryshao/apache-spark SPARK-13109

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11001.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11001
    
----
commit 440329533fce59504395f33636d6ab04cd1feae8
Author: jerryshao <[email protected]>
Date:   2016-02-01T08:43:26Z

    Fix publishLocal issue

----


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to