Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add enable_hdfs flag in spark runtime config section (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrychenhf authored Apr 13, 2022
1 parent bfc55e3 commit 346f6a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/cloudtik/core/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,11 @@
"default": 1024
}
}
},
"enable_hdfs": {
"type": "boolean",
"description": "Whether to start HDFS cluster for temporary use. The HDFS should not be used for production data.",
"default": false
}
}
}
Expand Down

0 comments on commit 346f6a6

Please sign in to comment.