<?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: Impala queries through impala JDBC is running with empty user in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/80310#M12109</link>
    <description>&lt;P&gt;AuthMech=6?&amp;nbsp; I don't see that in the manual as an option.&amp;nbsp; Can you please post your full connection string?&amp;nbsp; Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 19:40:12 GMT</pubDate>
    <dc:creator>epowell</dc:creator>
    <dc:date>2018-09-25T19:40:12Z</dc:date>
    <item>
      <title>Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49964#M12087</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using zeppelin to run report using impala.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded impala JDBC to my linux machine, when i'm looking at the impala queries at cloudera manager, i see my queries running with empty user " ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't integrate LDAP authnitication yet with Impala.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 small questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- where and how i can pass the user that i need the queries to run with in the impala JDBC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- How i can restrict only queries qith user specific to run.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:57:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49964#M12087</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2022-09-16T10:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49976#M12088</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20409"&gt;@Fawze&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer for your 2nd question first, You have to implement apache sentry to restrict user specific&amp;nbsp;query access on impala. Work with your Hadoop admin to setup it on your cluster&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now for the first (generic) question, obviously you have to pass the parameter from the source. Apache sentry has dependency on other security tool called kerberos&amp;nbsp;which has a concept called keytab. so when you pass the user and password from the source, you also have to pass the keytab to authenticate your network.&amp;nbsp;you can achieve your first requirement with this step&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've shared some high level security information in the below link, hope this will give some idea&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Security-Apache-Sentry/Hadoop-Security-for-beginners/m-p/49876#M247" target="_blank"&gt;https://community.cloudera.com/t5/Security-Apache-Sentry/Hadoop-Security-for-beginners/m-p/49876#M247&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 02:48:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49976#M12088</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2017-01-26T02:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49977#M12089</link>
      <description>I'm already working to integrate authentication and security to my cluster,&lt;BR /&gt;it may takes time for me to complete this process, but my question where i&lt;BR /&gt;can provide user name in the impala JDBC if it in a linux user.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2017 03:04:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49977#M12089</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-01-26T03:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49980#M12090</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20409"&gt;@Fawze&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you didn't get my point yet,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't need to provide user name for impala &amp;nbsp;instead you can authenticate your table in two steps&amp;nbsp;&lt;BR /&gt;1. Network authentication using Kerberos&lt;BR /&gt;2. Query/Table level authentication using Apache Sentry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so when you call the query using JDBC, you need to pass user, passworld &amp;amp; keytab&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 03:30:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49980#M12090</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2017-01-26T03:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49982#M12091</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/18441" target="_blank"&gt;saranvisa&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I got your point, but currently i don't have any &lt;SPAN&gt;authentication &lt;/SPAN&gt;that i'm using.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;How i can enforce the queries running through specific impala JDBC to run with specific user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Maybe i'm missing something in the concept.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 03:38:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/49982#M12091</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-01-26T03:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50025#M12092</link>
      <description>&lt;P&gt;Anyone who can help with this please.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 19:46:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50025#M12092</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-01-26T19:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50175#M12093</link>
      <description>&lt;P&gt;This is my default.url and impala.url in the interpreter settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;jdbc:impala://xxxxxx:21050/;SID=fawze;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 02:21:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50175#M12093</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-01-31T02:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50216#M12094</link>
      <description>&lt;P&gt;Hi Fawze,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which JDBC driver are you using? And which version of it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Lars&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 00:37:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50216#M12094</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2017-02-01T00:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50232#M12095</link>
      <description>ImpalaJDBC4.jar&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2017 04:25:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50232#M12095</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-02-01T04:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50247#M12096</link>
      <description>&lt;P&gt;That version should have been downloaded from Cloudera and as such the downloaded file comes with its own version number. The current version is 2.5.36 and can be found here:&amp;nbsp;&lt;A href="http://www.cloudera.com/downloads/connectors/impala/jdbc/2-5-36.html" target="_blank"&gt;http://www.cloudera.com/downloads/connectors/impala/jdbc/2-5-36.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please have a look at the documentation contained in that download ("Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf"), especially at the section "Using User Name" and the "UID" parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Lars&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 16:03:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50247#M12096</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2017-02-01T16:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50392#M12097</link>
      <description>&lt;P&gt;Already tried this, I don't know how some can run query without user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i'm looking at CM i see akot of queries running with empty user and cann't localize the queries source and user, which make me hesitate to stop impala at my production cluster.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2017 04:04:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50392#M12097</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-02-04T04:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50512#M12098</link>
      <description>&lt;P&gt;Anyone here who is familiar with apache zeppelin?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 20:51:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/50512#M12098</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-02-06T20:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51106#M12099</link>
      <description>&lt;P&gt;Any help?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 07:46:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51106#M12099</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-02-18T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51249#M12100</link>
      <description>&lt;P&gt;Hi Fawze,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what version of the Impala JDBC driver are you using? What did you already try? The documentation of the latest version of the JDBC driver does not mention a "SID" parameter, but your connection string does. However, the documentation describes a "UID" parameter. Can you try using that one instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Lars&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:33:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51249#M12100</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2017-02-21T18:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51293#M12101</link>
      <description>&lt;P&gt;Hi Lars,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your comments before you asked me to check the UID and i mentioned the version 'm using, unfortunately, it doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 02:23:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51293#M12101</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-02-22T02:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51591#M12102</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Fawze,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That version should have been downloaded from Cloudera and as such the downloaded file comes with its own version number. The current version is 2.5.36. "ImpalaJDBC4.jar" is the name of the file, not the version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is the connection string you used? What was the error you received?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks, Lars&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 21:47:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51591#M12102</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2017-02-28T21:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51593#M12103</link>
      <description>&lt;P&gt;&lt;SPAN class="ng-scope ng-binding editable"&gt;jdbc:impala://ropr-dhc001:21050/;UID=fawze&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ng-scope ng-binding editable"&gt;Cloudera_ImpalaJDBC_2.5.5.1007.zip&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ng-scope ng-binding editable"&gt;No erros but the queries are running without user.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:04:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51593#M12103</guid>
      <dc:creator>Fawze</dc:creator>
      <dc:date>2017-02-28T22:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51597#M12104</link>
      <description>&lt;P&gt;Your version of the driver seems to be 2.5.5.&amp;nbsp;&lt;SPAN&gt;The current version is 2.5.36 and can be found here:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.cloudera.com/downloads/connectors/impala/jdbc/2-5-36.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.cloudera.com/downloads/connectors/impala/jdbc/2-5-36.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try again with the latest version and see if that help. The UID parameter should be supported there.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:35:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/51597#M12104</guid>
      <dc:creator>Lars Volker</dc:creator>
      <dc:date>2017-02-28T22:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/61849#M12105</link>
      <description>&lt;PRE&gt;Using Cloudera JDBC41_2.5.38.&lt;BR /&gt;&lt;BR /&gt;Tried various combinations but no luck using JDBC, user is empty.&lt;BR /&gt;&lt;BR /&gt;DataSource ds = &lt;SPAN&gt;new &lt;/SPAN&gt;com.cloudera.impala.jdbc41.DataSource();&lt;BR /&gt;ds.setURL(&lt;SPAN&gt;"jdbc:impala://&amp;lt;host&amp;gt;:21050;UseSasl=0;UID=test;AuthMech=0"&lt;/SPAN&gt;);&lt;BR /&gt;ds.setUserID(&lt;SPAN&gt;"test"&lt;/SPAN&gt;);&lt;BR /&gt;ds.setLoginTimeout(&lt;SPAN&gt;60&lt;/SPAN&gt;);&lt;BR /&gt;ds.setCustomProperty(&lt;SPAN&gt;"UID"&lt;/SPAN&gt;, &lt;SPAN&gt;"test"&lt;/SPAN&gt;);&lt;BR /&gt;ds.setCustomProperty(&lt;SPAN&gt;"USER"&lt;/SPAN&gt;, &lt;SPAN&gt;"test"&lt;/SPAN&gt;);&lt;BR /&gt;ds.setLogLevel(LogLevel.&lt;SPAN&gt;TRACE&lt;/SPAN&gt;.toString());&lt;BR /&gt;ds.setLogDirectory(&lt;SPAN&gt;"C:&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;temp&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;impala_log"&lt;/SPAN&gt;);&lt;BR /&gt;String sql = &lt;SPAN&gt;"select ....&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;try &lt;/SPAN&gt;(Connection connection = ds.getConnection(); ResultSet rs = connection.createStatement().executeQuery(sql) {&lt;BR /&gt;&lt;BR /&gt;    // print &lt;BR /&gt;&lt;BR /&gt;We do not have authentication turned on so I do get result back but "user" is empty on impalad host http://&amp;lt;impaladhost&amp;gt;:25000/queries&lt;BR /&gt;25000/queries&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I see that in python -&amp;gt; impala/hiveserver2.py it tries to read from os environment variable ('USER', 'USERNAME') etc.&lt;BR /&gt;I tried to do TRACE log for cloudera but could not make much sense of logs.&lt;BR /&gt;&lt;BR /&gt;If I use hue from cloudera manager then I do see user in impalad.&lt;BR /&gt;&lt;BR /&gt;Any idea what can I do in Java JDBC without turning on User or User/Password authentication.&lt;/PRE&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Nov 2017 01:28:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/61849#M12105</guid>
      <dc:creator>mihirkk</dc:creator>
      <dc:date>2017-11-15T01:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Impala queries through impala JDBC is running with empty user</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/63817#M12106</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have exactly the same empty username issue. My driver is&amp;nbsp;Impala JDBC v2.5.41 and I am not using username/password authentication. Not having the user name makes searching queries by user impossible. Anyone here can help?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 01:45:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-queries-through-impala-JDBC-is-running-with-empty/m-p/63817#M12106</guid>
      <dc:creator>trock</dc:creator>
      <dc:date>2018-01-19T01:45:19Z</dc:date>
    </item>
  </channel>
</rss>

