I am getting a Maven error when running the first step from
https://github.com/lumifyio/lumify/blob/master/docker/README.md#docker-web-server. Below is the error I received:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lumify Root: Build Tools .......................... SUCCESS [0.549s]
[INFO] Lumify ............................................ SUCCESS [0.465s]
[INFO] Lumify: Web ....................................... SUCCESS [0.012s]
[INFO] Lumify: Web: Client API ........................... SUCCESS [0.776s]
[INFO] Lumify: Core ...................................... SUCCESS [0.012s]
[INFO] Lumify: Core ...................................... FAILURE [1.025s]
[INFO] Lumify: Core: Plugins ............................. SKIPPED
[INFO] Lumify: Core: Plugin: Model: BigTable ............. SKIPPED
[INFO] Lumify: Core: Plugin: Model: RabbitMQ ............. SKIPPED
[INFO] Lumify: Core: Plugin: Model: Secure Graph ......... SKIPPED
[INFO] Lumify: Web: Base ................................. SKIPPED
[INFO] Lumify: Web: War .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.752s
[INFO] Finished at: Tue Mar 31 09:28:00 EDT 2015
[INFO] Final Memory: 39M/351M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project lumify-core: Could not resolve dependencies for project io.lumify:lumify-core:jar:0.4.1-SNAPSHOT: Failed to collect dependencies for [com.altamiracorp.bigtable:bigtable-api:jar:0.5.1-SNAPSHOT (compile), com.altamiracorp.bigtable:bigtable-accumulo:jar:0.5.1-SNAPSHOT (compile), com.google.guava:guava:jar:13.0 (compile), com.google.inject:guice:jar:3.0 (compile), org.atteo:evo-inflector:jar:1.0.1 (compile), commons-io:commons-io:jar:2.4 (compile), commons-lang:commons-lang:jar:2.5 (compile), org.mozilla:rhino:jar:1.7R4 (compile), org.apache.zookeeper:zookeeper:jar:3.4.6 (compile), org.apache.curator:curator-framework:jar:2.7.0 (compile), org.apache.curator:curator-recipes:jar:2.7.0 (compile), net.lingala.zip4j:zip4j:jar:1.3.1 (compile), org.apache.commons:commons-compress:jar:1.8.1 (compile), commons-beanutils:commons-beanutils:jar:1.9.1 (compile), org.apache.hadoop:hadoop-client:jar:2.5.0-cdh5.3.1 (compile), org.json:json:jar:20131018 (compile), log4j:log4j:jar:1.2.17 (compile), com.codahale.metrics:metrics-core:jar:3.0.1 (compile), org.securegraph:securegraph-core:jar:0.9.1-SNAPSHOT (compile), org.securegraph:securegraph-inmemory:jar:0.9.1-SNAPSHOT (compile), org.securegraph:securegraph-accumulo:jar:0.9.1-SNAPSHOT (compile), com.fasterxml.jackson.module:jackson-module-guice:jar:2.4.3 (compile), net.sourceforge.owlapi:owlapi-distribution:jar:3.4.10 (compile), io.lumify:lumify-client-api:jar:0.4.1-SNAPSHOT (compile), org.slf4j:slf4j-log4j12:jar:1.6.5 (runtime), org.apache.hadoop:hadoop-test:jar:2.5.0-mr1-cdh5.3.1 (test), org.slf4j:slf4j-api:jar:1.6.5 (compile), org.hamcrest:hamcrest-library:jar:1.3 (test), junit:junit:jar:4.11 (test), org.mockito:mockito-core:jar:1.9.5 (test), org.powermock:powermock-api-mockito:jar:1.5.1 (test), org.powermock:powermock-module-junit4:jar:1.5.1 (test), net.sourceforge.cobertura:cobertura:jar:2.0.3 (test)]: Failed to read artifact descriptor for com.altamiracorp.bigtable:bigtable-api:jar:0.5.1-SNAPSHOT: Could not transfer artifact com.altamiracorp.bigtable:bigtable-api:pom:0.5.1-SNAPSHOT from/to com.cloudera (
https://repository.cloudera.com/content/repositories/releases/): Failed to transfer file:
https://repository.cloudera.com/content/repositories/releases/com/altamiracorp/bigtable/bigtable-api/0.5.1-SNAPSHOT/bigtable-api-0.5.1-SNAPSHOT.pom. Return code is: 409 , ReasonPhrase:Conflict. -> [Help 1]
To get to this point, I followed the instructions in the Quick Start part of
https://github.com/lumifyio/lumify/blob/master/README.md and was attempting to start on Step 8.