GitHub user jongyoul opened a pull request:

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

    [HOTFIX] Removed non-string properties values since it's not used

    ### What is this PR for?
    Removing an error when users try to connect running interpreter. Zeppelin 
Server passes those properties into RemoteInterpreter when it starts with 
RemoteInterpreter. But it supports only Map<String, String> type for now, thus 
port information will make an error and also those information were not used in 
any code
    
    ### What type of PR is it?
    [Hot Fix]
    
    ### Todos
    * [ ] - Remove some properties
    
    ### What is the Jira issue?
    N/A
    
    ### How should this be tested?
    `Connect to existing process` should work well
    
    ### Screenshots (if appropriate)
    N/A
    
    ### 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/jongyoul/zeppelin 
hotfix/remove-non-string-properties

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

    https://github.com/apache/zeppelin/pull/1862.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 #1862
    
----
commit eaec6dee651e5806f9b0f2443f1a638e62ee8f54
Author: Jongyoul Lee <[email protected]>
Date:   2017-01-06T13:29:19Z

    Removed non-string properties values since it's not used

----


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

Reply via email to