cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

prapot
by New Contributor II
  • 5567 Views
  • 2 replies
  • 2 kudos

Resolved! How to write a Spark DataFrame to CSV file with our .CRC in Azure Databricks?

val spark:SparkSession = SparkSession.builder() .master("local[3]") .appName("SparkByExamples.com") .getOrCreate()//Spark Read CSV Fileval df = spark.read.option("header",true).csv("address.csv")//Write DataFrame to address directorydf.write...

  • 5567 Views
  • 2 replies
  • 2 kudos
Latest Reply
Nw2this
New Contributor II
  • 2 kudos

Will your csv have the name prefix 'part-' or can you name it whatever you like?

  • 2 kudos
1 More Replies
Labels