17. Databricks & Pyspark: Azure Data Lake Storage Integration with Databricks

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 57

  • @JalindarVarpe-h4o
    @JalindarVarpe-h4o Рік тому

    Enjoying the PySpark tutorials! Can you make a video on setting up Azure and navigating the portal? It would be super helpful. Thanks for the great content!

  • @lakshmipravallikamuttineni8197
    @lakshmipravallikamuttineni8197 27 днів тому

    Can you please explain when to use abfss and wasbs while setting the configuration. Since I'm new to this, I'm confused between these two.

  • @a2zhi976
    @a2zhi976 Рік тому +3

    you are my guru from onwards ..

  • @naveenkumarsingh3829
    @naveenkumarsingh3829 7 місяців тому

    hey you are using location as wasbs:// which is nothing but azure blob storage location , and sometimes you are taking abfss:// which is path to azure data lake gen2 location.. Since I am still learning , I am getting really confused now.. And your video says adls connection with databricks..then it should be abfss:// right for a file path?

  • @shivanisaini2076
    @shivanisaini2076 2 роки тому +2

    this video is worth watching, my concepts related to access the file in databricks are clear now thank you sir

  • @alexfernandodossantossilva4785
    @alexfernandodossantossilva4785 2 роки тому

    If we have a Vnet on the storage account? How can we access?

  • @rambevara5702
    @rambevara5702 Рік тому +1

    Don't we need to app registration for data lake?

    • @rajasdataengineering7585
      @rajasdataengineering7585  Рік тому

      That is another way of integration through service principal

    • @rambevara5702
      @rambevara5702 Рік тому

      @@rajasdataengineering7585 whatever it is fine right..brother where can I get this databricks notebook..do you have any GitHub

  • @lucaslira5
    @lucaslira5 2 роки тому +1

    with this option, is possible writing in data lake? Or only read?

  • @dhivakarb-ds9mi
    @dhivakarb-ds9mi 5 місяців тому

    I am getting this error
    Operation failed: "This request is not authorized to perform this operation using this permission."

  • @jagadeeswaran330
    @jagadeeswaran330 10 місяців тому +1

    Nice explanation!

  • @lucaslira5
    @lucaslira5 2 роки тому +1

    How would I do if the container had more files instead of just 1?

    • @rajasdataengineering7585
      @rajasdataengineering7585  2 роки тому

      We can use wildcard to select multiple files

    • @lucaslira5
      @lucaslira5 2 роки тому

      @@rajasdataengineering7585 what would this wildcard be like? I have two files in the container (city.csv and people.csv) but it's only bringing people.csv

    • @rajasdataengineering7585
      @rajasdataengineering7585  2 роки тому +1

      You can give *.csv so that it can pick all CSV files

    • @lucaslira5
      @lucaslira5 2 роки тому

      @@rajasdataengineering7585 But I would like to bring a specific file, for example my blob has 50 .csv files but I only want to bring people.csv to perform an ETL

    • @lucaslira5
      @lucaslira5 2 роки тому

      Would it be here for example to put .option("name","people.csv)?
      df = spark.read.format("csv").option("inferSchema","true").option("header", "true").option("delimiter",";").option("encoding","UTF-8").load(file_location)

  • @anoopkumar-f1r
    @anoopkumar-f1r 5 місяців тому +2

    Great Raja!

  • @Ramakrishna410
    @Ramakrishna410 2 роки тому +1

    Great knowledge. How can we apply access polices on mounted containers?
    For ex , 50 users have acess for databricks so , 50 users can see the all files under mounted container but i want to give read acess for few users only? How can we?

    • @rajasdataengineering7585
      @rajasdataengineering7585  2 роки тому +3

      Hi Alavala, Good question.
      Mount points can be accessed from darabricks through service principal or Azure Active Directory.
      If we use service principal (SP) to create a mount point, all users/groups under the databricks workspace can access all files/folders in mount point.
      So if you want restrict access for set of people, there are many ways. One common approach is use AAD to create mount point so that user access ca be controlled using IAM within Azure portal.
      Another approach could be creating 2 different databricks workspaces and accessing mount point through 2 different service principals one with read access, another with write access.
      Hope it helps

  • @kartechindustries3069
    @kartechindustries3069 2 роки тому +1

    Sir does azure data lake comes under community groups or free services

    • @rajasdataengineering7585
      @rajasdataengineering7585  2 роки тому +1

      No, azure data lake is paid services but Microsoft provides one month free subscription with some free credit. You can take advantage of it for your learning purpose

  • @AkashVerma-o7o
    @AkashVerma-o7o 11 місяців тому +1

    is it free to use azure data lake?

  • @felipedonosotapia
    @felipedonosotapia Рік тому +1

    Thanks so much!!! nice tutorial

  • @natarajbeelagi569
    @natarajbeelagi569 4 місяці тому +1

    How to hide access keys?

  • @rajivkashyap2816
    @rajivkashyap2816 2 роки тому

    Hi sir,
    Any git link is dere so that we can copy and paste the code

  • @HariprasanthSenthilkumar
    @HariprasanthSenthilkumar 3 місяці тому +1

    Can you please make a video to connect to ADLS by service principal

  • @ndbweurt34485
    @ndbweurt34485 2 роки тому +1

    very clear explaination. god bless u.

  • @DivyenduJ
    @DivyenduJ Рік тому +1

    Hello All, I am new to this and getting below error , many thanks if anyone could help for step 1:
    Invalid configuration value detected for fs.azure.account.keyInvalid configuration value detected for fs.azure.account.key

    • @rajasdataengineering7585
      @rajasdataengineering7585  Рік тому +2

      Hi, seems the access key is invalid. Could you check it once again from storage account

    • @DivyenduJ
      @DivyenduJ Рік тому +1

      @@rajasdataengineering7585 Thanks a lot sir for the guidance it worked , mistakenly set on rotate key. May be that's the reason.

    • @rajasdataengineering7585
      @rajasdataengineering7585  Рік тому +1

      Glad to know it worked!

  • @sujitunim
    @sujitunim 2 роки тому +1

    Really very helpful... could you please create video for on premise Kafka integration with databricks

  • @sravankumar1767
    @sravankumar1767 3 роки тому

    Nice explanation bro 👍

  • @subbareddybhavanam5829
    @subbareddybhavanam5829 2 роки тому +3

    Hi Raj, Can you please add data files too. like CSV and Json ...

  • @lovepeace2112
    @lovepeace2112 3 роки тому

    good