<?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: Phoenix Error Description in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94934#M8192</link>
    <description>&lt;P&gt;Try loading your data into Phoenix via the MapReduce loader, I believe it provides better error logging - &lt;A href="http://phoenix.apache.org/bulk_dataload.html" target="_blank"&gt;http://phoenix.apache.org/bulk_dataload.html&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 03:00:18 GMT</pubDate>
    <dc:creator>awatson</dc:creator>
    <dc:date>2015-10-07T03:00:18Z</dc:date>
    <item>
      <title>Phoenix Error Description</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94933#M8191</link>
      <description>&lt;P&gt;I am using phoenix “psql” utility to ingest some file data and it fails with many generic “ERROR 201 (22000): Illegal data&lt;STRONG&gt;” &lt;/STRONG&gt;without more details. It is difficult to figure out which column data or datatype cause the failure.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Is there any way to get more details?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@dev HbaseData]# psql.py -d "|" localhost tgb_counter.csv&lt;/P&gt;&lt;P&gt;……&lt;/P&gt;&lt;P&gt;15/09/17 17:57:55 ERROR util.CSVCommonsLoader: Error upserting record [263, 1442437680, 1442437730, , 1442437703, 9, Moundville, UNKNOWN, Standard Outdoor TGB w/ Argus/Alpha Supply, 20150916, 20150916, 0, 0, 3, 0, 0, 18, 2, 3, 8, 0, 0, 18, 2, 3, 8, 0, 0, 0, 0, 0, 0, 61, 61, 61, 1442437716, 1442437806, ALOHA, 901162486, ALOHA/Double density reduced, ALOHA, 901112486, ALOHA/Normal, Poll Response/Priority, 901137486, Poll Response/Priority, ALOHA, 901187486, ALOHA/Double density reduced, , , , , , , , , , , , ]: java.sql.SQLException: &lt;STRONG&gt;ERROR 201 (22000): Illegal data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;15/09/17 17:57:55 ERROR util.CSVCommonsLoader: Error upserting record [263, 1442437860, 1442437913, , 1442437888, 10, Moundville, UNKNOWN, Standard Outdoor TGB w/ Argus/Alpha Supply, 20150916, 20150916, 5, 0, 1, 0, 0, 20, 6, 21, 11, 4, 0, 20, 6, 21, 11, 0, 0, 0, 0, 0, 0, 61, 61, 61, 1442437995, 1442438125, ALOHA, 901162486, ALOHA/Double density reduced, ALOHA, 901112486, ALOHA/Normal, Poll Response/Priority, 901137486, Poll Response/Priority, ALOHA, 901187486, ALOHA/Double density reduced, , , , , , , , , , , , ]: java.sql.SQLException: &lt;STRONG&gt;ERROR 201 (22000): Illegal data.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 02:52:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94933#M8191</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-10-06T02:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix Error Description</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94934#M8192</link>
      <description>&lt;P&gt;Try loading your data into Phoenix via the MapReduce loader, I believe it provides better error logging - &lt;A href="http://phoenix.apache.org/bulk_dataload.html" target="_blank"&gt;http://phoenix.apache.org/bulk_dataload.html&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 03:00:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94934#M8192</guid>
      <dc:creator>awatson</dc:creator>
      <dc:date>2015-10-07T03:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix Error Description</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94935#M8193</link>
      <description>&lt;P&gt;This error will be thrown when an invalid or illegal data value for a columns is found. Please verify all the data as for the columns' data types'.&lt;/P&gt;&lt;P&gt;found there is an empty value for some column check whether it's expected or not?&lt;/P&gt;&lt;P&gt;1442437730, , 1442437703&lt;/P&gt;&lt;P&gt;1442437913, , 1442437888&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:04:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94935#M8193</guid>
      <dc:creator>rchintaguntla</dc:creator>
      <dc:date>2015-10-07T17:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix Error Description</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94936#M8194</link>
      <description>&lt;P&gt;@bsaini@hortonworks.com.&lt;/P&gt;&lt;P&gt;What i usually do in this case is to open the data file(CSV) and copy the row to problematic row excel sheet  and also place the row which is inserting without any issues and compare these 2 rows on  individual columns values against the datatype. its most likely either the datatype is not matching with the values are you are inserting a null / no value for a primary key column.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:11:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94936#M8194</guid>
      <dc:creator>Jagatheeshr</dc:creator>
      <dc:date>2015-10-07T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Phoenix Error Description</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94937#M8195</link>
      <description>&lt;P&gt;I also ran into this problem and it was painful to troubleshoot.  Is there a JIRA to improve the error message?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 04:03:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Phoenix-Error-Description/m-p/94937#M8195</guid>
      <dc:creator>vzlatkin</dc:creator>
      <dc:date>2016-02-08T04:03:39Z</dc:date>
    </item>
  </channel>
</rss>

