You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/13 13:47:13 UTC

[jira] [Commented] (STORM-768) Support JDK 8 compile and runtime.

    [ https://issues.apache.org/jira/browse/STORM-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492305#comment-14492305 ] 

ASF GitHub Bot commented on STORM-768:
--------------------------------------

GitHub user Lewuathe opened a pull request:

    https://github.com/apache/storm/pull/519

    [STORM-768] Support JDK 8 compile and runtime.

    - [x] Unittests (exclude storm-hive)
    - [x] nimbus server
    - [x] supervisor server
    - [x] drpc server
    - [x] Topology submit and running (storm.starter.ExclamationTopology)
    
    storm-hive unittest fails even if we use JDK 1.7. It might be due to JDK 1.8.
    It looks fine to support JDK 1.8 here. 

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

    $ git pull https://github.com/Lewuathe/storm update-jdk8

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

    https://github.com/apache/storm/pull/519.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 #519
    
----
commit a4032cfecd5eb3525871c361b39bf89998a04560
Author: lewuathe <le...@me.com>
Date:   2015-04-13T11:24:15Z

    Support JDK 1.8

----


> Support JDK 8 compile and runtime.
> ----------------------------------
>
>                 Key: STORM-768
>                 URL: https://issues.apache.org/jira/browse/STORM-768
>             Project: Apache Storm
>          Issue Type: Improvement
>    Affects Versions: 0.11.0
>            Reporter: Kai Sasaki
>            Assignee: Kai Sasaki
>              Labels: JDK1.8, JDK8SUPPORT, Java_8
>
> storm project support JDK8 compilation and running. 
> There are some check points and tests which should be passed.
> * Unittests
> * Server launch
> * Topology submit and running
> This might not be enough. Please list up here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)