Hi,
I get these compile errors. Could it be that some classes are missing?

Cheers,
Christian

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project giraph-core: Compilation failure: Compilation failure: [ERROR] /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java:[24,30] cannot find symbol
[ERROR] symbol:   class SendMessageToAllCache
[ERROR] location: package org.apache.giraph.comm
[ERROR] /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/requests/RequestType.java:[41,5] cannot find symbol
[ERROR] symbol:   class SendWorkerOneToAllMessagesRequest
[ERROR] location: class org.apache.giraph.comm.requests.RequestType
[ERROR] /home/christian/giraph-git/giraph-core/target/munged/main/org/apache/giraph/comm/netty/NettyWorkerClientRequestProcessor.java:[132,13] cannot find symbol
[ERROR] symbol:   class SendMessageToAllCache
[ERROR] location: class org.apache.giraph.comm.netty.NettyWorkerClientRequestProcessor<I,V,E>

Reply via email to