<?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>question Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133716#M27380</link>
    <description>&lt;P&gt;..also when I run Hive on MapReduce it works fine.&lt;/P&gt;</description>
    <pubDate>Fri, 06 May 2016 00:05:14 GMT</pubDate>
    <dc:creator>mph</dc:creator>
    <dc:date>2016-05-06T00:05:14Z</dc:date>
    <item>
      <title>Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133714#M27378</link>
      <description>&lt;PRE&gt;INFO : Tez session hasn't been created yet. Opening sessionINFO : Dag name: insert into default.test(node...VALUES('dd')(Stage-1)INFO : Dag submit failed due to org.apache.hadoop.fs.FSOutputSummer.&amp;lt;init&amp;gt;(Ljava/util/zip/Checksum;II)Vat org.apache.hadoop.hdfs.DFSOutputStream.&amp;lt;init&amp;gt;(DFSOutputStream.java:1340)at org.apache.hadoop.hdfs.DFSOutputStream.&amp;lt;init&amp;gt;(DFSOutputStream.java:1369)at org.apache.hadoop.hdfs.DFSOutputStream.newStreamForCreate(DFSOutputStream.java:1401)at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1382)at org.apache.hadoop.hdfs.DFSClient.create(DFSClient.java:1307)at org.apache.hadoop.hdfs.DistributedFileSystem$6.doCall(DistributedFileSystem.java:384)at org.apache.hadoop.hdfs.DistributedFileSystem$6.doCall(DistributedFileSystem.java:380)at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:380)at org.apache.hadoop.hdfs.DistributedFileSystem.create(DistributedFileSystem.java:324)at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:909)at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:890)at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:852)at org.apache.tez.dag.history.recovery.RecoveryService.handleSummaryEvent(RecoveryService.java:393)at org.apache.tez.dag.history.recovery.RecoveryService.handle(RecoveryService.java:310)at org.apache.tez.dag.history.HistoryEventHandler.handleCriticalEvent(HistoryEventHandler.java:104)at org.apache.tez.dag.app.DAGAppMaster.startDAG(DAGAppMaster.java:2204)at org.apache.tez.dag.app.DAGAppMaster.submitDAGToAppMaster(DAGAppMaster.java:1225)at org.apache.tez.dag.api.client.DAGClientHandler.submitDAG(DAGClientHandler.java:118)at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolBlockingPBServerImpl.submitDAG(DAGClientAMProtocolBlockingPBServerImpl.java:163)at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC$DAGClientAMProtocol$2.callBlockingMethod(DAGClientAMProtocolRPC.java:7471)at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:616)at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:969)at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2151)at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2147)at java.security.AccessController.doPrivileged(Native Method)at javax.security.auth.Subject.doAs(Subject.java:422)at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2145)stack trace: [org.apache.hadoop.ipc.Client.call(Client.java:1427), org.apache.hadoop.ipc.Client.call(Client.java:1358), org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229), com.sun.proxy.$Proxy43.submitDAG(Unknown Source), org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:517), org.apache.tez.client.TezClient.submitDAG(TezClient.java:434), org.apache.hadoop.hive.ql.exec.tez.TezTask.submit(TezTask.java:439), org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:180), org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:160), org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:89), org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1720), org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1477), org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1254), org.apache.hadoop.hive.ql.Driver.run(Driver.java:1118), org.apache.hadoop.hive.ql.Driver.run(Driver.java:1113), org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:154), org.apache.hive.service.cli.operation.SQLOperation.access$100(SQLOperation.java:71), org.apache.hive.service.cli.operation.SQLOperation$1$1.run(SQLOperation.java:206), java.security.AccessController.doPrivileged(Native Method), javax.security.auth.Subject.doAs(Subject.java:422), org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657), org.apache.hive.service.cli.operation.SQLOperation$1.run(SQLOperation.java:218), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)] retrying...ERROR : Failed to execute tez graph.org.apache.hadoop.ipc.RemoteException(java.lang.NoSuchMethodError): org.apache.hadoop.fs.FSOutputSummer.&amp;lt;init&amp;gt;(Ljava/util/zip/Checksum;II)V
&lt;/PRE&gt;&lt;P&gt;...any ideas on how to debug - the logs tell me nothing.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 23:46:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133714#M27378</guid>
      <dc:creator>mph</dc:creator>
      <dc:date>2016-05-05T23:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133715#M27379</link>
      <description>&lt;P&gt;Googled this line :&lt;/P&gt;&lt;P&gt;INFO : Dag submit failed due to org.apache.hadoop.fs.FSOutputSummer&lt;/P&gt;&lt;P&gt;But couldn't find anything.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 23:49:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133715#M27379</guid>
      <dc:creator>mph</dc:creator>
      <dc:date>2016-05-05T23:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133716#M27380</link>
      <description>&lt;P&gt;..also when I run Hive on MapReduce it works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 00:05:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133716#M27380</guid>
      <dc:creator>mph</dc:creator>
      <dc:date>2016-05-06T00:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133717#M27381</link>
      <description>&lt;P&gt;Are you able to run any other queries with Tez? Looking at exceptions, you seem to run into some environment issue with wrong versions of jars. Please give more details about your environment (HDP version, OS details etc). Is this the state after an upgrade or were you never able to run a Tez query on this environment? &lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 00:13:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133717#M27381</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2016-05-06T00:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133718#M27382</link>
      <description>&lt;P&gt;HDP 2.4.0.0-169&lt;/P&gt;&lt;P&gt;OS: Ubuntu 14.04&lt;/P&gt;&lt;P&gt;The only change I have recently made is in upgrading Java from 1.7 to 1.8.0_91&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 00:16:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133718#M27382</guid>
      <dc:creator>mph</dc:creator>
      <dc:date>2016-05-06T00:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133719#M27383</link>
      <description>&lt;P&gt;This points to a jar version mismatch. That class is in hadoop-common.jar. Have you manually copied any jars? Please check if all hadoop-common jars are at version 2.7.1.2.4.0.0-169&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 00:54:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133719#M27383</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2016-05-06T00:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hive running on TEZ INSERT INTO fails with the following exception but select works ok</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133720#M27384</link>
      <description>&lt;P&gt;This was it. I had put some hive serde UDF jar files into the classpath with dependencies that caused a mismatch. Thanks for pointing me in the right direction.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 04:58:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-running-on-TEZ-INSERT-INTO-fails-with-the-following/m-p/133720#M27384</guid>
      <dc:creator>mph</dc:creator>
      <dc:date>2016-05-06T04:58:22Z</dc:date>
    </item>
  </channel>
</rss>

