<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command in HPE Ezmeral Software platform</title>
    <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146776#M178</link>
    <description>&lt;P&gt;1) When I use CLI, the same error occurs, i.e.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;java.lang.IllegalAccessError: class com.mapr.fs.proto.Security$AuthenticationReqFull tried to access private field com.google.protobuf.AbstractMessage.memoizedSize (com.mapr.fs.proto.Security$AuthenticationReqFull and com.google.protobuf.AbstractMessage are in unnamed module of loader 'app')
	at com.mapr.fs.proto.Security$AuthenticationReqFull.getSerializedSize(Security.java:12103)
	at com.google.protobuf.AbstractMessageLite.toByteArray(AbstractMessageLite.java:62)
	at com.mapr.security.maprauth.MaprAuthenticator.doMaprHandshake(MaprAuthenticator.java:162)
	at com.mapr.security.maprauth.MaprAuthenticator.authenticate(MaprAuthenticator.java:92)
	at org.apache.oozie.client.AuthOozieClient.createConnection(AuthOozieClient.java:173)
	at org.apache.oozie.client.OozieClient$1.doExecute(OozieClient.java:520)
	at org.apache.oozie.client.retry.ConnectionRetriableClient.execute(ConnectionRetriableClient.java:44)
	at org.apache.oozie.client.OozieClient.createRetryableConnection(OozieClient.java:522)
	at org.apache.oozie.client.OozieClient.getSupportedProtocolVersions(OozieClient.java:397)
	at org.apache.oozie.client.OozieClient.validateWSVersion(OozieClient.java:357)
	at org.apache.oozie.client.OozieClient.createURL(OozieClient.java:473)
	at org.apache.oozie.client.OozieClient.access$000(OozieClient.java:88)
	at org.apache.oozie.client.OozieClient$ClientCallable.call(OozieClient.java:567)
	at org.apache.oozie.client.OozieClient.run(OozieClient.java:887)
	at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1095)
	at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:719)
	at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:674)
	at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:239)
Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, Exception while getting ticket and key&lt;/LI-CODE&gt;&lt;P&gt;When I use WEB console - it works ok. I can log in, see the workflow jobs etc.&lt;/P&gt;&lt;P&gt;2) I have checked the configuration - it is as decribed in&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.datafabric.hpe.com/61/Oozie/ConfiguringOozieonaSecureCluster.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.datafabric.hpe.com/61/Oozie/ConfiguringOozieonaSecureCluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) I am using mapr user with a valid ticket.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 09:15:22 GMT</pubDate>
    <dc:creator>MaksREDS</dc:creator>
    <dc:date>2021-08-23T09:15:22Z</dc:date>
    <item>
      <title>NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7144836#M159</link>
      <description>&lt;P&gt;When I try to execute any command in Sqoop 1 Editor (via HUE) the following error occurs:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;2021-08-05 09:40:06,417 ERROR ActionStartXCommand:517 - SERVER[node3.address.domain] USER[mapr] GROUP[-] TOKEN[] APP[Batch job for query-sqoop1] JOB[0000019-210805045515667-oozie-mapr-W] ACTION[0000019-210805045515667-oozie-mapr-W@sqoop-0d6e] Error,&lt;BR /&gt;java.lang.NoSuchMethodError: 'void com.google.common.base.Preconditions.checkArgument(boolean, java.lang.String, java.lang.Object)'&lt;BR /&gt;at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.&amp;lt;init&amp;gt;(TimelineClientImpl.java:158)&lt;BR /&gt;at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.serviceInit(TimelineClientImpl.java:284)&lt;BR /&gt;at org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)&lt;BR /&gt;at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.serviceInit(YarnClientImpl.java:180)&lt;BR /&gt;at org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)&lt;BR /&gt;at org.apache.oozie.service.HadoopAccessorService$4.run(HadoopAccessorService.java:572)&lt;BR /&gt;at org.apache.oozie.service.HadoopAccessorService$4.run(HadoopAccessorService.java:568)&lt;BR /&gt;at java.base/java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.base/javax.security.auth.Subject.doAs(Subject.java:423)&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1683)&lt;BR /&gt;at org.apache.oozie.service.HadoopAccessorService.createYarnClient(HadoopAccessorService.java:568)&lt;BR /&gt;at org.apache.oozie.action.hadoop.JavaActionExecutor.createYarnClient(JavaActionExecutor.java:1648)&lt;BR /&gt;at org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:1047)&lt;BR /&gt;at org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:1592)&lt;BR /&gt;at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:243)&lt;BR /&gt;at org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:68)&lt;BR /&gt;at org.apache.oozie.command.XCommand.call(XCommand.java:291)&lt;BR /&gt;at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:363)&lt;BR /&gt;at org.apache.oozie.service.CallableQueueService$CompositeCallable.call(CallableQueueService.java:292)&lt;BR /&gt;at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)&lt;BR /&gt;at org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:210)&lt;BR /&gt;at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)&lt;BR /&gt;at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)&lt;BR /&gt;at java.base/java.lang.Thread.run(Thread.java:829)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Error looks similiar to:&amp;nbsp;&lt;A href="https://support.datafabric.hpe.com/s/article/Spark-application-using-HBase-API-fails-with-java-lang-NoSuchMethodError?language=en_US" target="_blank" rel="noopener"&gt;https://support.datafabric.hpe.com/s/article/Spark-application-using-HBase-API-fails-with-java-lang-NoSuchMethodError?language=en_US&lt;/A&gt;&lt;BR /&gt;The currently installed mapr-hbase version is 1.4.13.0.202105170751, so it is newer than specified in above issue.&lt;/P&gt;&lt;P&gt;Output of&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;rpm -qa|grep mapr&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;mapr-zookeeper-6.2.0.0.20200915234957.GA-1.x86_64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;mapr-hive-2.3.202105190211-1.noarch&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;mapr-opentsdb-2.4.0.202105181725-1.noarch&lt;BR /&gt;mapr-hbase-rest-1.4.13.0.202105170751-1.noarch&lt;BR /&gt;mapr-historyserver-2.7.5.0.202105131403-1.x86_64&lt;BR /&gt;mapr-collectd-5.10.0.0.202104301721-1.x86_64&lt;BR /&gt;mapr-librdkafka-0.11.3.202104281722-1.x86_64&lt;BR /&gt;mapr-core-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-kafka-2.1.1.200.202105140421-1.noarch&lt;BR /&gt;mapr-spark-historyserver-2.4.7.100.202105170615-1.noarch&lt;BR /&gt;mapr-hivewebhcat-2.3.202105190211-1.noarch&lt;BR /&gt;mapr-kafka-rest-5.1.2.200.202105071030-1.noarch&lt;BR /&gt;mapr-oozie-5.1.0.202.202105260138-1.noarch&lt;BR /&gt;mapr-mastgateway-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-hadoop-client-2.7.5.0.202105131403-1.x86_64&lt;BR /&gt;mapr-drill-internal-1.16.1.200.202105180709-1.noarch&lt;BR /&gt;mapr-livy-0.7.0.0.202105120521-1.noarch&lt;BR /&gt;mapr-tez-0.9.202105070958-1.noarch&lt;BR /&gt;mapr-kafka-connect-jdbc-5.1.2.0.202009141042-1.noarch&lt;BR /&gt;mapr-oozie-internal-5.1.0.202.202105260138-1.noarch&lt;BR /&gt;mapr-schema-registry-internal-5.1.2.200.202105130812-1.noarch&lt;BR /&gt;mapr-ksql-5.1.2.200.202105140827-1.noarch&lt;BR /&gt;mapr-hivemetastore-2.3.202105190211-1.noarch&lt;BR /&gt;mapr-sqoop-1.4.7.202105070954-1.noarch&lt;BR /&gt;mapr-client-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-core-internal-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-ksql-internal-5.1.2.200.202105140827-1.noarch&lt;BR /&gt;mapr-schema-registry-5.1.2.200.202105130812-1.noarch&lt;BR /&gt;mapr-hiveserver2-2.3.202105190211-1.noarch&lt;BR /&gt;mapr-kafka-connect-hdfs-5.1.2.200.202105170800-1.noarch&lt;BR /&gt;mapr-loopbacknfs-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-hbase-1.4.13.0.202105170751-1.noarch&lt;BR /&gt;mapr-drill-1.16.1.200.202105180709-1.noarch&lt;BR /&gt;mapr-hbase-regionserver-1.4.13.0.202105170751-1.noarch&lt;BR /&gt;mapr-timelineserver-2.7.5.0.202105131403-1.x86_64&lt;BR /&gt;mapr-pig-0.17.0.0.202009090610-1.noarch&lt;BR /&gt;mapr-hadoop-util-2.7.5.0.202105131403-1.x86_64&lt;BR /&gt;mapr-patch-6.2.0.9.20210615161337.GA-1.x86_64&lt;BR /&gt;mapr-spark-2.4.7.100.202105170615-1.noarch&lt;BR /&gt;mapr-hbasethrift-1.4.13.0.202105170751-1.noarch&lt;BR /&gt;mapr-nodemanager-2.7.5.0.202105131403-1.x86_64&lt;BR /&gt;mapr-httpfs-1.1.0.0.202105130703-1.noarch&lt;BR /&gt;mapr-zk-internal-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-fileserver-6.2.0.0.20200915234957.GA-1.x86_64&lt;BR /&gt;mapr-hadoop-core-2.7.5.0.202105131403-1.x86_64&lt;BR /&gt;mapr-asynchbase-1.8.2.202104220851-1.noarch&lt;BR /&gt;mapr-spark-thriftserver-2.4.7.100.202105170615-1.noarch&lt;BR /&gt;mapr-flume-1.9.0.100.202101270131-1.noarch&lt;BR /&gt;mapr-hue-4.6.0.0.202105070812-1.noarch&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I read some solutions of similar issues with hadoop ecosystem - to update outdated version of Guava java library, e.g.&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/HIVE-22915" target="_blank" rel="noopener"&gt;https://issues.apache.org/jira/browse/HIVE-22915&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I replaced all guava-11*.jar I had found with guava-28*.jar, but the error still occurs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 20:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7144836#M159</guid>
      <dc:creator>MaksREDS</dc:creator>
      <dc:date>2021-08-06T20:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7144857#M160</link>
      <description>&lt;P&gt;Thanks for your post. Few questions:&lt;/P&gt;&lt;P&gt;1) What happens when you try to execute sqoop/oozie job from terminal instead of Hue?&lt;/P&gt;&lt;P&gt;2) Can you check the lib path for sqoop, oozie to confirm the version of guava jar it contains.&lt;/P&gt;&lt;P&gt;My idea will be to first isolate the problem and check if it is actually hue/oozie/sqoop issue so that we can focus on the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also try to do below on guava jar to check its contents and confirm if the version being used has the method or not.&lt;/P&gt;&lt;P&gt;jar tvf &amp;lt;guava&amp;nbsp;jar&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 01:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7144857#M160</guid>
      <dc:creator>Harshkohli</dc:creator>
      <dc:date>2021-08-06T01:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7145098#M161</link>
      <description>&lt;P&gt;Thank you for your advices.&lt;BR /&gt;&lt;BR /&gt;1) Sqoop jobs works when executed from CLI (command "sqoop") - with no errors.&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;guava-28.2-jre.jar contains the&amp;nbsp;&lt;SPAN class="s1"&gt;Preconditions class (with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;checkArgument method), so it is probably not the reason.&lt;BR /&gt;Maybe the reason is the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;com.google.common.base.* class, which could be a part of other java lib used by oozie?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 08:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7145098#M161</guid>
      <dc:creator>MaksREDS</dc:creator>
      <dc:date>2021-08-09T08:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7145766#M167</link>
      <description>&lt;P&gt;As I understand you were getting this error when submitting job via Hue.&lt;/P&gt;&lt;P&gt;Can you try to submit the job via Oozie command line?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 04:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7145766#M167</guid>
      <dc:creator>Harshkohli</dc:creator>
      <dc:date>2021-08-13T04:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146315#M170</link>
      <description>&lt;P&gt;Thank you for your advices.&lt;BR /&gt;I have been trying to solve this issue in many ways, but with no success.&lt;BR /&gt;When I try to run a workflow from Oozie CLI, the following error occurs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;java.lang.IllegalAccessError: class com.mapr.fs.proto.Security$AuthenticationReqFull tried to access private field com.google.protobuf.AbstractMessage.memoizedSize (com.mapr.fs.proto.Security$AuthenticationReqFull and com.google.protobuf.AbstractMessage are in unnamed module of loader 'app')
	at com.mapr.fs.proto.Security$AuthenticationReqFull.getSerializedSize(Security.java:12103)
	at com.google.protobuf.AbstractMessageLite.toByteArray(AbstractMessageLite.java:62)
	at com.mapr.security.maprauth.MaprAuthenticator.doMaprHandshake(MaprAuthenticator.java:162)
	at com.mapr.security.maprauth.MaprAuthenticator.authenticate(MaprAuthenticator.java:92)
	at org.apache.oozie.client.AuthOozieClient.createConnection(AuthOozieClient.java:173)
	at org.apache.oozie.client.OozieClient$1.doExecute(OozieClient.java:520)
	at org.apache.oozie.client.retry.ConnectionRetriableClient.execute(ConnectionRetriableClient.java:44)
	at org.apache.oozie.client.OozieClient.createRetryableConnection(OozieClient.java:522)
	at org.apache.oozie.client.OozieClient.getSupportedProtocolVersions(OozieClient.java:397)
	at org.apache.oozie.client.OozieClient.validateWSVersion(OozieClient.java:357)
	at org.apache.oozie.client.OozieClient.createURL(OozieClient.java:473)
	at org.apache.oozie.client.OozieClient.access$000(OozieClient.java:88)
	at org.apache.oozie.client.OozieClient$ClientCallable.call(OozieClient.java:567)
	at org.apache.oozie.client.OozieClient.run(OozieClient.java:887)
	at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1095)
	at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:719)
	at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:674)
	at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:239)
Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, Exception while getting ticket and key&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CLI command is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;oozie job -oozie="https://oozie_node_hostname:11443/oozie" -config /tmp/job/job.properties -run&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the same job/workflow files as automatically generated by Hue.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 08:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146315#M170</guid>
      <dc:creator>MaksREDS</dc:creator>
      <dc:date>2021-08-18T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146399#M173</link>
      <description>&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;1) What do you get when you execute steps mentioned in url below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.datafabric.hpe.com/61/Oozie/ManageOozieServicesChkStatus.html?hl=oozie%2Cadmin" target="_blank"&gt;https://docs.datafabric.hpe.com/61/Oozie/ManageOozieServicesChkStatus.html?hl=oozie%2Cadmin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) Has the oozie been configured correctly as mentioned on below url:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.datafabric.hpe.com/61/Oozie/ConfiguringOozieonaSecureCluster.html" target="_blank"&gt;https://docs.datafabric.hpe.com/61/Oozie/ConfiguringOozieonaSecureCluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;30 What user is being used to run the oozie job? Is it having an active ticket?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 02:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146399#M173</guid>
      <dc:creator>Harshkohli</dc:creator>
      <dc:date>2021-08-19T02:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146776#M178</link>
      <description>&lt;P&gt;1) When I use CLI, the same error occurs, i.e.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;java.lang.IllegalAccessError: class com.mapr.fs.proto.Security$AuthenticationReqFull tried to access private field com.google.protobuf.AbstractMessage.memoizedSize (com.mapr.fs.proto.Security$AuthenticationReqFull and com.google.protobuf.AbstractMessage are in unnamed module of loader 'app')
	at com.mapr.fs.proto.Security$AuthenticationReqFull.getSerializedSize(Security.java:12103)
	at com.google.protobuf.AbstractMessageLite.toByteArray(AbstractMessageLite.java:62)
	at com.mapr.security.maprauth.MaprAuthenticator.doMaprHandshake(MaprAuthenticator.java:162)
	at com.mapr.security.maprauth.MaprAuthenticator.authenticate(MaprAuthenticator.java:92)
	at org.apache.oozie.client.AuthOozieClient.createConnection(AuthOozieClient.java:173)
	at org.apache.oozie.client.OozieClient$1.doExecute(OozieClient.java:520)
	at org.apache.oozie.client.retry.ConnectionRetriableClient.execute(ConnectionRetriableClient.java:44)
	at org.apache.oozie.client.OozieClient.createRetryableConnection(OozieClient.java:522)
	at org.apache.oozie.client.OozieClient.getSupportedProtocolVersions(OozieClient.java:397)
	at org.apache.oozie.client.OozieClient.validateWSVersion(OozieClient.java:357)
	at org.apache.oozie.client.OozieClient.createURL(OozieClient.java:473)
	at org.apache.oozie.client.OozieClient.access$000(OozieClient.java:88)
	at org.apache.oozie.client.OozieClient$ClientCallable.call(OozieClient.java:567)
	at org.apache.oozie.client.OozieClient.run(OozieClient.java:887)
	at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:1095)
	at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:719)
	at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:674)
	at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:239)
Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, Exception while getting ticket and key&lt;/LI-CODE&gt;&lt;P&gt;When I use WEB console - it works ok. I can log in, see the workflow jobs etc.&lt;/P&gt;&lt;P&gt;2) I have checked the configuration - it is as decribed in&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.datafabric.hpe.com/61/Oozie/ConfiguringOozieonaSecureCluster.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.datafabric.hpe.com/61/Oozie/ConfiguringOozieonaSecureCluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) I am using mapr user with a valid ticket.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 09:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7146776#M178</guid>
      <dc:creator>MaksREDS</dc:creator>
      <dc:date>2021-08-23T09:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7148911#M189</link>
      <description>&lt;P&gt;Can you confirm if this issue is also fixed after your oozie rpm upgrade?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 14:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7148911#M189</guid>
      <dc:creator>Harshkohli</dc:creator>
      <dc:date>2021-09-14T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7151042#M194</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Can you confirm if this issue is also fixed after your oozie rpm upgrade?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 18:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7151042#M194</guid>
      <dc:creator>Harshkohli</dc:creator>
      <dc:date>2021-10-05T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: NoSuchMethodError when trying to execute any Sqoop/Oozie command</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7151974#M195</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The issue is fixed after oozie rpm upgrade, as described in&amp;nbsp;&lt;A href="https://community.hpe.com/t5/HPE-Ezmeral-Software-platform/Oozie-not-starting/td-p/7138408" target="_blank" rel="noopener"&gt;https://community.hpe.com/t5/HPE-Ezmeral-Software-platform/Oozie-not-starting/td-p/7138408&lt;/A&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 07:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/nosuchmethoderror-when-trying-to-execute-any-sqoop-oozie-command/m-p/7151974#M195</guid>
      <dc:creator>MaksREDS</dc:creator>
      <dc:date>2021-10-18T07:23:13Z</dc:date>
    </item>
  </channel>
</rss>

