Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-3459 [Java 11] Build and test Oozie with Java 11
  3. OOZIE-3508

[Java 11] Fix TestHive2ActionExecutor#testHive2Action

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      TestHive2ActionExecutor#testHive2Action if failing with the following error message:

       

      java.lang.RuntimeException: Error applying authorization policy on hive configuration: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
      at org.apache.hive.service.cli.CLIService.init(CLIService.java:114)
       at org.apache.hive.service.CompositeService.init(CompositeService.java:59)
       at org.apache.hive.service.server.HiveServer2.init(HiveServer2.java:100)
       at org.apache.oozie.test.hive.MiniHS2.start(MiniHS2.java:101)
       at org.apache.oozie.test.XTestCase.setupHiveServer2(XTestCase.java:1147)
       at org.apache.oozie.action.hadoop.TestHive2ActionExecutor.testHive2Action(TestHive2ActionExecutor.java:188)
       at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
       at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
       at junit.framework.TestCase.runTest(TestCase.java:176)
       at junit.framework.TestCase.runBare(TestCase.java:141)
       at junit.framework.TestResult$1.protect(TestResult.java:122)
       at junit.framework.TestResult.runProtected(TestResult.java:142)
       at junit.framework.TestResult.run(TestResult.java:125)
       at junit.framework.TestCase.run(TestCase.java:129)
       at junit.framework.TestSuite.runTest(TestSuite.java:255)
       at junit.framework.TestSuite.run(TestSuite.java:250)
       at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
       at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
       at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
       at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
       at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
       at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
      Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
       at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:519)
       at org.apache.hive.service.cli.CLIService.applyAuthorizationConfigPolicy(CLIService.java:127)
       at org.apache.hive.service.cli.CLIService.init(CLIService.java:112)
       ... 23 more
      Caused by: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
       at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1523)
       at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.<init>(RetryingMetaStoreClient.java:86)
       at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:132)
       at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:104)
       at org.apache.hadoop.hive.ql.metadata.Hive.createMetaStoreClient(Hive.java:3000)
       at org.apache.hadoop.hive.ql.metadata.Hive.getMSC(Hive.java:3019)
       at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:500)
       ... 25 more
      Caused by: java.lang.reflect.InvocationTargetException
       at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
       at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
       at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
       at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
       at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1521)
       ... 31 more
      Caused by: javax.jdo.JDOFatalInternalException: The java type java.lang.Long (jdbc-type="", sql-type="") cant be mapped for this datastore. No mapping is available.
      NestedThrowables:
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            kmarton Kinga Marton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: