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 (JIRA)" <ji...@apache.org> on 2007/05/23 07:11:16 UTC

[jira] Assigned: (HADOOP-1423) hbase (fresh trunk) doesn't compile

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

Owen O'Malley reassigned HADOOP-1423:
-------------------------------------

    Assignee: Owen O'Malley

> hbase (fresh trunk) doesn't compile 
> ------------------------------------
>
>                 Key: HADOOP-1423
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1423
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: Arun C Murthy
>         Assigned To: Owen O'Malley
>            Priority: Critical
>         Attachments: hbase-lock.patch
>
>
> compile:
>      [echo] contrib: hbase
>     [javac] Compiling 32 source files to /home/arun/dev/java/hadoop/HADOOP-1374/build/contrib/hbase/classes
>     [javac] /home/arun/dev/java/hadoop/HADOOP-1374/src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java:41: cannot find symbol
>     [javac] symbol  : class HLocking
>     [javac] location: class org.apache.hadoop.hbase.HMemcache
>     [javac]   HLocking lock = new HLocking();
>     [javac]   ^
>     [javac] /home/arun/dev/java/hadoop/HADOOP-1374/src/contrib/hbase/src/java/org/apache/hadoop/hbase/HMemcache.java:41: cannot find symbol
>     [javac] symbol  : class HLocking
>     [javac] location: class org.apache.hadoop.hbase.HMemcache
>     [javac]   HLocking lock = new HLocking();
>     [javac]                       ^
>     [javac] 2 errors
> BUILD FAILED

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