<?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 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128) in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65116#M13516</link>
    <description>&lt;P&gt;I have seen this error reported both in the context of Cloudera ecosystem and in the general python context.&amp;nbsp; But the fact that this error is popping up even when I am not doing any string comparison seems a little strange; I thought that basic output of unicode was supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This error is coming from a basic select query:&lt;/P&gt;&lt;PRE&gt;Query: select my_column from my_table limit 1000000
Unknown Exception : 'ascii' codec can't encode character u'\xe8' in position 20483: ordinal not in range(128)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has this been addressed in later versions?&amp;nbsp; I happen to be on a rather old version:&lt;/P&gt;&lt;PRE&gt;$ impala-shell -v
Impala Shell v2.1.0-cdh4 (11a45f8) built on Thu Dec 18 07:45:47 PST 2014&lt;/PRE&gt;&lt;P&gt;Also, please note that this does not appear related to my terminal, as I can print that character otherwise:&lt;/P&gt;&lt;PRE&gt;$ python -c 'print(u"\xe8");'
è&lt;/PRE&gt;</description>
    <pubDate>Fri, 16 Sep 2022 12:56:11 GMT</pubDate>
    <dc:creator>epowell</dc:creator>
    <dc:date>2022-09-16T12:56:11Z</dc:date>
    <item>
      <title>'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65116#M13516</link>
      <description>&lt;P&gt;I have seen this error reported both in the context of Cloudera ecosystem and in the general python context.&amp;nbsp; But the fact that this error is popping up even when I am not doing any string comparison seems a little strange; I thought that basic output of unicode was supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This error is coming from a basic select query:&lt;/P&gt;&lt;PRE&gt;Query: select my_column from my_table limit 1000000
Unknown Exception : 'ascii' codec can't encode character u'\xe8' in position 20483: ordinal not in range(128)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has this been addressed in later versions?&amp;nbsp; I happen to be on a rather old version:&lt;/P&gt;&lt;PRE&gt;$ impala-shell -v
Impala Shell v2.1.0-cdh4 (11a45f8) built on Thu Dec 18 07:45:47 PST 2014&lt;/PRE&gt;&lt;P&gt;Also, please note that this does not appear related to my terminal, as I can print that character otherwise:&lt;/P&gt;&lt;PRE&gt;$ python -c 'print(u"\xe8");'
è&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:56:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65116#M13516</guid>
      <dc:creator>epowell</dc:creator>
      <dc:date>2022-09-16T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65129#M13517</link>
      <description>&lt;P&gt;This is supposed to be fixed since impala 1.4&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/IMPALA-489" target="_blank"&gt;https://issues.apache.org/jira/browse/IMPALA-489&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can check also&amp;nbsp;&lt;A href="https://issues.cloudera.org/browse/IMPALA-607" target="_blank"&gt;https://issues.cloudera.org/browse/IMPALA-607&lt;/A&gt; it may help you deal with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you really using cdh4?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 10:56:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65129#M13517</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-06T10:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65142#M13518</link>
      <description>&lt;P&gt;The fact that this was fixed in v1.4 is what is confusing to me, espcecially because I appear to be on version 2.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am able to run the command that was failing in that forum thread.&amp;nbsp; That is also a bit confusing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; impala-shell -i 10.0.0.1 -d myDB -q "select 'Ѳ'"
Starting Impala Shell without Kerberos authentication
Connected to 10.0.0.1:21000
Server version: impalad version 2.1.0-cdh4 RELEASE (build 11a45f84eb1f0d441ebad72cf9d65262f6cc2391)
Query: use `myDB`
Query: select 'Ѳ'
Query submitted at: 2018-03-06 16:52:51 (Coordinator: None)
Query progress can be monitored at: None/query_plan?query_id=5040fadc08d0c83e:64b2514f9d270fb5
+-----+
| 'ѳ' |
+-----+
| Ѳ   |
+-----+&lt;/PRE&gt;&lt;P&gt;Yes, I am really using CDH4.&amp;nbsp; Do you think that I wouldn't be facing this issue on CDH5?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a bunch for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 17:01:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65142#M13518</guid>
      <dc:creator>epowell</dc:creator>
      <dc:date>2018-03-06T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65167#M13519</link>
      <description>&lt;P&gt;CDH4 is 4 years old (last updated was on 2014 I think).&lt;/P&gt;&lt;P&gt;So even if Impala supports it, HDFS and Hive are too old and you may encounter various issues.&lt;/P&gt;&lt;P&gt;If you have such option, then upgrade to CDH5.14.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 10:41:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65167#M13519</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-07T10:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65183#M13520</link>
      <description>&lt;P&gt;Thank you for your reply and your advice, &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25406"&gt;@GeKas&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue has developed a bit more since my last reply, and has become even more puzzling.&amp;nbsp; Maybe this is just an old bug that I'm tripping on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It now appears that the issue only occurs when I write the results to a file AND do not include the -B parameter.&amp;nbsp; I did not detect this pattern until now but it appears consistent with my prior accounts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is everything working when output to the console:&lt;/P&gt;&lt;PRE&gt;$ impala-shell --print_header -i 10.0.0.1 -d myDB -q 'select phenolist from myTable where startpos = 225609789'
Starting Impala Shell without Kerberos authentication
Connected to 10.0.0.1:21000
Server version: impalad version 2.1.0-cdh4 RELEASE (build 11a45f84eb1f0d441ebad72cf9d65262f6cc2391)
Query: use `myDB`
Query: select phenolist from myTable where startpos = 225609789
+---------------------+
| phenolist           |
+---------------------+
| Pelger-Huët anomaly |
+---------------------+
Fetched 1 row(s) in 0.35s&lt;/PRE&gt;&lt;P&gt;If I direct results to a file, I get the error:&lt;/P&gt;&lt;PRE&gt;$ impala-shell ....  &amp;gt; tmp
Unknown Exception : 'ascii' codec can't encode character u'\xeb' in position 83: ordinal not in range(128)&lt;/PRE&gt;&lt;P&gt;And finally, if I add the -B parameter, things work again:&lt;/P&gt;&lt;PRE&gt;$ impala-shell -B ...  &amp;gt; tmp
Fetched 1 row(s) in 0.35s&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:10:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65183#M13520</guid>
      <dc:creator>epowell</dc:creator>
      <dc:date>2018-03-07T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65199#M13521</link>
      <description>&lt;P&gt;Just quickly tested your query.&lt;/P&gt;&lt;P&gt;The same error appears on&amp;nbsp;impalad version 2.10.0-cdh5.13.1 RELEASE (build 1e4b23c4eb52dac95c5be6316f49685c41783c51)&lt;/P&gt;&lt;P&gt;The same error appears if you use:&lt;/P&gt;&lt;PRE&gt;$ impala-shell ....  -o tmp&lt;/PRE&gt;&lt;P&gt;which is the same as redirecting output to the file.&lt;/P&gt;&lt;P&gt;You can always use -B, or if you want headers as well, you can use:&lt;/P&gt;&lt;PRE&gt;$ impala-shell ..... --print_header -B -o tmp&lt;/PRE&gt;&lt;P&gt;you can also specify the delimiter with "--output_delimiter"&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 08:26:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65199#M13521</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-08T08:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65220#M13522</link>
      <description>&lt;P&gt;This looks like&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/IMPALA-2717" target="_self"&gt;IMPALA-2717&lt;/A&gt;&amp;nbsp;to me. The Jira has a patch attached to it, but no-one ever seems to have pushed a code review for this. Unfortunately there's no targeted release for this issue. Contributions are always welcome, let me know if you want to give it a shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Lars&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 18:48:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65220#M13522</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2018-03-08T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65236#M13523</link>
      <description>&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;this is exactly the issue, at least for CDH5.13.2.&lt;/P&gt;&lt;P&gt;I have applied the patch to&amp;nbsp;/opt/cloudera/parcels/CDH/lib/impala-shell/lib/shell_output.py&lt;/P&gt;&lt;PRE&gt;       map(self.prettytable.add_row, rows)
-      return self.prettytable.get_string()
+      return self.prettytable.get_string().encode('utf-8')
     except Exception, e:&lt;/PRE&gt;&lt;P&gt;and now the command runs as appropriate.&lt;/P&gt;&lt;P&gt;Something not clear to me, I understand this patch to affect command when output file is specified with "-o file", but I do not understand it when output is redirected with "&amp;gt; file". It fails even you want to parse output , e.g. "| grep ...."&lt;/P&gt;&lt;P&gt;Why is impala-shell affected when output is other than stdout?&lt;/P&gt;&lt;P&gt;To be honest, normally there is almost no reason&amp;nbsp;to parse the results (or store) without "-B" for me. On the other hand, this is&amp;nbsp;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/21662"&gt;@epowell&lt;/a&gt;&amp;nbsp;issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my opinion, you should definitely add this patch, as everything should work with utf-8 encoding.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:18:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65236#M13523</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-09T15:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65240#M13524</link>
      <description>&lt;P&gt;Hi GeKas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understood your question. In general, writing to stdout should respect the local language settings of your shell:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$&amp;nbsp;echo $LANG
en_US.UTF-8&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Writing to a file however does not need to respect these, so it's behavior may be different.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 22:40:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65240#M13524</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2018-03-09T22:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65282#M13525</link>
      <description>&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;I totally agree with you on that. I was not clear, so let me rephrase it.&lt;/P&gt;&lt;P&gt;Without the fix, the below command runs successfully:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ impala-shell -i localhost:21000 -q "select 'Ѳ'"&lt;/PRE&gt;&lt;P&gt;While, the below command, fails:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ impala-shell -i localhost:21000 -q "select 'Ѳ'" -o tmp&lt;BR /&gt;Starting Impala Shell without Kerberos authentication&lt;BR /&gt;Connected to localhost:21000&lt;BR /&gt;Server version: impalad version 2.10.0-cdh5.13.2 RELEASE (build dc867db57915f55b697ef8cd9e00404a9385231a)&lt;BR /&gt;Query: select 'Ѳ'&lt;BR /&gt;Query submitted at: 2018-03-12 10:20:07 (Coordinator: http://localhost:25000)&lt;BR /&gt;Query progress can be monitored at: http://localhost:25000/query_plan?query_id=7c476a1defbdad29:de8ff88700000000&lt;BR /&gt;Unknown Exception : 'ascii' codec can't encode character u'\u0473' in position 11: ordinal not in range(128)&lt;BR /&gt;Could not execute command: select 'Ѳ'&lt;/PRE&gt;&lt;P&gt;But when I use the first command with redirect, fails also, which is not expected:&lt;/P&gt;&lt;PRE&gt;$ impala-shell -i localhost:21000 -q "select 'Ѳ'" &amp;gt; tmp
Starting Impala Shell without Kerberos authentication
Connected to localhost:21000
Server version: impalad version 2.10.0-cdh5.13.2 RELEASE (build dc867db57915f55b697ef8cd9e00404a9385231a)
Query: select 'Ѳ'
Query submitted at: 2018-03-12 10:22:12 (Coordinator: http://localhost:25000)
Query progress can be monitored at: http://localhost:25000/query_plan?query_id=f74a6fde13e4760a:a323131d00000000
Unknown Exception : 'ascii' codec can't encode character u'\u0473' in position 11: ordinal not in range(128)
Could not execute command: select 'Ѳ'&lt;/PRE&gt;&lt;P&gt;But, as I mentioned before, this is&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/21662"&gt;@epowell&lt;/a&gt;'s post. I just expressed my concern.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 09:25:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65282#M13525</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-12T09:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65313#M13526</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25406"&gt;@GeKas&lt;/a&gt; and &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/13477"&gt;@Lars Volker&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has been incredibly helpful to know that it is a documented bug and, further, that patching the bug will resolve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25406"&gt;@GeKas&lt;/a&gt; pointed out, I too find it confusing that redirecting standard output triggers the python bug.&amp;nbsp; At the point that stdout is being directed, isn't python out of the picture?&amp;nbsp; Yet it triggers the same bug as if python had been used to write to the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case, I am trying to pipe the result to a hadoop process.&amp;nbsp; What is strange is that I am almost certain that the script is using the -B flag, in which case I shouldn't be affected by this bug at all.&amp;nbsp; I am going to investigate today.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for all your help.&amp;nbsp; This has been a really, really good experience on the Cloudera forum &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 16:45:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65313#M13526</guid>
      <dc:creator>epowell</dc:creator>
      <dc:date>2018-03-12T16:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65324#M13527</link>
      <description>&lt;P&gt;For Python it makes a difference whether output gets printed to the terminal (which in this case likely supports unicode) or output is redirected to a file (which means it needs to be encoded in ASCII).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/492483/setting-the-correct-encoding-when-piping-stdout-in-python" target="_self"&gt;This post on StackOverflow&lt;/A&gt;&amp;nbsp;seems to describe the issue well. I linked the post in the JIRA for future reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Lars&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 19:18:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65324#M13527</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2018-03-12T19:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: 'ascii' codec can't encode character u'\xe8' in position 326681: ordinal not in range(128)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65423#M13528</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/13477"&gt;@Lars Volker&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Definitely learned something new there!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:23:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ascii-codec-can-t-encode-character-u-xe8-in-position-326681/m-p/65423#M13528</guid>
      <dc:creator>epowell</dc:creator>
      <dc:date>2018-03-15T17:23:12Z</dc:date>
    </item>
  </channel>
</rss>

