gramhagen opened a new issue #228: Accumulo setup fails with maven error URL: https://github.com/apache/fluo-uno/issues/228 I see this error after following centos setup: ``` [scgraham@scgraham-centos fluo-uno]$ ./bin/uno setup accumulo Beginning setup (detailed logs in /home/scgraham/fluo-uno/install/logs/setup)... Installing Apache Hadoop 3.1.0 at /home/scgraham/fluo-uno/install/hadoop-3.1.0 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.462s [INFO] Finished at: Wed Jul 31 15:54:19 UTC 2019 [INFO] Final Memory: 5M/121M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:copy (default-cli): Goal requires a project to execute but there is no POM in this directory (/home/scgraham/fluo-uno). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException [ERROR] Error occurred at /home/scgraham/fluo-uno/bin/impl/install/hadoop.sh:45 command: mvn dependency:copy -Dartifact=javax.activation:javax.activation-api:1.2.0 -DoutputDirectory="$HADOOP_HOME/share/hadoop/common/lib/" Setup complete. [scgraham@scgraham-centos fluo-uno]$ mvn dependency:copy -Dartifact=javax.activation:javax.activation-api:1.2.0 -DoutputDirectory="$HADOOP_HOME/share/hadoop/common/lib/" [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.403s [INFO] Finished at: Wed Jul 31 15:55:10 UTC 2019 [INFO] Final Memory: 6M/153M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.1:copy (default-cli): Goal requires a project to execute but there is no POM in this directory (/home/scgraham/fluo-uno). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException ``` suspect this was introduced with #227 should there be a pom.xml somewhere so the mvn command will work?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
