CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. 4, 1, 2, 3
  2. B. 4, 1, 5, 7
  3. C. 4, 6, 2, 3 — đáp án hiện tại
  4. D. 4, 1, 5, 3
  5. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề