You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (Created) (JIRA)" <ji...@apache.org> on 2012/03/23 19:39:33 UTC

[jira] [Created] (HADOOP-8203) Remove dependency on sun's jdk.

Remove dependency on sun's jdk.
-------------------------------

                 Key: HADOOP-8203
                 URL: https://issues.apache.org/jira/browse/HADOOP-8203
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Owen O'Malley
            Assignee: Owen O'Malley


When the signal handlers were added, they introduced a dependency on sun.misc.Signal and sun.misc.SignalHandler. We can look these classes up by reflection and avoid the warning and also provide a soft-fail for non-sun jvms.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira