<?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: java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99215#M62286</link>
    <description>&lt;P&gt;This was never resolved by any action on my part, it simply started working again and I'm not sure why. However: some more information--&lt;/P&gt;&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; I can't use date or string due to what the column actually is used for. &lt;/P&gt;&lt;P&gt;Additionally, I was able to read &lt;EM&gt;up to a certain point &lt;/EM&gt;in the table by including 'limit xx' in my query. After a certain amount of rows, the error would be thrown. I believe it had something to do with a corrupted row in the table's files. I don't know how it got there or how it fixed itself, but after having the problem for many days, it resolved itself.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 22:04:04 GMT</pubDate>
    <dc:creator>james_m_barney</dc:creator>
    <dc:date>2016-02-03T22:04:04Z</dc:date>
    <item>
      <title>java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99212#M62283</link>
      <description>&lt;P&gt;Trying to run a simple select column statement on a hive table stored as ORC and I'm running into this error. I can't seem to find any solution to it, however, I have found similar questions around the internet regarding it. 
&lt;/P&gt;&lt;PRE&gt;Failed with exception java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream Stream for column 2 kind DATA position: 20 length: 20 range: 0 offset: 20 limit: 20 range 0 = 0 to 20 uncompressed: 77 to 77&lt;/PRE&gt;&lt;P&gt;The data looks like this (here it's pseudo-data, tab-separated):&lt;/P&gt;&lt;PRE&gt;uuid	feed	unixgmtfetchtime
aaa	reviews	1385830800
bbb	reviews	1395830800
zzz	reviews	1405830800&lt;/PRE&gt;&lt;P&gt;with schema:&lt;/P&gt;&lt;PRE&gt;uuid                	string
feed                	string
unixgmtfetchtime        int
&lt;/PRE&gt;&lt;P&gt;running select unixgmtfetchtime from tablename; returns the error mentioned above.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;More info: I have run alter table tablename concatenate; on the table. &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 23:25:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99212#M62283</guid>
      <dc:creator>james_m_barney</dc:creator>
      <dc:date>2015-12-14T23:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99213#M62284</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1408/jamesmbarney.html" nodeid="1408"&gt;@James Barney&lt;/A&gt; did you try using string or one of the date types for unixgmtfetchtime?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 22:25:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99213#M62284</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-12-24T22:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99214#M62285</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1408/jamesmbarney.html" nodeid="1408"&gt;@James Barney&lt;/A&gt; has this been resolved? Can you post your solution or accept the best answer?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 10:41:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99214#M62285</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-03T10:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99215#M62286</link>
      <description>&lt;P&gt;This was never resolved by any action on my part, it simply started working again and I'm not sure why. However: some more information--&lt;/P&gt;&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; I can't use date or string due to what the column actually is used for. &lt;/P&gt;&lt;P&gt;Additionally, I was able to read &lt;EM&gt;up to a certain point &lt;/EM&gt;in the table by including 'limit xx' in my query. After a certain amount of rows, the error would be thrown. I believe it had something to do with a corrupted row in the table's files. I don't know how it got there or how it fixed itself, but after having the problem for many days, it resolved itself.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 22:04:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99215#M62286</guid>
      <dc:creator>james_m_barney</dc:creator>
      <dc:date>2016-02-03T22:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99216#M62287</link>
      <description>&lt;P&gt;I am currently having exact same problem as well and curious to know if any others seen this issue (and a possible resoluton).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 02:52:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99216#M62287</guid>
      <dc:creator>sasampangiraman</dc:creator>
      <dc:date>2016-06-03T02:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException:java.io.EOFException: Read past end of RLE integer from compressed stream</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99217#M62288</link>
      <description>&lt;P&gt;I am currently having exact same problem as well and curious to know if any others seen this issue (and a possible resoluton).&lt;/P&gt;&lt;P&gt;Also noticed that sometimes this issue comes after merging small files. And like mentioned before its random, doesn't happen on all partitions in my table.&lt;/P&gt;&lt;P&gt;Any solution would be good.&lt;/P&gt;,&lt;P&gt;I am currently having exact same problem as well and curious to know if any others seen this issue (and a possible resoluton).&lt;/P&gt;&lt;P&gt;I also noticed that this comes some times after merging small files.&lt;/P&gt;&lt;P&gt;Any solutions would be good.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 00:22:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-java-io-EOFException-Read-past-end-of/m-p/99217#M62288</guid>
      <dc:creator>sushmatelukunta</dc:creator>
      <dc:date>2016-08-18T00:22:07Z</dc:date>
    </item>
  </channel>
</rss>

