<?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 Errors running Hive query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243514#M29970</link>
    <description>&lt;P&gt;Hi, I am running into a strage protocol buffer InvalidProtocolBufferException when running simple hive aggregation job using tHiveRow connector that outputs the results to TLogRow. Below is the stack trace fromt the error. Is this a bug or am I doing something wrong? My JobTracker URI runs on port 50030 and I can telnet to it from the machine where I am running Talend Open Studio for Big Data. I even see that, talend was able to communicate with Hive server to retrieve the column names from the table that I am querying. Below is the stack trace from the error:&lt;BR /&gt;13/04/15 11:33:23 INFO exec.Utilities: Content Summary hdfs://oban:8020/data/raw/faa/airportslength: 560805 num files: 1 num directories: 1&lt;BR /&gt;13/04/15 11:33:24 INFO exec.ExecDriver: Making Temp Directory: hdfs://oban:8020/tmp/hive-mmichalski/hive_2013-04-15_11-33-22_495_8371609242657210072/-mr-10002&lt;BR /&gt;13/04/15 11:33:24 ERROR security.UserGroupInformation: PriviledgedActionException as:mmichalski (auth&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;IMPLE) cause:java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; &lt;BR /&gt;java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; &lt;BR /&gt; at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:765)&lt;BR /&gt; at org.apache.hadoop.ipc.Client.call(Client.java:1165)&lt;BR /&gt; at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:224)&lt;BR /&gt; at org.apache.hadoop.mapred.$Proxy11.getStagingAreaDir(Unknown Source)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1223)&lt;BR /&gt; at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:102)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:844)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:844)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:818)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:452)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.run(Driver.java:931)&lt;BR /&gt; at org.apache.hadoop.hive.service.HiveServer$HiveServerHandler.execute(HiveServer.java:191)&lt;BR /&gt; at org.apache.hadoop.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:187)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.tHiveRow_1Process(hive_test.java:651)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.runJobInTOS(hive_test.java:1035)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.main(hive_test.java:903)&lt;BR /&gt;Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.&lt;BR /&gt; at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:73)&lt;BR /&gt; at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeFrom(AbstractMessageLite.java:213)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:746)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:238)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:282)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:760)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:288)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:752)&lt;BR /&gt; at org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcPayloadHeaderProtos.java:985)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:850)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.run(Client.java:781)&lt;BR /&gt;Job Submission failed with exception 'java.io.IOException(Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; )'&lt;BR /&gt;13/04/15 11:33:24 ERROR exec.Task: Job Submission failed with exception 'java.io.IOException(Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; )'&lt;BR /&gt;java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; &lt;BR /&gt; at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:765)&lt;BR /&gt; at org.apache.hadoop.ipc.Client.call(Client.java:1165)&lt;BR /&gt; at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:224)&lt;BR /&gt; at org.apache.hadoop.mapred.$Proxy11.getStagingAreaDir(Unknown Source)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1223)&lt;BR /&gt; at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:102)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:844)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:844)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:818)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:452)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.run(Driver.java:931)&lt;BR /&gt; at org.apache.hadoop.hive.service.HiveServer$HiveServerHandler.execute(HiveServer.java:191)&lt;BR /&gt; at org.apache.hadoop.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:187)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.tHiveRow_1Process(hive_test.java:651)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.runJobInTOS(hive_test.java:1035)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.main(hive_test.java:903)&lt;BR /&gt;Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.&lt;BR /&gt; at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:73)&lt;BR /&gt; at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeFrom(AbstractMessageLite.java:213)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:746)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:238)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:282)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:760)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:288)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:752)&lt;BR /&gt; at org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcPayloadHeaderProtos.java:985)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:850)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.run(Client.java:781)&lt;BR /&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask&lt;BR /&gt;13/04/15 11:33:24 ERROR ql.Driver: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 12:03:34 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T12:03:34Z</dc:date>
    <item>
      <title>Errors running Hive query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243514#M29970</link>
      <description>&lt;P&gt;Hi, I am running into a strage protocol buffer InvalidProtocolBufferException when running simple hive aggregation job using tHiveRow connector that outputs the results to TLogRow. Below is the stack trace fromt the error. Is this a bug or am I doing something wrong? My JobTracker URI runs on port 50030 and I can telnet to it from the machine where I am running Talend Open Studio for Big Data. I even see that, talend was able to communicate with Hive server to retrieve the column names from the table that I am querying. Below is the stack trace from the error:&lt;BR /&gt;13/04/15 11:33:23 INFO exec.Utilities: Content Summary hdfs://oban:8020/data/raw/faa/airportslength: 560805 num files: 1 num directories: 1&lt;BR /&gt;13/04/15 11:33:24 INFO exec.ExecDriver: Making Temp Directory: hdfs://oban:8020/tmp/hive-mmichalski/hive_2013-04-15_11-33-22_495_8371609242657210072/-mr-10002&lt;BR /&gt;13/04/15 11:33:24 ERROR security.UserGroupInformation: PriviledgedActionException as:mmichalski (auth&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;IMPLE) cause:java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; &lt;BR /&gt;java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; &lt;BR /&gt; at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:765)&lt;BR /&gt; at org.apache.hadoop.ipc.Client.call(Client.java:1165)&lt;BR /&gt; at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:224)&lt;BR /&gt; at org.apache.hadoop.mapred.$Proxy11.getStagingAreaDir(Unknown Source)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1223)&lt;BR /&gt; at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:102)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:844)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:844)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:818)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:452)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.run(Driver.java:931)&lt;BR /&gt; at org.apache.hadoop.hive.service.HiveServer$HiveServerHandler.execute(HiveServer.java:191)&lt;BR /&gt; at org.apache.hadoop.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:187)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.tHiveRow_1Process(hive_test.java:651)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.runJobInTOS(hive_test.java:1035)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.main(hive_test.java:903)&lt;BR /&gt;Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.&lt;BR /&gt; at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:73)&lt;BR /&gt; at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeFrom(AbstractMessageLite.java:213)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:746)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:238)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:282)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:760)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:288)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:752)&lt;BR /&gt; at org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcPayloadHeaderProtos.java:985)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:850)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.run(Client.java:781)&lt;BR /&gt;Job Submission failed with exception 'java.io.IOException(Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; )'&lt;BR /&gt;13/04/15 11:33:24 ERROR exec.Task: Job Submission failed with exception 'java.io.IOException(Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; )'&lt;BR /&gt;java.io.IOException: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "delirium/192.168.2.154"; destination host is: "oban":50030; &lt;BR /&gt; at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:765)&lt;BR /&gt; at org.apache.hadoop.ipc.Client.call(Client.java:1165)&lt;BR /&gt; at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:224)&lt;BR /&gt; at org.apache.hadoop.mapred.$Proxy11.getStagingAreaDir(Unknown Source)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.getStagingAreaDir(JobClient.java:1223)&lt;BR /&gt; at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:102)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:844)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:844)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:818)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:452)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)&lt;BR /&gt; at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123)&lt;BR /&gt; at org.apache.hadoop.hive.ql.Driver.run(Driver.java:931)&lt;BR /&gt; at org.apache.hadoop.hive.service.HiveServer$HiveServerHandler.execute(HiveServer.java:191)&lt;BR /&gt; at org.apache.hadoop.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:187)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.tHiveRow_1Process(hive_test.java:651)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.runJobInTOS(hive_test.java:1035)&lt;BR /&gt; at hdfs_test.hive_test_0_1.hive_test.main(hive_test.java:903)&lt;BR /&gt;Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.&lt;BR /&gt; at com.google.protobuf.InvalidProtocolBufferException.invalidEndTag(InvalidProtocolBufferException.java:73)&lt;BR /&gt; at com.google.protobuf.CodedInputStream.checkLastTagWas(CodedInputStream.java:124)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeFrom(AbstractMessageLite.java:213)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:746)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeFrom(AbstractMessage.java:238)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:282)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:760)&lt;BR /&gt; at com.google.protobuf.AbstractMessageLite$Builder.mergeDelimitedFrom(AbstractMessageLite.java:288)&lt;BR /&gt; at com.google.protobuf.AbstractMessage$Builder.mergeDelimitedFrom(AbstractMessage.java:752)&lt;BR /&gt; at org.apache.hadoop.ipc.protobuf.RpcPayloadHeaderProtos$RpcResponseHeaderProto.parseDelimitedFrom(RpcPayloadHeaderProtos.java:985)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:850)&lt;BR /&gt; at org.apache.hadoop.ipc.Client$Connection.run(Client.java:781)&lt;BR /&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask&lt;BR /&gt;13/04/15 11:33:24 ERROR ql.Driver: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243514#M29970</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Errors running Hive query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243515#M29971</link>
      <description>Ok, I realized that I was pointing to JobTracker URL port and not JobTracker URI port and that is why I was getting these weird errors.  Once I change the JobTracker port from 50030 to 8021 this problem went away and I was able to run the job.</description>
      <pubDate>Tue, 16 Apr 2013 00:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243515#M29971</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-04-16T00:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Errors running Hive query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243516#M29972</link>
      <description>Are you still experiencing these same problems?</description>
      <pubDate>Mon, 19 Aug 2013 19:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-running-Hive-query/m-p/2243516#M29972</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-19T19:47:29Z</dc:date>
    </item>
  </channel>
</rss>

