<?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: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143533#M106122</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;&lt;P&gt;First of everything, when i get into hive view i get the null pointer error. It is not letting run anything from hive view. I changed the execution engine to mr, I still get the same issue. Its a 2 node cluster and I am using ambari 2.2.2.0 and HDP - 2.4.2.0. I am using hive client to talk to the metastore. Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2016 20:58:08 GMT</pubDate>
    <dc:creator>Praninder</dc:creator>
    <dc:date>2016-09-14T20:58:08Z</dc:date>
    <item>
      <title>Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143520#M106109</link>
      <description>&lt;P&gt;I cannot get into ambari hive view, I get the following errors. I have restarted HS2 and hive metastore, webHcat server couple of times. It does not fix the problem. Webhcat failed to start after the install (not sure if webhcat server has to do something with the hive view, files view and Tez view). I can run a job from hive shell successfully.   
&lt;/P&gt;&lt;P&gt;E090 NullPointerException&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;java.lang.NullPointerException

java.lang.NullPointerException
	at org.apache.thrift.transport.TSocket.open(TSocket.java:168)
	at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:248)
	at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
	at org.apache.ambari.view.hive.client.Connection.openConnection(Connection.java:107)
	at org.apache.ambari.view.hive.client.Connection.(Connection.java:96)
	at org.apache.ambari.view.hive.client.ConnectionFactory.create(ConnectionFactory.java:68)
	at org.apache.ambari.view.hive.client.UserLocalConnection.initialValue(UserLocalConnection.java:42)
	at org.apache.ambari.view.hive.client.UserLocalConnection.initialValue(UserLocalConnection.java:26)
	at org.apache.ambari.view.utils.UserLocal.get(UserLocal.java:66)
	at org.apache.ambari.view.hive.resources.browser.HiveBrowserService.databases(HiveBrowserService.java:87)
	at sun.reflect.GeneratedMethodAccessor384.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	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.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:540)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:715)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)
	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.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.AmbariAuthorizationFilter.doFilter(AmbariAuthorizationFilter.java:196)
	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.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:1467)
	at org.apache.ambari.server.api.MethodOverrideFilter.doFilter(MethodOverrideFilter.java:72)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:47)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	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:1467)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
	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:429)
	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:216)
	at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:205)
	at org.apache.ambari.server.controller.AmbariHandlerList.handle(AmbariHandlerList.java:152)
	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:971)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	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)
  &lt;/PRE&gt;&lt;LI&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F060 Couldn't open connection to HDFS&lt;/P&gt;&lt;PRE&gt;org.apache.ambari.view.utils.hdfs.HdfsApiException: HDFS070 fs.defaultFS is not configured

org.apache.ambari.view.utils.hdfs.HdfsApiException: HDFS070 fs.defaultFS is not configured
	at org.apache.ambari.view.utils.hdfs.ConfigurationBuilder.getDefaultFS(ConfigurationBuilder.java:115)
	at org.apache.ambari.view.utils.hdfs.ConfigurationBuilder.parseProperties(ConfigurationBuilder.java:86)
	at org.apache.ambari.view.utils.hdfs.ConfigurationBuilder.buildConfig(ConfigurationBuilder.java:227)
	at org.apache.ambari.view.utils.hdfs.HdfsApi.(HdfsApi.java:65)
	at org.apache.ambari.view.utils.hdfs.HdfsUtil.connectToHDFSApi(HdfsUtil.java:126)
	at org.apache.ambari.view.hive.utils.SharedObjectsFactory.getHdfsApi(SharedObjectsFactory.java:128)
	at org.apache.ambari.view.hive.resources.savedQueries.SavedQueryService.getDefaultSettings(SavedQueryService.java:188)
	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:497)
	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:540)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:715)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)
	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.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.AmbariAuthorizationFilter.doFilter(AmbariAuthorizationFilter.java:196)
	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.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:1467)
	at org.apache.ambari.server.api.MethodOverrideFilter.doFilter(MethodOverrideFilter.java:72)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	at org.apache.ambari.server.api.AmbariPersistFilter.doFilter(AmbariPersistFilter.java:47)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	at org.apache.ambari.server.security.AbstractSecurityHeaderFilter.doFilter(AbstractSecurityHeaderFilter.java:109)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)
	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:1467)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
	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:429)
	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:216)
	at org.apache.ambari.server.controller.AmbariHandlerList.processHandlers(AmbariHandlerList.java:205)
	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:971)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	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)&lt;/PRE&gt;&lt;/LI&gt;</description>
      <pubDate>Fri, 09 Sep 2016 01:58:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143520#M106109</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-09T01:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143521#M106110</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please refer below links ( if you have Kerberos enabled in your cluster )&lt;/P&gt;&lt;P&gt;&lt;A href="http://crazyadmins.com/tag/ambari-file-view-kerberos/" target="_blank"&gt;http://crazyadmins.com/tag/ambari-file-view-kerberos/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/40658/configure-hive-view-for-kerberized-cluster.html" target="_blank"&gt;https://community.hortonworks.com/articles/40658/configure-hive-view-for-kerberized-cluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/41592/configure-pig-view-in-kerberized-hdp-cluster.html" target="_blank"&gt;https://community.hortonworks.com/articles/41592/configure-pig-view-in-kerberized-hdp-cluster.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/40635/configure-tez-view-for-kerberized-hdp-cluster.html" target="_blank"&gt;https://community.hortonworks.com/articles/40635/configure-tez-view-for-kerberized-hdp-cluster.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 02:01:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143521#M106110</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-09-09T02:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143522#M106111</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Take a look at &lt;A target="_blank" href="https://community.hortonworks.com/questions/20840/hive-f060-couldnt-open-connection-to-hdfs.html"&gt;https://community.hortonworks.com/questions/20840/hive-f060-couldnt-open-connection-to-hdfs.html&lt;/A&gt;.  Try creating a new Hive View to see if that one works properly.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_views_guide/content/creating_the_hive_view_instance.html"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_views_guide/content/creating_the_hive_view_instance.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 02:04:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143522#M106111</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-09T02:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143523#M106112</link>
      <description>&lt;P&gt;I get the below errors when i create a new hive view. I can see the databases though. but i cannot execute a hive query. I have not specified user root while creating a new hive view.&lt;/P&gt;&lt;P&gt;User: root is not allowed to impersonate admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;    org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: root is not allowed to impersonate admin

org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.authorize.AuthorizationException): User: root is not allowed to impersonate admin
	at org.apache.hadoop.ipc.Client.call(Client.java:1427)
	at org.apache.hadoop.ipc.Client.call(Client.java:1358)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)
	at com.sun.proxy.$Proxy147.getFileInfo(Unknown Source)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:771)
	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:497)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:252)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:104)
	at com.sun.proxy.$Proxy148.getFileInfo(Unknown Source)
	at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:2116)
	at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1315)
	at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1311)
	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
	at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1311)

&lt;/PRE&gt;&lt;P&gt; E090 HDFS030 Error in creation /user/admin/hive/jobs/hive-job-5-2016-09-08_03-31... [HdfsApiException]&lt;/P&gt;&lt;PRE&gt;    org.apache.ambari.view.utils.hdfs.HdfsApiException: HDFS030 Error in creation /user/admin/hive/jobs/hive-job-5-2016-09-08_03-31...

org.apache.ambari.view.utils.hdfs.HdfsApiException: HDFS030 Error in creation /user/admin/hive/jobs/hive-job-5-2016-09-08_03-31...
	at org.apache.ambari.view.utils.hdfs.HdfsUtil.findUnallocatedFileName(HdfsUtil.java:102)
	at org.apache.ambari.view.hive.resources.jobs.viewJobs.JobControllerImpl.setupStatusDir(JobControllerImpl.java:298)
	at org.apache.ambari.view.hive.resources.jobs.viewJobs.JobControllerImpl.setupStatusDirIfNotPresent(JobControllerImpl.java:264)
	at org.apache.ambari.view.hive.resources.jobs.viewJobs.JobControllerImpl.afterCreation(JobControllerImpl.java:243)
	at org.apache.ambari.view.hive.resources.jobs.viewJobs.JobResourceManager.create(JobResourceManager.java:57)
	at org.apache.ambari.view.hive.resources.jobs.JobService.create(JobService.java:428)
	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:497)
	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.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:540)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:715)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:770)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)
	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)

&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Sep 2016 02:37:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143523#M106112</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-09T02:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143524#M106113</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Your Ambari server is likely running as the root user.  So when it attempts to do things with any of the views, it tries to proxy as the user logged in via Ambari (typically Admin).  That is why you see "root" here.  It sounds like you haven't modified the proxy settings to enable the views to work.  Have you done the steps here for modifying the host and use proxy settings?&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.0.1/bk_ambari-views/content/setup_HDFS_proxy_user.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.0.1/bk_ambari-views/content/setup_HDFS_proxy_user.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.0.1/bk_ambari-views/content/setup_HDFS_user_directory.html"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.0.1/bk_ambari-views/content/setup_HDFS_user_directory.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 03:07:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143524#M106113</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-09T03:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143525#M106114</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have added these two properties. I still get the same exceptions. Can i get any help?&lt;/P&gt;&lt;PRE&gt;hadoop.proxyuser.root.groups=admin
hadoop.proxyuser.root.hosts=hadoop7master.localdomain&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 02:51:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143525#M106114</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-14T02:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143526#M106115</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Try putting quotes around admin like this:&lt;/P&gt;&lt;PRE&gt;hadoop.proxyuser.root.groups="admin"
hadoop.proxyuser.root.hosts=hadoop7master.localdomain&lt;/PRE&gt;&lt;P&gt;If that doesn't work, try using * to see if that helps isolate the problem:&lt;/P&gt;&lt;PRE&gt;hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=hadoop7master.localdomain&lt;/PRE&gt;&lt;P&gt;Did you also ensure that /user/admin directory was created in HDFS and owned by the admin user?&lt;/P&gt;&lt;PRE&gt;$ sudo su - hdfs
$ hadoop fs -mkdir /user/admin
$ hadoop fs -chown admin:hadoop /user/admin
&lt;/PRE&gt;&lt;P&gt;I assume that you restarted the services after you made the changes?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:03:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143526#M106115</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-14T03:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143527#M106116</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Yes. I tried with the properties that you have mentioned. I still get the same error. After making the changes effective i have created a new hive view. I am able to view hive tables but i am getting E090NullPointer exception and root not allowed to impersonation admin error. I cannot execute a query&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:27:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143527#M106116</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-14T03:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143528#M106117</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can try setting:&lt;/P&gt;&lt;PRE&gt;hadoop.proxyuser.root.hosts=*&lt;/PRE&gt;&lt;P&gt;to see if that resolves your issue.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:32:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143528#M106117</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-14T03:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143529#M106118</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I tried that too. I dont get user impersonation error but i still get nullpointerexception&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 03:39:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143529#M106118</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-14T03:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143530#M106119</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Did you check the above comment? Any help from your side?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 04:01:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143530#M106119</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-14T04:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143531#M106120</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Is the Thrift Server running?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 04:58:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143531#M106120</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-14T04:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143532#M106121</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I wonder if you are hitting this issue: &lt;A target="_blank" href="https://issues.apache.org/jira/browse/AMBARI-15727"&gt;https://issues.apache.org/jira/browse/AMBARI-15727&lt;/A&gt;, probably not.  You can try setting Hive queries to MR instead of Tez to see if the problem still exists.&lt;/P&gt;&lt;P&gt;Can you provide more information about your environment?  What version of Ambari are you using?  What version of HDP?&lt;/P&gt;&lt;P&gt;You said you can run a query from the hive shell.  Are you use the "hive" or the "beeline" client.  The hive client talks to the metastore directly.  The beeline client uses the thrift server and uses more of the overall stack.&lt;/P&gt;&lt;P&gt;Here is the documentation for the beeline client: &lt;A target="_blank" href="https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-BeelineExample"&gt;https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-BeelineExample&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 05:12:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143532#M106121</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-14T05:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143533#M106122</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;&lt;P&gt;First of everything, when i get into hive view i get the null pointer error. It is not letting run anything from hive view. I changed the execution engine to mr, I still get the same issue. Its a 2 node cluster and I am using ambari 2.2.2.0 and HDP - 2.4.2.0. I am using hive client to talk to the metastore. Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 20:58:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143533#M106122</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-14T20:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143534#M106123</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt;&lt;P&gt;Can you try using the beeline client to run the same queries that you run via the hive client?  I'm curious if that works, as the communication mechanism is different.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:52:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143534#M106123</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-14T23:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143535#M106124</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am able to connect via beeline client can execute the queries pretty much same as from hive client.&lt;/P&gt;&lt;P&gt;beeline&amp;gt; !connect jdbc:hive2://10.20.20.51:10000
Connecting to jdbc:hive2://10.20.20.51:10000
Enter username for jdbc:hive2://10.20.20.51:10000: root
Enter password for jdbc:hive2://10.20.20.51:10000: ********
Connected to: Apache Hive (version 1.2.1000.2.4.2.0-258)
Driver: Hive JDBC (version 1.2.1000.2.4.2.0-258)
Transaction isolation: TRANSACTION_REPEATABLE_READ
0: jdbc:hive2://10.20.20.51:10000&amp;gt; show databases;
+----------------+--+
| database_name  |
+----------------+--+
| default        |
| test           |
+----------------+--+
2 rows selected (0.096 seconds)
0: jdbc:hive2://10.20.20.51:10000&amp;gt; select * from test;
Error: Error while compiling statement: FAILED: SemanticException [Error 10001]: Line 1:14 Table not found 'test' (state=42S02,code=10001)
0: jdbc:hive2://10.20.20.51:10000&amp;gt; select * from test.testtable;
+-----------------+----------------+--+
| testtable.name  | testtable.age  |
+-----------------+----------------+--+
| xyz             | 25             |
+-----------------+----------------+--+
1 row selected (0.56 seconds)
0: jdbc:hive2://10.20.20.51:10000&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:08:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143535#M106124</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-15T00:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143536#M106125</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12825/pranindervuppala.html" nodeid="12825"&gt;@Praneender Vuppala&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can take a look at the Ambari Server logs to see if you can get more information about the errors:&lt;/P&gt;&lt;PRE&gt;/var/log/ambari-server/ambari-server.log
&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:28:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143536#M106125</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-15T00:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143537#M106126</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I am running java 1.8.0_101. The link you pointed hortonworks community has a solution saying "java update to 1.8.0.71 fixed the issue". Do you think 1.8.0_101 should be degraded to 1.8.0.71. Is that a good practice?  &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:32:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143537#M106126</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-15T00:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143538#M106127</link>
      <description>&lt;P&gt;What version of java are you running?  Type&lt;/P&gt;&lt;PRE&gt;java -version&lt;/PRE&gt;&lt;P&gt;Are you using OpenJDK or Oracle?  Did you install it manually?  Or did you install it via yum?&lt;/P&gt;&lt;P&gt;This link walks you through the process of changing your JDK for HDP: &lt;A target="_blank" href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_reference_guide/content/ch_changing_the_jdk_version_on_an_existing_cluster.html"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_reference_guide/content/ch_changing_the_jdk_version_on_an_existing_cluster.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:54:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143538#M106127</guid>
      <dc:creator>myoung</dc:creator>
      <dc:date>2016-09-15T00:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Hive view, Files view, Tez view does not work. throws null pointer exception</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143539#M106128</link>
      <description>&lt;P&gt;It started working. All i did is to restart the ambari-agents and ambari-server.&lt;/P&gt;&lt;P&gt;Thanks for the help &lt;A rel="user" href="https://community.cloudera.com/users/2695/myoung.html" nodeid="2695"&gt;@Michael Young&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 01:49:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-Hive-view-Files-view-Tez-view-does-not-work-throws/m-p/143539#M106128</guid>
      <dc:creator>Praninder</dc:creator>
      <dc:date>2016-09-15T01:49:01Z</dc:date>
    </item>
  </channel>
</rss>

