Skip to content

Commit

Permalink
Fix default Alluxio writetype config (#3262)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangXiaozheng <[email protected]>
  • Loading branch information
zhang-x-z authored and cheyang committed Jun 3, 2023
1 parent 8c20234 commit ae1f6f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ddc/alluxio/transform_optimization.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (e *AlluxioEngine) optimizeDefaultProperties(runtime *datav1alpha1.AlluxioR
setDefaultProperties(runtime, value, "alluxio.user.block.worker.client.pool.min", "512")
setDefaultProperties(runtime, value, "alluxio.fuse.debug.enabled", "false")
setDefaultProperties(runtime, value, "alluxio.web.ui.enabled", "false")
setDefaultProperties(runtime, value, "alluxio.user.file.writetype.default", "MUST_CACHE")
setDefaultProperties(runtime, value, "alluxio.user.ufs.block.read.location.policy", "alluxio.client.block.policy.LocalFirstPolicy")
setDefaultProperties(runtime, value, "alluxio.user.block.write.location.policy.class", "alluxio.client.block.policy.LocalFirstAvoidEvictionPolicy")
setDefaultProperties(runtime, value, "alluxio.worker.allocator.class", "alluxio.worker.block.allocator.MaxFreeAllocator")
Expand Down

0 comments on commit ae1f6f9

Please sign in to comment.