Github user arvindkandhare commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/123
Looking in to this. mvn compile passed for me locally. Maybe I should try
running mvn clean install? Giving it a shot.
---
If your project is set up for it, you can reply to
Github user sijie commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/123
Seems both travis CI and Jenkins failed with similar error
`
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on
p
Github user arvindkandhare commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/123
While the compile passes, the tests actually try to create a server
process. This tries to start bookkeeper server, which has dependencies on Guava
again. This means that thi