Câu 86: Databricks Certified Associate Developer for Apache Spark
In what order should the below lines of code be run in order to write DataFrame storesDF to file path filePath as parquet and partition by values in column division?Lines of code:1. .write() \2. .partitionBy("division") \3. .parquet(filePath)4. .storesDF \5. .repartition("division")6. .write \7. .path(filePath, "parqu…
Nội dung câu hỏi
In what order should the below lines of code be run in order to write DataFrame storesDF to file path filePath as parquet and partition by values in column division?Lines of code:1. .write() \2. .partitionBy("division") \3. .parquet(filePath)4. .storesDF \5. .repartition("division")6. .write \7. .path(filePath, "parquet")
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. 4, 1, 2, 3
- B. 4, 1, 5, 7
- C. 4, 6, 2, 3 — đáp án hiện tại
- D. 4, 1, 5, 3
- E. 4, 6, 2, 7
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.