GitHub user DmytroShkvyra opened a pull request:

    https://github.com/apache/zeppelin/pull/1961

    [ZEPPELIN-1934] Building from source documentation

    ### What is this PR for?
    maven-assembly-plugin fails make-assembly execution when the executing 
user's ID is "too big."
    If domain account, managed by Active Directory or Os X, it assigned very 
large user IDs that inconsistent with GNU tar archiver and 
maven-assembly-plugin's configuration property tarLongFileMode  should be set 
to posix value.
    See proof links below:
    
http://maven.apache.org/plugins-archives/maven-assembly-plugin-2.6/assembly-mojo.html
    http://stackoverflow.com/questions/30246705/mvn-failure-on-build
     
    ### What type of PR is it?
    Improvement
    
    ### Todos
    N/A
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-1934
    
    ### How should this be tested?
    Manually
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? - NO
    * Is there breaking changes for older versions? - NO
    * Does this needs documentation? - NO


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

    $ git pull https://github.com/DmytroShkvyra/zeppelin ZEPPELIN-1934

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

    https://github.com/apache/zeppelin/pull/1961.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 #1961
    
----
commit dd15d64738ca490da73cf811cfda27ad58d1a0fa
Author: DmytroShkvyra <dshkv...@gmail.com>
Date:   2017-01-30T17:24:28Z

    [ZEPPELIN-1934] Building from source documentation

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to