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

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

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
            Priority: Critical


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.


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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498607 ] 

Hadoop QA commented on HADOOP-1423:
-----------------------------------

Integrated in Hadoop-Nightly #99 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/99/)

> 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
>    Affects Versions: 0.14.0
>            Reporter: Arun C Murthy
>         Assigned To: Jim Kellerman
>            Priority: Critical
>             Fix For: 0.14.0
>
>         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.


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

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

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

        Fix Version/s: 0.14.0
    Affects Version/s: 0.14.0
               Status: Patch Available  (was: Open)

> 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
>    Affects Versions: 0.14.0
>            Reporter: Arun C Murthy
>         Assigned To: Owen O'Malley
>            Priority: Critical
>             Fix For: 0.14.0
>
>         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.


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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498107 ] 

Hadoop QA commented on HADOOP-1423:
-----------------------------------

+0, new Findbugs warnings

http://issues.apache.org/jira/secure/attachment/12357945/hbase-lock.patch
applied and successfully tested against trunk revision r540737,
but there appear to be new Findbugs warnings introduced by this patch.

New Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/184/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/184/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/184/console

> 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
>    Affects Versions: 0.14.0
>            Reporter: Arun C Murthy
>         Assigned To: Owen O'Malley
>            Priority: Critical
>             Fix For: 0.14.0
>
>         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.


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

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Jim Kellerman reassigned HADOOP-1423:
-------------------------------------

    Assignee: Jim Kellerman  (was: 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
>    Affects Versions: 0.14.0
>            Reporter: Arun C Murthy
>         Assigned To: Jim Kellerman
>            Priority: Critical
>             Fix For: 0.14.0
>
>         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.


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

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

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

    Attachment: hbase-lock.patch

This makes the obvious fixes to make the head compilable again.

> 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.


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

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498250 ] 

Jim Kellerman commented on HADOOP-1423:
---------------------------------------

HADOOP-1420 contains the complete patch

> 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
>    Affects Versions: 0.14.0
>            Reporter: Arun C Murthy
>         Assigned To: Jim Kellerman
>            Priority: Critical
>             Fix For: 0.14.0
>
>         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.


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

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

Jim Kellerman updated HADOOP-1423:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just commited the fix and it now builds for me.

> 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
>    Affects Versions: 0.14.0
>            Reporter: Arun C Murthy
>         Assigned To: Jim Kellerman
>            Priority: Critical
>             Fix For: 0.14.0
>
>         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.