You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/12/08 07:47:01 UTC

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

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