<?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 Delta Lake Python in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-lake-python/m-p/15210#M9567</link>
    <description>&lt;P&gt;I have setup a virtual environment inside my existing hadoop cluster. Since the current cluster does not have spark &amp;gt;3 , so i installed delta spark using virtual environment. While trying to access the hdfs which is kerberose one, Getting below error. Can you one help to advise on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;Client auth mode SIMPLE, mechanism is not supported on zone, Auth:kerberos_only&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from delta import *
    
builder = pyspark.sql.SparkSession.builder.appName("MyApp") \
   .config("spark.sql.extensions", "io.delta.sql.DeltaSparkSessionExtension") \
   .config("spark.sql.catalog.spark_catalog", "org.apache.spark.sql.delta.catalog.DeltaCatalog")
    
spark = configure_spark_with_delta_pip(builder).getOrCreate()
spark.read.parquet("hdfs/parquet_path")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 09:36:53 GMT</pubDate>
    <dc:creator>delta_lake</dc:creator>
    <dc:date>2021-09-17T09:36:53Z</dc:date>
    <item>
      <title>Delta Lake Python</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-python/m-p/15210#M9567</link>
      <description>&lt;P&gt;I have setup a virtual environment inside my existing hadoop cluster. Since the current cluster does not have spark &amp;gt;3 , so i installed delta spark using virtual environment. While trying to access the hdfs which is kerberose one, Getting below error. Can you one help to advise on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;Client auth mode SIMPLE, mechanism is not supported on zone, Auth:kerberos_only&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;from delta import *
    
builder = pyspark.sql.SparkSession.builder.appName("MyApp") \
   .config("spark.sql.extensions", "io.delta.sql.DeltaSparkSessionExtension") \
   .config("spark.sql.catalog.spark_catalog", "org.apache.spark.sql.delta.catalog.DeltaCatalog")
    
spark = configure_spark_with_delta_pip(builder).getOrCreate()
spark.read.parquet("hdfs/parquet_path")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 09:36:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-python/m-p/15210#M9567</guid>
      <dc:creator>delta_lake</dc:creator>
      <dc:date>2021-09-17T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Lake Python</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-lake-python/m-p/15212#M9569</link>
      <description>&lt;P&gt;Hi @Vasanth P​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please confirm the DBR version that you are using in the cluster? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are multiple DBR versions that is available with different spark and scala version which can utilised directly in databricks cluster.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 17:24:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-lake-python/m-p/15212#M9569</guid>
      <dc:creator>User16753724663</dc:creator>
      <dc:date>2021-09-28T17:24:25Z</dc:date>
    </item>
  </channel>
</rss>

