<?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>topic Re: The authentication type 10 is not supported in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17295#M11323</link>
    <description>&lt;P&gt;try the following to check connectivity between Databricks and your DB server&lt;/P&gt;&lt;P&gt;%sh ping servername&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%sh ping IP_Of_your_server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no connectivity, you would need to check your firewall / vNet and DNS mapping as Databricks takes fully qualify DNS instead server name with ports (assuming this is how you access your DB server "locally" in your network)&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 15:04:45 GMT</pubDate>
    <dc:creator>DBXC</dc:creator>
    <dc:date>2023-04-26T15:04:45Z</dc:date>
    <item>
      <title>The authentication type 10 is not supported</title>
      <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17293#M11321</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt; I use below code to connect to postgresql.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;df = spark.read \ 
    .jdbc("jdbc:postgresql://hostname:5432/dbname", "schema.table",
          properties={"user": "user", "password": "password"})\
      .load()
df.printSchema()
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt; However, I got the following error&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt; Can anyone help me to solve this problem? Thanks.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 10:32:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17293#M11321</guid>
      <dc:creator>LoiNguyen</dc:creator>
      <dc:date>2021-07-27T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: The authentication type 10 is not supported</title>
      <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17294#M11322</link>
      <description>&lt;P&gt;Hi, were you able to solve the issue? I just ran into the same problem and haven't found any other discussions on this.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 14:37:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17294#M11322</guid>
      <dc:creator>mlapierre</dc:creator>
      <dc:date>2022-04-06T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: The authentication type 10 is not supported</title>
      <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17295#M11323</link>
      <description>&lt;P&gt;try the following to check connectivity between Databricks and your DB server&lt;/P&gt;&lt;P&gt;%sh ping servername&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%sh ping IP_Of_your_server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no connectivity, you would need to check your firewall / vNet and DNS mapping as Databricks takes fully qualify DNS instead server name with ports (assuming this is how you access your DB server "locally" in your network)&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 15:04:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/17295#M11323</guid>
      <dc:creator>DBXC</dc:creator>
      <dc:date>2023-04-26T15:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: The authentication type 10 is not supported</title>
      <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/39925#M27096</link>
      <description>&lt;P&gt;Hey there! I can understand that this types of issue is frustrating for any users. If you are Mac user and still&amp;nbsp;struggling with the authentication problem on this site then you can check this source- &lt;A href="https://setapp.com/how-to/how-to-flush-dns-cache" target="_blank"&gt;https://setapp.com/how-to/how-to-flush-dns-cache&lt;/A&gt; that can be helpful to solve this type of problem. In this article they share complete tutorial about how to flush DNS cache on Mac. Good Luck for you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 10:45:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/39925#M27096</guid>
      <dc:creator>HaroldAlvarado</dc:creator>
      <dc:date>2023-08-16T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: The authentication type 10 is not supported</title>
      <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/43595#M27520</link>
      <description>&lt;P&gt;But how are we going to do this for those who use Windows?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 06:54:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/43595#M27520</guid>
      <dc:creator>simboss</dc:creator>
      <dc:date>2023-09-05T06:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: The authentication type 10 is not supported</title>
      <link>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/64021#M32435</link>
      <description>&lt;P&gt;in Windows the command is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ipconfig /flushdns&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 16:41:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/the-authentication-type-10-is-not-supported/m-p/64021#M32435</guid>
      <dc:creator>AntonioR</dc:creator>
      <dc:date>2024-03-18T16:41:15Z</dc:date>
    </item>
  </channel>
</rss>

