You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Jonathan Maron (JIRA)" <ji...@apache.org> on 2016/04/12 21:56:25 UTC

[jira] [Updated] (YARN-4951) large IP ranges require the creation of multiple reverse lookup zones

     [ https://issues.apache.org/jira/browse/YARN-4951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Maron updated YARN-4951:
---------------------------------
    Attachment: 0001-YARN-4757-address-multiple-reverse-lookup-zones-and-.patch

An approach that:

1)  Add config properties for netmask, IP range min, and IP range max
2)  Uses SubnetUtils to find the list addresses based on subnet and mask, selects the network addresses (end in ".0") for resulting list, and allows for the addresses to be filtered based on range values.

> large IP ranges require the creation of multiple reverse lookup zones
> ---------------------------------------------------------------------
>
>                 Key: YARN-4951
>                 URL: https://issues.apache.org/jira/browse/YARN-4951
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Jonathan Maron
>            Assignee: Jonathan Maron
>         Attachments: 0001-YARN-4757-address-multiple-reverse-lookup-zones-and-.patch
>
>
> Large subnet definitions (e.g. specifying a mask value of 255.255.224.0) yield a large number of potential network addresses, each requiring a separate reverse zone definition (given that reverse zones include the first 3 IP bytes in reverse order).



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