<?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: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131537#M23067</link>
    <description>&lt;P&gt;Yes, Please follow these steps and let me know if you still face same issue. Also kindly mention your HDP version.&lt;/P&gt;&lt;P&gt;hive&amp;gt; set orc.compress.size=4096;&lt;/P&gt;&lt;P&gt;hive&amp;gt; set hive.exec.orc.default.stripe.size=268435456;&lt;/P&gt;&lt;P&gt;hive&amp;gt; your create table DDL;&lt;/P&gt;&lt;P&gt;hive&amp;gt; load data query in orc table;&lt;/P&gt;&lt;P&gt;hive&amp;gt; you select query;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 12:02:27 GMT</pubDate>
    <dc:creator>jyadav</dc:creator>
    <dc:date>2016-03-17T12:02:27Z</dc:date>
    <item>
      <title>Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131534#M23064</link>
      <description>&lt;P&gt;My hive query is failing even after setting the property &lt;STRONG&gt;ipc.maximum.data.length&lt;/STRONG&gt; to the end limit of int which is 2147483647 with the following stacktrace:&lt;/P&gt;&lt;PRE&gt;Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.
	at com.google.protobuf.InvalidProtocolBufferException.sizeLimitExceeded(InvalidProtocolBufferException.java:110)
	at com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:755)
	at com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
	at com.google.protobuf.CodedInputStream.readRawVarint64(CodedInputStream.java:462)
	at com.google.protobuf.CodedInputStream.readUInt64(CodedInputStream.java:188)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$ColumnStatistics.&amp;lt;init&amp;gt;(OrcProto.java:4330)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$ColumnStatistics.&amp;lt;init&amp;gt;(OrcProto.java:4280)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$ColumnStatistics$1.parsePartialFrom(OrcProto.java:4454)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$ColumnStatistics$1.parsePartialFrom(OrcProto.java:4449)
	at com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:309)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$StripeStatistics.&amp;lt;init&amp;gt;(OrcProto.java:12224)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$StripeStatistics.&amp;lt;init&amp;gt;(OrcProto.java:12171)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$StripeStatistics$1.parsePartialFrom(OrcProto.java:12260)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$StripeStatistics$1.parsePartialFrom(OrcProto.java:12255)
	at com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:309)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$Metadata.&amp;lt;init&amp;gt;(OrcProto.java:12898)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$Metadata.&amp;lt;init&amp;gt;(OrcProto.java:12845)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$Metadata$1.parsePartialFrom(OrcProto.java:12934)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$Metadata$1.parsePartialFrom(OrcProto.java:12929)
	at com.google.protobuf.AbstractParser.parsePartialFrom(AbstractParser.java:200)
	at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:217)
	at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:223)
	at com.google.protobuf.AbstractParser.parseFrom(AbstractParser.java:49)
	at org.apache.hadoop.hive.ql.io.orc.OrcProto$Metadata.parseFrom(OrcProto.java:13045)
	at org.apache.hadoop.hive.ql.io.orc.ReaderImpl$MetaInfoObjExtractor.&amp;lt;init&amp;gt;(ReaderImpl.java:426)
	at org.apache.hadoop.hive.ql.io.orc.ReaderImpl.&amp;lt;init&amp;gt;(ReaderImpl.java:295)
	at org.apache.hadoop.hive.ql.io.orc.OrcFile.createReader(OrcFile.java:197)
	at org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.getRecordReader(OrcInputFormat.java:999)
	at org.apache.hadoop.hive.ql.io.CombineHiveRecordReader.&amp;lt;init&amp;gt;(CombineHiveRecordReader.java:65)
	... 16 more&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:57:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131534#M23064</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-03-16T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131535#M23065</link>
      <description>&lt;P&gt;Looks like your table has ORC format so can you please try to set below properties and try it again?&lt;/P&gt;&lt;P&gt;set orc.compress.size=4096&lt;/P&gt;&lt;P&gt;set hive.exec.orc.default.stripe.size=268435456&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 21:36:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131535#M23065</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-03-16T21:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131536#M23066</link>
      <description>&lt;P&gt;actually its a select query which is creating this issue, so do you want me to set these properties while storing the data in the table?? &lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 01:29:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131536#M23066</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-03-17T01:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131537#M23067</link>
      <description>&lt;P&gt;Yes, Please follow these steps and let me know if you still face same issue. Also kindly mention your HDP version.&lt;/P&gt;&lt;P&gt;hive&amp;gt; set orc.compress.size=4096;&lt;/P&gt;&lt;P&gt;hive&amp;gt; set hive.exec.orc.default.stripe.size=268435456;&lt;/P&gt;&lt;P&gt;hive&amp;gt; your create table DDL;&lt;/P&gt;&lt;P&gt;hive&amp;gt; load data query in orc table;&lt;/P&gt;&lt;P&gt;hive&amp;gt; you select query;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 12:02:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131537#M23067</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-03-17T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131538#M23068</link>
      <description>&lt;P&gt;hdp version is = &lt;STRONG&gt;HDP 2.1.2.0-402&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I will also follow the steps given by you.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 00:56:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131538#M23068</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-03-18T00:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131539#M23069</link>
      <description>&lt;P&gt;it worked for some days data BTW can you please elaborate the meaning of these properties?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 20:19:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131539#M23069</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-03-21T20:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131540#M23070</link>
      <description>&lt;P&gt;It's a Hive bug - see Hive JIRA for details about the bug&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HIVE-11592" target="_blank"&gt;https://issues.apache.org/jira/browse/HIVE-11592&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2016 03:27:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131540#M23070</guid>
      <dc:creator>edi_bice</dc:creator>
      <dc:date>2016-03-23T03:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131541#M23071</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;even I have the same issue.&lt;/P&gt;&lt;P&gt;My hdp version is 2.3.4.23-3&lt;/P&gt;Please advise</description>
      <pubDate>Fri, 30 Sep 2016 03:45:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131541#M23071</guid>
      <dc:creator>naga_kolli</dc:creator>
      <dc:date>2016-09-30T03:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131542#M23072</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2528/jyadav.html" nodeid="2528"&gt;@Jitendra Yadav&lt;/A&gt; I am facing the same issue in HDP 2.6.5 . I follow the steps you have mentioned above. It works until some data size. I am processing ORC hive table with spark,where a file is store as one of the column in this table. Is there any permanent solution for this?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 19:08:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131542#M23072</guid>
      <dc:creator>ksh22sidartha</dc:creator>
      <dc:date>2019-08-05T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Caused by: com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large.  May be malicious.  Use CodedInputStream.setSizeLimit() to increase the size limit.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131543#M23073</link>
      <description>&lt;P&gt;I am facing the same issue in HDP 2.6.5 . I follow the steps you have mentioned above. It works until some data size. I am processing ORC hive table with spark,where a file is store as one of the column in this table. Is there any permanent solution for this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 12:57:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Caused-by-com-google-protobuf-InvalidProtocolBufferException/m-p/131543#M23073</guid>
      <dc:creator>ksh22sidartha</dc:creator>
      <dc:date>2019-08-06T12:57:33Z</dc:date>
    </item>
  </channel>
</rss>

