cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

kashy
by New Contributor III
  • 14804 Views
  • 2 replies
  • 0 kudos

Resolved! Access Foreign Catalog using Python in Notebook

Hello - I have a foreign catalog which I can access fine in SQL.  However, I can't access it from from python notebook.i.e. this works just fine if I have notebook using a Pro SQL Warehouse%sqlUSE CATALOG <my_foreign_catalog_name>;USE SCHEMA public;S...

  • 14804 Views
  • 2 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, Are you using this in single user cluster? Also, please tag @Debayan with your next response so that I will get notified. 

  • 0 kudos
1 More Replies
Kratik
by New Contributor III
  • 2126 Views
  • 1 replies
  • 0 kudos

--files in spark submit task

Regarding --files option in spark submit task of Databricks jobs, would like to understand how it works and what is the syntax to pass multiple files to --files? I tried using --files and --py-files and my understanding is, it should make available t...

  • 2126 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, could you please check if this helps: https://docs.databricks.com/en/files/index.html Also please tag @Debayan​ with your next response which will notify me, Thank you!

  • 0 kudos
Phani1
by Valued Contributor II
  • 986 Views
  • 1 replies
  • 0 kudos

Hive Migration best practices

Hi ,Could you please share with us the approach and best practices for migrating from hadoop-hive to Databricks?Regards,Phanindra

  • 986 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, You can try checking the below resources:  https://www.databricks.com/resources/ebook/migration-guide-hadoop-to-databricks https://www.databricks.com/solutions/migration/hadoop https://www.databricks.com/blog/2021/08/06/5-key-steps-to-successfull...

  • 0 kudos
Phani1
by Valued Contributor II
  • 1426 Views
  • 1 replies
  • 0 kudos

Sqoop Migration best practices

Hi ,Could you please share with us the approach and best practices for migrating from hadoop-SQOOP to Databricks?

  • 1426 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, You can try checking the below resources:  https://www.databricks.com/resources/ebook/migration-guide-hadoop-to-databricks https://www.databricks.com/solutions/migration/hadoop https://www.databricks.com/blog/2021/08/06/5-key-steps-to-successfull...

  • 0 kudos
Phani1
by Valued Contributor II
  • 886 Views
  • 1 replies
  • 0 kudos

OOZE Jobs migration to databricks

Hi ,Could you please share with us the approach and best practices for migrating from hadoop-ooze jobs to Databricks?

  • 886 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, You can try checking the below resources on Hadoop migration:  https://www.databricks.com/resources/ebook/migration-guide-hadoop-to-databricks https://www.databricks.com/solutions/migration/hadoop https://www.databricks.com/blog/2021/08/06/5-key-...

  • 0 kudos
Phani1
by Valued Contributor II
  • 1779 Views
  • 1 replies
  • 0 kudos

HDFS to Databricks

Hi ,Could you please share with us the approach and best practices for migrating from hadoop-HDFS to Databricks?

  • 1779 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, You can try checking the below resources:  https://www.databricks.com/resources/ebook/migration-guide-hadoop-to-databricks https://www.databricks.com/solutions/migration/hadoop https://www.databricks.com/blog/2021/08/06/5-key-steps-to-successfull...

  • 0 kudos
jlmontie
by New Contributor II
  • 1154 Views
  • 1 replies
  • 0 kudos

Notebook runs with error when run as a job

I am using a notebook to copy over my database on a schedule (I had no success connecting through the Data Explorer UI). When I run the notebook on its own, it works. When I run it as a scheduled job, I get this error. org.apache.spark.SparkSQLExcept...

  • 1154 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, the error code is minimal, could you please post the whole error if that is possible?  Also please tag @Debayan​ with your next response which will notify me, Thank you!

  • 0 kudos
Rex1
by New Contributor III
  • 7819 Views
  • 1 replies
  • 0 kudos

Resolved! Recover Account Owner

Need help recovering account owner.Problem: Account owner cannot sign in with its password after SSO was configured. Account owner is a DL for team ownership so it doesn't have an AWS account and can't configure in AD group since it has "+" in the em...

  • 7819 Views
  • 1 replies
  • 0 kudos
Latest Reply
Rex1
New Contributor III
  • 0 kudos

Resolved by temporarily disabling SSO with Active directory that wasn't allowing an email to be created with "+"

  • 0 kudos
Fz1
by New Contributor III
  • 3034 Views
  • 3 replies
  • 1 kudos

DLT Pipeline unable to find custom Libraries/Wheel packages

We have our DLT pipeline and we need to import our custom libraries packaged in wheel files.We are on Azure DBX and we are using Az DevOps CI/CD to build and deploy the wheel packages on our DBX environment. In the top of our DLT notebook we are impo...

Get Started Discussions
dbfs
dlt
Libraries
python
wheel
  • 3034 Views
  • 3 replies
  • 1 kudos
Latest Reply
ColibriMike
New Contributor II
  • 1 kudos

"context_based_upload_for_execute": truein projects.json allowed the code to run - but ended withRuntimeError: Cannot start a remote Spark session because there is a regular Spark session already running.

  • 1 kudos
2 More Replies
Juroy_Lim
by New Contributor III
  • 2191 Views
  • 1 replies
  • 0 kudos

Will the cells in the notebook keep running even if the browser is closed?

The Execute ML Model Pipeline celll has finished running, it took 2.27 days to finish running. However, the code in the following cell called Process JSON Output needs to take a very long time again to run. Can I simply close the browser and shut dow...

Execute ML Model Pipeline.png Process JSON Output.png
Get Started Discussions
azure
Databricks
Notebook
  • 2191 Views
  • 1 replies
  • 0 kudos
Latest Reply
Debayan
Databricks Employee
  • 0 kudos

Hi, I have just tested it internally, even if the browser is closed the notebook keeps on running. You can start with a quick job to test it. Also, please tag @Debayan with your next response so that I will get notified. 

  • 0 kudos
norbitek
by New Contributor II
  • 1503 Views
  • 1 replies
  • 0 kudos

Is it a bug in DEEP CLONE?

Hi,I'm trying to modify a delta table using following approach:Shallow clone of the table (source_table)Modification of the the clone (clonned_table)Deep clone of the modified table to the source table.Source delta table has 26 752 rows. Current Delt...

  • 1503 Views
  • 1 replies
  • 0 kudos
Maria_fed
by New Contributor III
  • 3222 Views
  • 6 replies
  • 0 kudos

Need help migrating company customer and partner academy accounts to work properly

Hi, originally I accidentally made a customer academy account with my company that is a databricks partner. Then I made an account using my personal email and listed my company email as the partner email for the partner academy account. that account ...

  • 3222 Views
  • 6 replies
  • 0 kudos
Latest Reply
APadmanabhan
Databricks Employee
  • 0 kudos

Hi @Maria_fed Thanks again, i have assigned your case to my colleague and you should hearing from them soon. Regards, Akshay

  • 0 kudos
5 More Replies

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group
Labels
Top Kudoed Authors