You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Ryan Rawson <ry...@gmail.com> on 2010/11/10 09:47:20 UTC

Re: Problem with trunk compilation

hudson has no problems?

are you sure you hava a java6 system?

On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl> wrote:
> revision: 1033390
>
> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
> hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 6 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
> [INFO] Compiling 170 source files to /home/hbase_trunk/hbase/target/classes
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Skipping HBase
> [INFO] This project has been banned from the build due to previous failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11.725s
> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
> [INFO] Final Memory: 29M/288M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
> (default-compile) on project hbase: Compilation failure
> [ERROR]
> /home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
> method does not override or implement a method from a supertype
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>
> --
>
> Pozdrawiam
> Sebastian Bauer
> -----------------------------------------------------
> http://tikecik.pl
>
>

Re: Problem with trunk compilation

Posted by Stack <st...@duboce.net>.
Sebastian (and all):

Sorry for breaking build last night.

Yours in ashes and sackcloth,
St.Ack

On Wed, Nov 10, 2010 at 1:59 AM, Sebastian Bauer <ad...@ugame.net.pl> wrote:
> or about 6pm here :)
>
> W dniu 10.11.2010 10:54, Ryan Rawson pisze:
>> He'll fix it asap, which will be tomorrow morning. It is 2 am :)
>> On Nov 10, 2010 1:53 AM, "Sebastian Bauer" <ad...@ugame.net.pl> wrote:
>>> After checking subversion history stack changed this:
>>>
>>> /** {@inheritDoc} */
>>> public HRegionInfo[] getRegionsAssignment() throws IOException {
>>>
>>> to this:
>>>
>>> @Override
>>> public HRegionInfo[] getRegionsAssignment() throws IOException {
>>>
>>> after reverting this change i can build sources again
>>>
>>> W dniu 10.11.2010 11:38, Sebastian Bauer pisze:
>>>> Hudson have problem too:
>>>> https://hudson.apache.org/hudson/job/HBase-TRUNK/1641/console
>>>>
>>>> W dniu 10.11.2010 09:54, Sebastian Bauer pisze:
>>>>> I have gentoo with main java version:
>>>>> # java -version
>>>>> java version "1.6.0_22"
>>>>> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
>>>>> Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>>>>>
>>>>>
>>>>> W dniu 10.11.2010 09:47, Ryan Rawson pisze:
>>>>>> hudson has no problems?
>>>>>>
>>>>>> are you sure you hava a java6 system?
>>>>>>
>>>>>> On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl>
>> wrote:
>>>>>>> revision: 1033390
>>>>>>>
>>>>>>> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
>>>>>>> hbase ---
>>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>>> [INFO] Copying 1 resource
>>>>>>> [INFO] Copying 6 resources
>>>>>>> [INFO] Copying 3 resources
>>>>>>> [INFO]
>>>>>>> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @
>> hbase ---
>>>>>>> [INFO] Compiling 170 source files to
>> /home/hbase_trunk/hbase/target/classes
>>>>>>> [INFO]
>>>>>>>
>>>>>>> [INFO]
>>>>>>>
>> ------------------------------------------------------------------------
>>>>>>> [INFO] Skipping HBase
>>>>>>> [INFO] This project has been banned from the build due to previous
>> failures.
>>>>>>> [INFO]
>>>>>>>
>> ------------------------------------------------------------------------
>>>>>>> [INFO]
>>>>>>>
>> ------------------------------------------------------------------------
>>>>>>> [INFO] BUILD FAILURE
>>>>>>> [INFO]
>>>>>>>
>> ------------------------------------------------------------------------
>>>>>>> [INFO] Total time: 11.725s
>>>>>>> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
>>>>>>> [INFO] Final Memory: 29M/288M
>>>>>>> [INFO]
>>>>>>>
>> ------------------------------------------------------------------------
>>>>>>> [ERROR] Failed to execute goal
>>>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
>>>>>>> (default-compile) on project hbase: Compilation failure
>>>>>>> [ERROR]
>>>>>>>
>> /home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
>>>>>>> method does not override or implement a method from a supertype
>>>>>>> [ERROR] -> [Help 1]
>>>>>>> [ERROR]
>>>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the
>>>>>>> -e switch.
>>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>>>>> [ERROR]
>>>>>>> [ERROR] For more information about the errors and possible solutions,
>>>>>>> please read the following articles:
>>>>>>> [ERROR] [Help 1]
>>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> Pozdrawiam
>>>>>>> Sebastian Bauer
>>>>>>> -----------------------------------------------------
>>>>>>> http://tikecik.pl
>>>>>>>
>>>>>>>
>>>
>>> --
>>>
>>> Pozdrawiam
>>> Sebastian Bauer
>>> -----------------------------------------------------
>>> http://tikecik.pl
>>>
>
>
> --
>
> Pozdrawiam
> Sebastian Bauer
> -----------------------------------------------------
> http://tikecik.pl
>
>

Re: Problem with trunk compilation

Posted by Sebastian Bauer <ad...@ugame.net.pl>.
or about 6pm here :)

W dniu 10.11.2010 10:54, Ryan Rawson pisze:
> He'll fix it asap, which will be tomorrow morning. It is 2 am :)
> On Nov 10, 2010 1:53 AM, "Sebastian Bauer" <ad...@ugame.net.pl> wrote:
>> After checking subversion history stack changed this:
>>
>> /** {@inheritDoc} */
>> public HRegionInfo[] getRegionsAssignment() throws IOException {
>>
>> to this:
>>
>> @Override
>> public HRegionInfo[] getRegionsAssignment() throws IOException {
>>
>> after reverting this change i can build sources again
>>
>> W dniu 10.11.2010 11:38, Sebastian Bauer pisze:
>>> Hudson have problem too:
>>> https://hudson.apache.org/hudson/job/HBase-TRUNK/1641/console
>>>
>>> W dniu 10.11.2010 09:54, Sebastian Bauer pisze:
>>>> I have gentoo with main java version:
>>>> # java -version
>>>> java version "1.6.0_22"
>>>> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
>>>> Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>>>>
>>>>
>>>> W dniu 10.11.2010 09:47, Ryan Rawson pisze:
>>>>> hudson has no problems?
>>>>>
>>>>> are you sure you hava a java6 system?
>>>>>
>>>>> On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl>
> wrote:
>>>>>> revision: 1033390
>>>>>>
>>>>>> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
>>>>>> hbase ---
>>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> [INFO] Copying 1 resource
>>>>>> [INFO] Copying 6 resources
>>>>>> [INFO] Copying 3 resources
>>>>>> [INFO]
>>>>>> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @
> hbase ---
>>>>>> [INFO] Compiling 170 source files to
> /home/hbase_trunk/hbase/target/classes
>>>>>> [INFO]
>>>>>>
>>>>>> [INFO]
>>>>>>
> ------------------------------------------------------------------------
>>>>>> [INFO] Skipping HBase
>>>>>> [INFO] This project has been banned from the build due to previous
> failures.
>>>>>> [INFO]
>>>>>>
> ------------------------------------------------------------------------
>>>>>> [INFO]
>>>>>>
> ------------------------------------------------------------------------
>>>>>> [INFO] BUILD FAILURE
>>>>>> [INFO]
>>>>>>
> ------------------------------------------------------------------------
>>>>>> [INFO] Total time: 11.725s
>>>>>> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
>>>>>> [INFO] Final Memory: 29M/288M
>>>>>> [INFO]
>>>>>>
> ------------------------------------------------------------------------
>>>>>> [ERROR] Failed to execute goal
>>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
>>>>>> (default-compile) on project hbase: Compilation failure
>>>>>> [ERROR]
>>>>>>
> /home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
>>>>>> method does not override or implement a method from a supertype
>>>>>> [ERROR] -> [Help 1]
>>>>>> [ERROR]
>>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the
>>>>>> -e switch.
>>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>>>> [ERROR]
>>>>>> [ERROR] For more information about the errors and possible solutions,
>>>>>> please read the following articles:
>>>>>> [ERROR] [Help 1]
>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Pozdrawiam
>>>>>> Sebastian Bauer
>>>>>> -----------------------------------------------------
>>>>>> http://tikecik.pl
>>>>>>
>>>>>>
>>
>> --
>>
>> Pozdrawiam
>> Sebastian Bauer
>> -----------------------------------------------------
>> http://tikecik.pl
>>


-- 

Pozdrawiam
Sebastian Bauer
-----------------------------------------------------
http://tikecik.pl


Re: Problem with trunk compilation

Posted by Ryan Rawson <ry...@gmail.com>.
He'll fix it asap, which will be tomorrow morning. It is 2 am :)
On Nov 10, 2010 1:53 AM, "Sebastian Bauer" <ad...@ugame.net.pl> wrote:
> After checking subversion history stack changed this:
>
> /** {@inheritDoc} */
> public HRegionInfo[] getRegionsAssignment() throws IOException {
>
> to this:
>
> @Override
> public HRegionInfo[] getRegionsAssignment() throws IOException {
>
> after reverting this change i can build sources again
>
> W dniu 10.11.2010 11:38, Sebastian Bauer pisze:
>> Hudson have problem too:
>> https://hudson.apache.org/hudson/job/HBase-TRUNK/1641/console
>>
>> W dniu 10.11.2010 09:54, Sebastian Bauer pisze:
>>> I have gentoo with main java version:
>>> # java -version
>>> java version "1.6.0_22"
>>> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
>>> Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>>>
>>>
>>> W dniu 10.11.2010 09:47, Ryan Rawson pisze:
>>>> hudson has no problems?
>>>>
>>>> are you sure you hava a java6 system?
>>>>
>>>> On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl>
wrote:
>>>>> revision: 1033390
>>>>>
>>>>> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
>>>>> hbase ---
>>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> [INFO] Copying 1 resource
>>>>> [INFO] Copying 6 resources
>>>>> [INFO] Copying 3 resources
>>>>> [INFO]
>>>>> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @
hbase ---
>>>>> [INFO] Compiling 170 source files to
/home/hbase_trunk/hbase/target/classes
>>>>> [INFO]
>>>>>
>>>>> [INFO]
>>>>>
------------------------------------------------------------------------
>>>>> [INFO] Skipping HBase
>>>>> [INFO] This project has been banned from the build due to previous
failures.
>>>>> [INFO]
>>>>>
------------------------------------------------------------------------
>>>>> [INFO]
>>>>>
------------------------------------------------------------------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO]
>>>>>
------------------------------------------------------------------------
>>>>> [INFO] Total time: 11.725s
>>>>> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
>>>>> [INFO] Final Memory: 29M/288M
>>>>> [INFO]
>>>>>
------------------------------------------------------------------------
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
>>>>> (default-compile) on project hbase: Compilation failure
>>>>> [ERROR]
>>>>>
/home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
>>>>> method does not override or implement a method from a supertype
>>>>> [ERROR] -> [Help 1]
>>>>> [ERROR]
>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
the
>>>>> -e switch.
>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>>> [ERROR]
>>>>> [ERROR] For more information about the errors and possible solutions,
>>>>> please read the following articles:
>>>>> [ERROR] [Help 1]
>>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>>>
>>>>> --
>>>>>
>>>>> Pozdrawiam
>>>>> Sebastian Bauer
>>>>> -----------------------------------------------------
>>>>> http://tikecik.pl
>>>>>
>>>>>
>>
>
>
> --
>
> Pozdrawiam
> Sebastian Bauer
> -----------------------------------------------------
> http://tikecik.pl
>

Re: Problem with trunk compilation

Posted by Sebastian Bauer <ad...@ugame.net.pl>.
After checking subversion history stack changed this:

/** {@inheritDoc} */
  public HRegionInfo[] getRegionsAssignment() throws IOException {

to this:

@Override
  public HRegionInfo[] getRegionsAssignment() throws IOException {

after reverting this change i can build sources again

W dniu 10.11.2010 11:38, Sebastian Bauer pisze:
> Hudson have problem too:
> https://hudson.apache.org/hudson/job/HBase-TRUNK/1641/console
>
> W dniu 10.11.2010 09:54, Sebastian Bauer pisze:
>> I have gentoo with main java version:
>> # java -version
>> java version "1.6.0_22"
>> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
>> Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>>
>>
>> W dniu 10.11.2010 09:47, Ryan Rawson pisze:
>>> hudson has no problems?
>>>
>>> are you sure you hava a java6 system?
>>>
>>> On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl> wrote:
>>>> revision: 1033390
>>>>
>>>> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
>>>> hbase ---
>>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> [INFO] Copying 1 resource
>>>> [INFO] Copying 6 resources
>>>> [INFO] Copying 3 resources
>>>> [INFO]
>>>> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
>>>> [INFO] Compiling 170 source files to /home/hbase_trunk/hbase/target/classes
>>>> [INFO]
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Skipping HBase
>>>> [INFO] This project has been banned from the build due to previous failures.
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 11.725s
>>>> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
>>>> [INFO] Final Memory: 29M/288M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
>>>> (default-compile) on project hbase: Compilation failure
>>>> [ERROR]
>>>> /home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
>>>> method does not override or implement a method from a supertype
>>>> [ERROR] -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>>> -e switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>>
>>>> --
>>>>
>>>> Pozdrawiam
>>>> Sebastian Bauer
>>>> -----------------------------------------------------
>>>> http://tikecik.pl
>>>>
>>>>
>


-- 

Pozdrawiam
Sebastian Bauer
-----------------------------------------------------
http://tikecik.pl


Re: Problem with trunk compilation

Posted by Sebastian Bauer <ad...@ugame.net.pl>.
Hudson have problem too:
https://hudson.apache.org/hudson/job/HBase-TRUNK/1641/console

W dniu 10.11.2010 09:54, Sebastian Bauer pisze:
> I have gentoo with main java version:
> # java -version
> java version "1.6.0_22"
> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>
>
> W dniu 10.11.2010 09:47, Ryan Rawson pisze:
>> hudson has no problems?
>>
>> are you sure you hava a java6 system?
>>
>> On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl> wrote:
>>> revision: 1033390
>>>
>>> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
>>> hbase ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 6 resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
>>> [INFO] Compiling 170 source files to /home/hbase_trunk/hbase/target/classes
>>> [INFO]
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Skipping HBase
>>> [INFO] This project has been banned from the build due to previous failures.
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 11.725s
>>> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
>>> [INFO] Final Memory: 29M/288M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
>>> (default-compile) on project hbase: Compilation failure
>>> [ERROR]
>>> /home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
>>> method does not override or implement a method from a supertype
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>
>>> --
>>>
>>> Pozdrawiam
>>> Sebastian Bauer
>>> -----------------------------------------------------
>>> http://tikecik.pl
>>>
>>>
>


-- 

Pozdrawiam
Sebastian Bauer
-----------------------------------------------------
http://tikecik.pl


Re: Problem with trunk compilation

Posted by Sebastian Bauer <ad...@ugame.net.pl>.
I have gentoo with main java version:
# java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)


W dniu 10.11.2010 09:47, Ryan Rawson pisze:
> hudson has no problems?
>
> are you sure you hava a java6 system?
>
> On Wed, Nov 10, 2010 at 1:40 AM, Sebastian Bauer <ad...@ugame.net.pl> wrote:
>> revision: 1033390
>>
>> [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @
>> hbase ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 6 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ hbase ---
>> [INFO] Compiling 170 source files to /home/hbase_trunk/hbase/target/classes
>> [INFO]
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Skipping HBase
>> [INFO] This project has been banned from the build due to previous failures.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 11.725s
>> [INFO] Finished at: Wed Nov 10 10:18:32 CET 2010
>> [INFO] Final Memory: 29M/288M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
>> (default-compile) on project hbase: Compilation failure
>> [ERROR]
>> /home/hbase_trunk/hbase/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:[2376,2]
>> method does not override or implement a method from a supertype
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>
>> --
>>
>> Pozdrawiam
>> Sebastian Bauer
>> -----------------------------------------------------
>> http://tikecik.pl
>>
>>


-- 

Pozdrawiam
Sebastian Bauer
-----------------------------------------------------
http://tikecik.pl