проблема при развертывании giraph на hadoop - PullRequest
0 голосов
/ 12 марта 2019

Я пытаюсь развернуть Giraph, чтобы запустить несколько примеров.Я следую руководству QuickStart, пропуская шаг Развертывание Hadoop, потому что я уже настроил Hadoop на своей машине как один узел.Однако я получаю следующее

ubuntu@Atif-Notebook:/usr/local/giraph/giraph$ mvn package -DskipTests
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by     com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.158 s
[INFO] Finished at: 2019-03-13T00:21:42+05:30
[INFO] Final Memory: 5M/24M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/usr/local/giraph/giraph). 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
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...