Open torvalds-dev-testbot[bot] opened 3 months ago
Not satisified with the answer
Hello! 👋 Please wait while I search the knowledge base for an answer; this usually takes about 30 seconds
Based on the provided documentation, to support both Hudi and Delta Lake in the same SparkSession, you need to use the spark_catalog
configuration parameter accordingly:
'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog'
for Hudi"spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog"
for Delta Lake.Follow-up questions:
Sources:
Ticket created successfully. Here is the link to the GitHub issue: https://github.com/numberlabs-developers/hudi/issues/235
Ticket created successfully. Here is the link to the GitHub issue: https://github.com/numberlabs-developers/hudi/issues/235
Tips before filing an issue
Describe the problem you faced A clear and concise description of the problem: Is it possible to support both Hudi and Delta Lake file formats in the same SparkSession for Spark 3.2 and above?
To Reproduce Steps to reproduce the behavior: 1. 2. 3. 4.
Expected behavior A clear and concise description of what you expected to happen.
Environment Description
Additional context Add any other context about the problem here.
Stacktrace Add the stacktrace of the error.