You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by doanduyhai <gi...@git.apache.org> on 2016/11/14 19:53:05 UTC

[GitHub] zeppelin pull request #1631: [ZEPPELIN-1535] Override JNA version with 4.2.0...

GitHub user doanduyhai opened a pull request:

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

    [ZEPPELIN-1535] Override JNA version with 4.2.0 for Power PC users

    ### What is this PR for?
    For Power PC users, running embedded Cassandra fails because JNA version 4.0.0 is not working. Upgrading JNA to 4.2.0 works
    
    
    ### What type of PR is it?
    **[Bug Fix]**
    
    ### Todos
    * [] - Check by **Pravin Dsilva** and/or **sonali shrivastava** to ensure the fix works for them
    
    ### What is the Jira issue?
    * [ZEPPELIN-1535]
    
    ### How should this be tested?
    
    1. Checkout this PR with `git fetch origin pull/xxx/head:CASSANDRA_JNA_FIX`
    2. Switch to this brand `git checkout CASSANDRA_JNA_FIX`
    2. Execute the following commands on a **Power PC** machine to build Zeppelin
    
    ```sh
    >export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=1024m -Drat.numUnapprovedLicenses=128"
    >mvn -Dhadoop.version=2.7.3 -Dspark.version=1.6.2 clean test -Drat.skip -fn
    ```
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? --> **No**
    * Is there breaking changes for older versions? --> **No**
    * Does this needs documentation? --> **No**
    
    [ZEPPELIN-1535]: https://issues.apache.org/jira/browse/ZEPPELIN-1535#

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

    $ git pull https://github.com/doanduyhai/incubator-zeppelin ZEPPELIN-1535

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

    https://github.com/apache/zeppelin/pull/1631.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 #1631
    
----
commit df3d73d7a17fea30cb71aac8df125c0b3e572277
Author: doanduyhai <do...@apache.org>
Date:   2016-11-14T19:46:10Z

    Override JNA version with 4.2.0 for Power PC users

----


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

[GitHub] zeppelin pull request #1631: [ZEPPELIN-1535] Override JNA version with 4.2.0...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


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