iwasakims commented on PR #1001:
URL: https://github.com/apache/bigtop/pull/1001#issuecomment-1237243175

   Hmm. I ran unit tests of Hive with `-Dcurator.version=4.2.0`. Test failures 
caused by curator version mismatch are observed. Just setting the 
`curator.verion` seems not to work.
   
   ```
   $ mvn -Dcurator.version=4.2.0 -Dhbase.version=2.4.13 
-Dzookeeper.version=3.5.9 -Dhadoop.version=3.3.4 -Dtez.version=0.10.1 
-Dspark.version=3.2.1 -Dscala.binary.version=2.12 -Dscala.version=2.12.13 
-Dguava.version=27.0-jre -Dmaven.test.failure.ignore test
   ```
   ```
   [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
2.121 s <<< FAILURE! - in 
org.apache.hadoop.hive.ql.lockmgr.zookeeper.TestZookeeperLockManager
   [ERROR] 
testDeleteNoChildren(org.apache.hadoop.hive.ql.lockmgr.zookeeper.TestZookeeperLockManager)
  Time elapsed: 1.431 s  <<< ERROR!
   java.lang.NoSuchMethodError: 
org.apache.curator.framework.api.CreateBuilder.creatingParentsIfNeeded()Lorg/apache/curator/framework/api/ProtectACLCreateModePathAndBytesable;
           at 
org.apache.hadoop.hive.ql.lockmgr.zookeeper.TestZookeeperLockManager.testDeleteNoChildren(TestZookeeperLockManager.java:94)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           ...
   ```
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to