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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2008/08/05 06:46:44 UTC

[jira] Created: (HADOOP-3899) trunk does not compile

trunk does not compile
----------------------

                 Key: HADOOP-3899
                 URL: https://issues.apache.org/jira/browse/HADOOP-3899
             Project: Hadoop Core
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.19.0
            Reporter: Amareshwari Sriramadasu
            Priority: Blocker


Compilation fails saying:
{code}
    [javac] /home/amarsri/workspace/trunk/src/core/org/apache/hadoop/net/ScriptBasedMapping.java:34: cannot find symbol
    [javac] symbol: class CachedDNSToSwitchMapping
    [javac] public final class ScriptBasedMapping extends CachedDNSToSwitchMapping
{code}

HADOOP-3620 missed adding new files to the trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-3899) trunk does not compile

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das resolved HADOOP-3899.
---------------------------------

    Resolution: Won't Fix

I committed the missing file as part of HADOOP-3620 itself.

> trunk does not compile
> ----------------------
>
>                 Key: HADOOP-3899
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3899
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Priority: Blocker
>
> Compilation fails saying:
> {code}
>     [javac] /home/amarsri/workspace/trunk/src/core/org/apache/hadoop/net/ScriptBasedMapping.java:34: cannot find symbol
>     [javac] symbol: class CachedDNSToSwitchMapping
>     [javac] public final class ScriptBasedMapping extends CachedDNSToSwitchMapping
> {code}
> HADOOP-3620 missed adding new files to the trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.