You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2010/12/07 11:00:09 UTC

[jira] Created: (HAMA-337) Provide Apache Maven building support

Provide Apache Maven building support
-------------------------------------

                 Key: HAMA-337
                 URL: https://issues.apache.org/jira/browse/HAMA-337
             Project: Hama
          Issue Type: Improvement
          Components: build 
    Affects Versions: 0.3.0
            Reporter: Tommaso Teofili
             Fix For: 0.3.0


Provide a POM to be able to compile, test and package with Apache Maven.

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


Re: [jira] Updated: (HAMA-337) Provide Apache Maven building support

Posted by Sangwon Seo <sm...@gmail.com>.
It seems to worthwile to compile HAMA. :D

2010/12/7 Tommaso Teofili (JIRA) <ji...@apache.org>

>
>     [
> https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Tommaso Teofili updated HAMA-337:
> ---------------------------------
>
>    Attachment: HAMA-337.patch
>
> Here is a basic POM which makes it possible to compile source code and run
> tests, much work should be done to improve it but I think it's worth to have
> it committed early just to submit more patches
>
> > Provide Apache Maven building support
> > -------------------------------------
> >
> >                 Key: HAMA-337
> >                 URL: https://issues.apache.org/jira/browse/HAMA-337
> >             Project: Hama
> >          Issue Type: Improvement
> >          Components: build
> >    Affects Versions: 0.3.0
> >            Reporter: Tommaso Teofili
> >             Fix For: 0.3.0
> >
> >         Attachments: HAMA-337.patch
> >
> >
> > Provide a POM to be able to compile, test and package with Apache Maven.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Best Regards,
Sangwon Seo.
--------------------------------------------------------
Sangwon Seo, Ph.D Candidate
Computer Architecture Lab,
KAIST (Korea Advanced Institute of Science and Technology)
http://smiler-note.blogspot.com

[jira] Updated: (HAMA-337) Provide Apache Maven building support

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-337:
--------------------------------

    Attachment: HAMA-337_v02.patch

I fixed log4j problems.

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.3.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 0.3.0
>
>         Attachments: HAMA-337.patch, HAMA-337_v02.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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


[jira] Resolved: (HAMA-337) Provide Apache Maven building support

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon resolved HAMA-337.
---------------------------------

    Resolution: Fixed

Thanks Tommaso! I've just committed this.

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.2.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 0.2.0
>
>         Attachments: HAMA-337.patch, HAMA-337_v02.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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


[jira] Commented: (HAMA-337) Provide Apache Maven building support

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969210#action_12969210 ] 

Edward J. Yoon commented on HAMA-337:
-------------------------------------

When I tried to run tests, I received below errors. 

{code}
java.io.IOException: Cannot lock storage /home/edward/workspace/hama-trunk/build/hama/test/dfs/name1. The directory is already locked.
	at org.apache.hadoop.hdfs.server.common.Storage$StorageDirectory.lock(Storage.java:510)
	at org.apache.hadoop.hdfs.server.namenode.FSImage.format(FSImage.java:1087)
	at org.apache.hadoop.hdfs.server.namenode.FSImage.format(FSImage.java:1110)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:856)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:142)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:265)
	at org.apache.hama.HamaClusterTestCase.setUp(HamaClusterTestCase.java:75)
....
{code}

still, there's some errors, but

>> Here is a basic POM which makes it possible to compile source code and run tests, much work should be done to improve it but I think it's worth to have it committed early just to submit more patches

yeah, we can fix them later, keeping the Ant build.xml.

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.3.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 0.3.0
>
>         Attachments: HAMA-337.patch, HAMA-337_v02.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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


[jira] Updated: (HAMA-337) Provide Apache Maven building support

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-337:
--------------------------------

    Affects Version/s:     (was: 0.3.0)
                       0.2.0
        Fix Version/s:     (was: 0.3.0)
                       0.2.0

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.2.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 0.2.0
>
>         Attachments: HAMA-337.patch, HAMA-337_v02.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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


[jira] Updated: (HAMA-337) Provide Apache Maven building support

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

Tommaso Teofili updated HAMA-337:
---------------------------------

    Attachment: HAMA-337.patch

Here is a basic POM which makes it possible to compile source code and run tests, much work should be done to improve it but I think it's worth to have it committed early just to submit more patches 

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.3.0
>            Reporter: Tommaso Teofili
>             Fix For: 0.3.0
>
>         Attachments: HAMA-337.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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


[jira] Commented: (HAMA-337) Provide Apache Maven building support

Posted by "Tommaso Teofili (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969235#action_12969235 ] 

Tommaso Teofili commented on HAMA-337:
--------------------------------------

Thanks Edward, I'm going to improve it and fix tests as soon as possible.

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.2.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 0.2.0
>
>         Attachments: HAMA-337.patch, HAMA-337_v02.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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


[jira] Assigned: (HAMA-337) Provide Apache Maven building support

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon reassigned HAMA-337:
-----------------------------------

    Assignee: Tommaso Teofili

+1

BTW, there's log4j 1.2.15 dependency problems.

{code}
[INFO] Unable to find resource 'com.sun.jdmk:jmxtools:jar:1.2.1' in repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'javax.jms:jms:jar:1.1' in repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'com.sun.jmx:jmxri:jar:1.2.1' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
....
{code}

> Provide Apache Maven building support
> -------------------------------------
>
>                 Key: HAMA-337
>                 URL: https://issues.apache.org/jira/browse/HAMA-337
>             Project: Hama
>          Issue Type: Improvement
>          Components: build 
>    Affects Versions: 0.3.0
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 0.3.0
>
>         Attachments: HAMA-337.patch
>
>
> Provide a POM to be able to compile, test and package with Apache Maven.

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