Hi,

The pom file of graph module has the dependency (used to submit a
graph job to MiniBSPCluster):

    <dependency>
      <groupId>org.apache.hama</groupId>
      <artifactId>hama-core</artifactId>
      <version>${project.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>

So, I guess, you should not skip the tests if it's your FIRST build.

Thanks.


On Tue, Oct 14, 2014 at 8:30 PM, 김 밀한 <[email protected]> wrote:
> Today, I tried to build hama with several commands to get a working HAMA with 
> Hadoop 2 and Mesos.
> Because i just wanted to skip testing at a build phase, i put 
> -Dmaven.test.skip=true arg and build command was like
>
> $ mvn clean install -e -Dmaven.test.skip=true -Phadoop2 
> -Dhadoop.version=2.5.0 -Dmesos.version=0.20.1
> After SUCCESS on pipes, commons, core,
> Error message bumped like
>
> [ERROR] Failed to execute goal on project hama-graph: Could not resolve 
> dependencies for project org.apache.hama:hama-graph:jar:0.7.0-SANPSHOT: 
> Failure to find org.apache.hama:hama-core:jar:tests:0.7.0-SNAPSHOT in 
> https://repository.cloudera.com/artifactory/cloudera-repos was cahced in the 
> local repository, resolution will not be reateempeted until the update 
> interval of cloudera-repo has elapsed or updates are forced -> [Help 1]
>
> but after run
> $ mvn clean install
> $ mvn clean install -Phadoop2
> ,
> former command also worked.
>
> Source code of HAMA were retrieved from git and svn today.
>
> Is this intended result?



-- 
Best Regards, Edward J. Yoon
CEO at DataSayer Co., Ltd.

Reply via email to