inolen / titan-node

Wrapper around gremlin-node to provide out of the box support for Titan graph database
23 stars 13 forks source link

Facing issue while using titian05 with hbase-098. #11

Closed a2prn closed 7 years ago

a2prn commented 9 years ago

I have installed hadoop-2.5.1 and hbase-0.98.6.1 on ubuntu machine. Download the titian-titan05 from git repository and using it with maven3. While compiling it as per instruction given on issue #594 facing below error:

mvn clean install -pl titan-hbase-parent/titan-hbase-098 -am -DskipTests=true

=> Worked correctly.

mvn clean install -Dhadoop.profile=2.0 -Dhadoop.version=2.2.0 -pl titan-dist

=> Faced below error:

[ERROR] Failed to execute goal on project titan-dist: Could not resolve dependencies for project com.thinkaurelius.titan:titan-dist:pom:0.5.4-SNAPSHOT: The following artifacts could not be resolved: com.thinkaurelius.titan:titan-all:pom:0.5.4-SNAPSHOT, com.thinkaurelius.titan:titan-hadoop-core:zip:example-data:0.5.4-SNAPSHOT: Failure to find com.thinkaurelius.titan:titan-all:pom:0.5.4-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced -> [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/DependencyResolutionException

Checked the link:

http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

troed suggested solutions but still facing same issue.