DATABRICKS-CERTIFIED-ASSOCIATE-DEVELOPER-FOR-APACHE-SPARK Web TestEngine demo

Exit VCEDump DATABRICKS-CERTIFIED-ASSOCIATE-DEVELOPER-FOR-APACHE-SPARK Databricks Certified Associate Developer for Apache Spark
Question 54 of 82
0% complete
Q54 Single choice

The code block displayed below contains an error. The code block should write DataFrame transactionsDf as a parquet file to location filePath after partitioning it on column storeId.

Find the error.

Code block:

transactionsDf.write.partitionOn("storeId").parquet(filePath)

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in