<?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: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' '' in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197286#M159337</link>
    <description>&lt;P&gt;Right. I’ve been having the same issue, so I just restored to a previous Ubuntu snapshot and reinstalled Hive 2.3.3 in hdp 3.0.1. Fingers crossed on me correcting what was wrong. Thx. &lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 11:48:27 GMT</pubDate>
    <dc:creator>jpt2t</dc:creator>
    <dc:date>2018-04-27T11:48:27Z</dc:date>
    <item>
      <title>org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197278#M159329</link>
      <description>&lt;P&gt;Whenever i am executing a query in hive i am getting this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '&amp;lt;EOF&amp;gt;' '&amp;lt;EOF&amp;gt;' '&amp;lt;EOF&amp;gt;'&lt;/P&gt;I am not understanding where i a going wrong.I have tried typing query manually but it didn't work.&lt;P&gt;could someone help me?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="14580-capture45.png" style="width: 953px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17851iC89BD745BACE2CC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="14580-capture45.png" alt="14580-capture45.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;java.lang.Exception: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''

java.lang.Exception: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''
 at org.apache.ambari.view.hive2.resources.jobs.JobService.getOne(JobService.java:141)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
 at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
 at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)
 at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)
 at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at com.sun.jersey.server.impl.uri.rules.SubLocatorRule.accept(SubLocatorRule.java:137)
 at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
 at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
 at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
 at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
 at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
 at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
 at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
 at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
 at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1507)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
 at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.apache.ambari.server.security.authorization.AmbariAuthorizationFilter.doFilter(AmbariAuthorizationFilter.java:257)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.apache.ambari.server.security.authorization.jwt.JwtAuthenticationFilter.doFilter(JwtAuthenticationFilter.java:96)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
 at org.apache.ambari.server.security.authentication.AmbariAuthenticationFilter.doFilter(AmbariAuthenticationFilter.java:88)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.apache.ambari.server.security.authorization.AmbariUserAuthorizationFilter.doFilter(AmbariUserAuthorizationFilter.java:91)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
 at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
 at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
 at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
 at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
 at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.apache.ambari.server.api.MethodOverrideFilter.doFilter(MethodOverrideFilter.java:72)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:47)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.apache.ambari.server.view.AmbariViewsMDCLoggingFilter.doFilter(AmbariViewsMDCLoggingFilter.java:54)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.apache.ambari.server.view.ViewThrottleFilter.doFilter(ViewThrottleFilter.java:161)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:82)
 at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:294)
 at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)
 at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
 at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
 at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
 at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
 at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
 at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427)
 at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
 at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
 at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
 at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:212)
 at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:201)
 at org.apache.ambari.server.controller.AmbariHandlerList.handle(AmbariHandlerList.java:139)
 at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
 at org.eclipse.jetty.server.Server.handle(Server.java:370)
 at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
 at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:973)
 at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1035)
 at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:641)
 at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:231)
 at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
 at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
 at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
 at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
 at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
 at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''
 at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:264)
 at org.apache.hive.jdbc.Utils.verifySuccessWithInfo(Utils.java:250)
 at org.apache.hive.jdbc.HiveStatement.runAsyncOnServer(HiveStatement.java:309)
 at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:250)
 at org.apache.ambari.view.hive2.HiveJdbcConnectionDelegate.execute(HiveJdbcConnectionDelegate.java:49)
 at org.apache.ambari.view.hive2.actor.StatementExecutor.runStatement(StatementExecutor.java:87)
 at org.apache.ambari.view.hive2.actor.StatementExecutor.handleMessage(StatementExecutor.java:70)
 at org.apache.ambari.view.hive2.actor.HiveActor.onReceive(HiveActor.java:38)
 at akka.actor.UntypedActor$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)
 at akka.actor.Actor$class.aroundReceive(Actor.scala:467)
 at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
 at akka.actor.ActorCell.invoke(ActorCell.scala:487)
 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
 at akka.dispatch.Mailbox.run(Mailbox.scala:220)
 at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397)
 at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
 at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
 at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
 at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''
 at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:335)
 at org.apache.hive.service.cli.operation.SQLOperation.prepare(SQLOperation.java:148)
 at org.apache.hive.service.cli.operation.SQLOperation.runInternal(SQLOperation.java:226)
 at org.apache.hive.service.cli.operation.Operation.run(Operation.java:276)
 at org.apache.hive.service.cli.session.HiveSessionImpl.executeStatementInternal(HiveSessionImpl.java:468)
 at org.apache.hive.service.cli.session.HiveSessionImpl.executeStatementAsync(HiveSessionImpl.java:456)
 at org.apache.hive.service.cli.CLIService.executeStatementAsync(CLIService.java:298)
 at org.apache.hive.service.cli.thrift.ThriftCLIService.ExecuteStatement(ThriftCLIService.java:506)
 at org.apache.hive.service.cli.thrift.TCLIService$Processor$ExecuteStatement.getResult(TCLIService.java:1317)
 at org.apache.hive.service.cli.thrift.TCLIService$Processor$ExecuteStatement.getResult(TCLIService.java:1302)
 at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
 at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)
 at org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56)
 at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:286)
 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.parse.ParseException:line 1:0 cannot recognize input near '' '' ''
 at org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:205)
 at org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:166)
 at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:437)
 at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:320)
 at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1219)
 at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1213)
 at org.apache.hive.service.cli.operation.SQLOperation.prepare(SQLOperation.java:146)
 ... 15 more
  &lt;/PRE&gt;
&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
        &lt;LI&gt;Press CTRL + Space to autocomplete&lt;/LI&gt;
        &lt;LI&gt;You can execute queries with multiple SQL statements delimited by a semicolon ';'&lt;/LI&gt;
        &lt;LI&gt;You can highlight and run a fragment of a query&lt;/LI&gt;
      
 " style="box-sizing: border-box; display: block; font-stretch: normal; line-height: 1; font-family: FontAwesome; font-size: 20px; text-rendering: auto; -webkit-font-smoothing: antialiased; cursor: pointer; border-bottom: 1px solid rgb(221, 221, 221); padding: 10px;"&amp;gt;SQLTEZ</description>
      <pubDate>Fri, 16 Sep 2022 11:27:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197278#M159329</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2022-09-16T11:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197279#M159330</link>
      <description>&lt;P&gt;What was your query?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 23:05:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197279#M159330</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2017-04-12T23:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197280#M159331</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; Do you have an additional newline character after the last query ending in semi-colon? If you do can you remove that and run again and see if that helps? &lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 23:26:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197280#M159331</guid>
      <dc:creator>trupti</dc:creator>
      <dc:date>2017-04-12T23:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197281#M159332</link>
      <description>&lt;P&gt;No there is no newline character after semicolon. I checked  typing manually.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 00:15:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197281#M159332</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-04-13T00:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197282#M159333</link>
      <description>&lt;P&gt;No there is no newline character after semicolon. I checked  typing manually.&lt;/P&gt;&lt;P&gt;@trupti&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 00:15:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197282#M159333</guid>
      <dc:creator>deepthi2897</dc:creator>
      <dc:date>2017-04-13T00:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197283#M159334</link>
      <description>&lt;P&gt;Can you post your commands that you are typing?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 04:47:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197283#M159334</guid>
      <dc:creator>trupti</dc:creator>
      <dc:date>2017-04-13T04:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197284#M159335</link>
      <description>&lt;P&gt;What was the resolution to this? &lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 06:57:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197284#M159335</guid>
      <dc:creator>jpt2t</dc:creator>
      <dc:date>2018-04-27T06:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197285#M159336</link>
      <description>&lt;P&gt;Generally speaking Hive view works. There are some boundary cases, specially when SQL comments are used when Hive fails with "cannot recognize input near '&amp;lt;EOF&amp;gt;'  '&amp;lt;EOF&amp;gt;'  '&amp;lt;EOF&amp;gt;' ", for example:&lt;/P&gt;&lt;PRE&gt;select * from TMP_TBL1 LIMIT 20;
-- comment
&lt;/PRE&gt;&lt;P&gt;OTOH, the following works:&lt;/P&gt;&lt;PRE&gt;select * from TMP_TBL1
-- comment
LIMIT 20;
&lt;/PRE&gt;&lt;P&gt;This is in Hive-1.2, packaged for example with HDP-2.6.0.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 08:03:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197285#M159336</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2018-04-27T08:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 1:0 cannot recognize input near '' '' ''</title>
      <link>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197286#M159337</link>
      <description>&lt;P&gt;Right. I’ve been having the same issue, so I just restored to a previous Ubuntu snapshot and reinstalled Hive 2.3.3 in hdp 3.0.1. Fingers crossed on me correcting what was wrong. Thx. &lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 11:48:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/org-apache-hive-service-cli-HiveSQLException-Error-while/m-p/197286#M159337</guid>
      <dc:creator>jpt2t</dc:creator>
      <dc:date>2018-04-27T11:48:27Z</dc:date>
    </item>
  </channel>
</rss>

