by
Phani1
• Valued Contributor II
- 302 Views
- 0 replies
- 0 kudos
Hi All,We have a SQL script file with lots of create, insert, and SQL statements. We need to figure out how to identify the dependencies between the statements dynamically(by using either spark/sql or using any program).For example - First, we need t...
- 302 Views
- 0 replies
- 0 kudos
by
Phani1
• Valued Contributor II
- 1067 Views
- 1 replies
- 1 kudos
Hi Team,Could you please help me what is the best way/best practices to copy around 3 TB of data(parquet) from HDFS to Databricks delta format and create external tables on top of it?Regards,Phanindra
- 1067 Views
- 1 replies
- 1 kudos
Latest Reply
Hi @Phani1, To efficiently copy around 3 TB of Parquet data from HDFS to Databricks Delta format and create external tables, you can follow these best practices:
Use the COPY INTO SQL Command:
The COPY INTO SQL command allows you to load data fr...