GitHub user minahlee opened a pull request:

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

    [ZEPPELIN-1458] Fix compiling error on branch-0.6

    ### What is this PR for?
    Fix compiling error on branch-0.6.
    - Revert #1333
    - Change `InterpreterProperty.getValue` ->  
`SparkInterpreter.getSystemDefault` method since `InterpreterProperty.getValue` 
only exists in master.
    
    ### What type of PR is it?
    Hot Fix
    
    ### What is the Jira issue?
    [ZEPPELIN-1458](https://issues.apache.org/jira/browse/ZEPPELIN-1458)
    
    ### How should this be tested?
    Try mvn build on branch-0.6 and see if compile error is gone.
    
    ### 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/minahlee/zeppelin ZEPPELIN-1458

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

    https://github.com/apache/zeppelin/pull/1438.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 #1438
    
----
commit da622bbfdac58fc60d8c12d984796e5ec8615fa7
Author: Mina Lee <mina...@apache.org>
Date:   2016-09-19T15:26:18Z

    Revert "[ZEPPELIN-1334] Environment variable defined in interpreter setting 
doesn't take effect"
    
    This reverts commit 074ce6f972e0538b618a5b060ad131f576cf8a66.

commit 438452c72b4caf759fb82da91bbb9809df6cf1e4
Author: Mina Lee <mina...@apache.org>
Date:   2016-09-19T15:41:51Z

    Use old way of getting default property to prevent compiling error

----


---
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