Istvan Toth created PHOENIX-7078:
------------------------------------
Summary: java.lang.NoSuchMethodError in CreateTableIT with HBase
2.1
Key: PHOENIX-7078
URL: https://issues.apache.org/jira/browse/PHOENIX-7078
Project: Phoenix
Issue Type: New Feature
Components: core, omid
Reporter: Istvan Toth
Looks like some kind of Guava version issue.
This is WITHOUT the Omid 1.1.0 update
When did this break ?
{noformat}
[ERROR]
org.apache.phoenix.end2end.CreateTableIT.testCoprocessorsForTransactionalCreateIndexOnOldImplementation
Time elapsed: 0.064 s <<< ERROR!
java.lang.NoSuchMethodError: 'com.google.common.base.Stopwatch
com.google.common.base.Stopwatch.createUnstarted()'
at
com.google.inject.internal.InternalInjectorCreator.<init>(InternalInjectorCreator.java:64)
at com.google.inject.Guice.createInjector(Guice.java:87)
at com.google.inject.Guice.createInjector(Guice.java:69)
at com.google.inject.Guice.createInjector(Guice.java:59)
at
org.apache.phoenix.transaction.OmidTransactionService.startAndInjectOmidTransactionService(OmidTransactionService.java:72)
...{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)