<?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: hive Query error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183281#M145447</link>
    <description>&lt;P&gt;Thank you Sir.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Apr 2017 00:50:14 GMT</pubDate>
    <dc:creator>deepthi2897</dc:creator>
    <dc:date>2017-04-02T00:50:14Z</dc:date>
    <item>
      <title>hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183270#M145436</link>
      <description>&lt;P&gt;I am following this tutorial &lt;A href="https://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-sentiment-data/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-sentiment-data/&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I am getting this error while executing the query&lt;/P&gt;&lt;P&gt;create table IF NOT EXISTS tweets_sentiment stored as orc as select tweet_id, case when sum( polarity ) &amp;gt; 0 then 'positive' when sum( polarity ) &amp;lt; 0 then 'negative' else 'neutral' end as sentiment from l3 group by tweet_id;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14272-capture12.png" style="width: 1077px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19072iEB7813291550BD22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14272-capture12.png" alt="14272-capture12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have added the jar file as&lt;/P&gt;&lt;P&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;ADDJAR/usr/hdp/2.5.0.0-1245/hive/lib/json-serde-1.3.8-SNAPSHOT-jar-with-dependencies.jar;&lt;/PRE&gt;&lt;P&gt;This is the json file in tmp/tweets_staging directory&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"tweet_id":847679798029631488,"created_unixtime":1490937587636,"created_time":"Fri Mar 31 05:19:47 +0000 2017","lang":"it","displayname":"CislScuolaOlbia","time_zone":"Rome","msg":"RT DanFrancesconi crescereperilfuturo finito il 2?? congresso Cisl dell Area Metrobo lanuova segreteria con me Schincaglia agg Mochr??? "&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"tweet_id":847679829088411648,"created_unixtime":1490937595041,"created_time":"Fri Mar 31 05:19:55 +0000 2017","lang":"en","displayname":"Texas_Stella","time_zone":"","msg":"RT GotSanctuary Australia will bar its banks from collective bargaining with Apple AAPL"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 1, vertexId=vertex_1490936326185_0010_1_01, diagnostics=[Task failed, taskId=task_1490936326185_0010_1_01_000000, diagnostics=[TaskAttempt 0 failed, info=[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc? la farfalla dellarteOgni scrittore russo vi si riconobbe at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173) at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139) at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1724) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181) at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc? la farfalla dellarteOgni scrittore russo vi si riconobbe at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:91) at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:68) at org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325) at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150) ... 14 more Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc? la farfalla dellarteOgni scrittore russo vi si riconobbe at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563) at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:83) ... 17 more Caused by: org.apache.hadoop.hive.serde2.SerDeException: Row is not a valid JSON Object - JSONException: Unterminated string at 258 [character 259 line 1] at org.openx.data.jsonserde.JsonSerDe.onMalformedJson(JsonSerDe.java:412) at org.openx.data.jsonserde.JsonSerDe.deserialize(JsonSerDe.java:174) at org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149) at org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113) at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554) ... 18 more ], TaskAttempt 1 failed, info=[Error: Failure while running task:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc? la farfalla dellarteOgni scrittore russo vi si riconobbe at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:173) at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:139) at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:347) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:194) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:185) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1724) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:185) at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.callInternal(TezTaskRunner.java:181) at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc? la farfalla dellarteOgni scrittore russo vi si riconobbe at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:91) at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.pushRecord(MapRecordSource.java:68) at org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.run(MapRecordProcessor.java:325) at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:150) ... 14 more Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing writable {"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc? la farfalla dellarteOgni scrittore russo vi si riconobbe at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:563) at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:83) ... 17 more Caused by: org.apache.hadoop.hive.serde2.SerDeException: Row is not a valid JSON Object - JSONException: Unterminated string at 258 [character 259 line 1] at org.openx.data.jsonserde.JsonSerDe.onMalformedJson(JsonSerDe.java:412) at org.openx.data.jsonserde.JsonSerDe.deserialize(JsonSerDe.java:174) at org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.readRow(MapOperator.java:149) at org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.access$200(MapOperator.java:113) at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:554) ... 18 more ], TaskAttempt 2 failed&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could someone help me please ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:43:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183270#M145436</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2019-08-18T08:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183271#M145437</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16585/deepthi2897.html" nodeid="16585"&gt;@Sai Deepthi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;By any chance are you copying and pasting the queries to the hive query editor?   (Or are you typing the queries manually)&lt;/P&gt;&lt;P&gt;Because sometimes some extra (non printable) characters gets added to the query while copying and pasting that causes some issues in the parsing.&lt;/P&gt;&lt;P&gt;IN your error we see some parsing error at character position 258.  So please check the query.&lt;/P&gt;&lt;PRE&gt;Caused by: org.apache.hadoop.hive.serde2.SerDeException: Row is not a valid JSON Object - JSONException: Unterminated string at 258 [character 259 line 1] 
    at org.openx.data.jsonserde.JsonSerDe.onMalformedJson(JsonSerDe.java:412) 
&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 21:34:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183271#M145437</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-03-31T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183272#M145438</link>
      <description>&lt;P&gt;I have tried typing queries manually but the error is still der. I am adding the adding jar file each time I am executing the query to make sure.&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 21:49:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183272#M145438</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-03-31T21:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183273#M145439</link>
      <description>&lt;P&gt;Could you help me with another solution?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 00:19:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183273#M145439</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-04-01T00:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183274#M145440</link>
      <description>&lt;P&gt;@Sai Deepthi &lt;/P&gt;&lt;P&gt;I could see that the text is not terminated with quotes in the data and thats the reason for the error. &lt;/P&gt;&lt;P&gt;I believe the below data for the column "msg" is not terminated.&lt;/P&gt;&lt;P&gt;"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":&lt;STRONG&gt;"Una crisalidedonde usc?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If not could you share your data. Because string unterminated defines that the data/command is not completed without ending quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 03:17:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183274#M145440</guid>
      <dc:creator>balavignesh_nag</dc:creator>
      <dc:date>2017-04-01T03:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183275#M145441</link>
      <description>&lt;PRE&gt;{"tweet_id":847684224781926402,"created_unixtime":1490938643056,"created_time":"Fri Mar 31 05:37:23 +0000 2017","lang":"it","displayname":"lavoromilano1","time_zone":"","msg":"SAP FI SENIOR CONSULTANT https//tco/1o7bFH92N8 FINCONS Spa  Milano  Nell???ottica di un potenziamento dell???organico il Gruppo ?? alla ri???"}
{"tweet_id":847684241814978560,"created_unixtime":1490938647117,"created_time":"Fri Mar 31 05:37:27 +0000 2017","lang":"it","displayname":"PaolaGlmnn","time_zone":"Rome","msg":"Una crisalidedonde usc?? la farfalla dellarteOgni scrittore russo vi si riconobbe 
Dostoevskij
raccontiGogol https//tco/ygU33PW3uB"}
{"tweet_id":847684247867478021,"created_unixtime":1490938648560,"created_time":"Fri Mar 31 05:37:28 +0000 2017","lang":"it","displayname":"ITnewsNA","time_zone":"Rome","msg":"La Fiera del Baratto e dellUsato torna a Napoli  Magazine Pragma https//tco/23W25hV7vn Napoli news"}
&lt;/PRE&gt;&lt;P&gt;this is the data where the error is showing displayname: "PaolaGlmn" .I unable to figure out the invalid character.&lt;/P&gt;&lt;P&gt;@Bala Vignesh N V&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 12:51:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183275#M145441</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-04-01T12:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183276#M145442</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16585/deepthi2897.html" nodeid="16585"&gt;@Sai Deepthi&lt;/A&gt; It seems there is an invisible character. Could you try opening the file hadoop fs -cat v filename. it should allow you to see the invisible character. &lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 18:12:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183276#M145442</guid>
      <dc:creator>balavignesh_nag</dc:creator>
      <dc:date>2017-04-01T18:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183277#M145443</link>
      <description>&lt;P&gt;ya the characters are missing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14292-capture21.png" style="width: 1184px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19071iF9F9694958796BE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14292-capture21.png" alt="14292-capture21.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Does deleting that json file will solve my error?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:43:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183277#M145443</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2019-08-18T08:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183278#M145444</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16585/deepthi2897.html" nodeid="16585"&gt;@Sai Deepthi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As mentioned earlier that you need to check if any string literal is not closed properly. So please check your JSON data  specially around 258 character to find the issue.&lt;/P&gt;&lt;PRE&gt;Unterminatedstring at 258&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Looks like the problem is somewhere neat string&lt;STRONG&gt; "lidedonde usci la farafalla ...."&lt;/STRONG&gt; string which seems to be abruptly coming in your JSON file. I guess the bad characters are causing newline characters here  somwhere near "riconobbe" and after "Dostoevskij" words.&lt;/P&gt;&lt;PRE&gt;"msg":"Una crisalidedonde usc?? la farfalla dellarteOgni scrittore russo vi si riconobbe 
Dostoevskij
raccontiGogol https//tco/ygU33PW3uB"}&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;I guess if you open it in some good editor then you should be able to find those bad characters)&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 18:27:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183278#M145444</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-04-01T18:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183279#M145445</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16585/deepthi2897.html" nodeid="16585"&gt;@Sai Deepthi&lt;/A&gt; You can either delete it or fix that particular row and load it. It will solve your problem. &lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 20:40:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183279#M145445</guid>
      <dc:creator>balavignesh_nag</dc:creator>
      <dc:date>2017-04-01T20:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183280#M145446</link>
      <description>&lt;P&gt;Thank you so much. It got solved.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 00:49:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183280#M145446</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-04-02T00:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183281#M145447</link>
      <description>&lt;P&gt;Thank you Sir.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 00:50:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183281#M145447</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-04-02T00:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: hive Query error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183282#M145448</link>
      <description>&lt;P&gt;hello guys , please where can I modify the tweet , I got the same error with the same tweet (the sentiment analysis tutorial) ?? can't I find it by his id quickly and where?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2017 23:51:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-Query-error/m-p/183282#M145448</guid>
      <dc:creator>radhouane_touj</dc:creator>
      <dc:date>2017-07-29T23:51:34Z</dc:date>
    </item>
  </channel>
</rss>

