Data platformStacks integrationDatabricks09 — Reverse Reading Map

09 — Reverse Reading Map

Đọc reverse docs theo câu hỏi nghiên cứu thay vì theo số file hoặc subsystem rời.

Câu hỏi

Khi quay lại /Users/chimeyrock/ChimeyRock/databricks/reverse/docs, nên đọc theo thứ tự nào để trả lời cây câu hỏi Databricks Runtime?

Reading paths

1. Interactive runtime lifecycle

Đọc để trả lời driver sống lâu, boot, monitor, warm pool, autoscaling signal.

  • 01-tong-quan-kien-truc.md
  • 02-boot-flow.md
  • 12-nimbus-va-nephos.md
  • 13-chauffeur.md
  • 14-driverdaemon.md

2. Command execution path

Đọc để trả lời UI/API gửi code xuống driver và nhận result thế nào.

  • 13-chauffeur.md
  • 14-driverdaemon.md
  • 15-flow-thuc-thi-code.md
  • 05-python-notebook-kernel.md

3. Identity / run_as

Đọc để trả lời runtime biết ai đang chạy và run_as được handle ở đâu.

  • 16-authn-danh-tinh.md
  • 21-run-as-va-principal-context.md
  • 14-driverdaemon.md phần command context / telemetry

4. AuthZ / FGAC

Đọc để trả lời catalog, permission, row filter, column mask, UC/HMS/Ranger mental model.

  • 17-authz-acl.md
  • 19-credentials-passthrough.md
  • 18-storage-filesystem.md

5. Credential / storage boundary

Đọc để trả lời logical permission thành storage credential/path access thế nào.

  • 18-storage-filesystem.md
  • 19-credentials-passthrough.md
  • 17-authz-acl.md

6. Config / telemetry / package support topics

Đọc khi cần support các câu trên bằng config/log/classpath evidence.

  • 03-config-va-classpath.md
  • 04-jars-va-monorepo.md
  • 06-4-phat-hien-quan-trong.md
  • 09-huong-dan-decompile.md
  • 10-roadmap.md

Rule đọc

Không đọc snapshot kiểu “file này nói về gì”. Đọc kiểu:

Câu hỏi đang trả lời là gì?
Evidence nào support câu trả lời?
Evidence nào chỉ là dấu vết tên class/config?
Còn thiếu gì để upgrade từ hypothesis thành verified claim?

On this page