Skip to content

Commit

Permalink
add fuse properties with default xengine (fluid-cloudnative#4302)
Browse files Browse the repository at this point in the history
* add fuse properties with default xengine

Signed-off-by: frankleaf <[email protected]>

* add hadoopconf

Signed-off-by: frankleaf <[email protected]>

---------

Signed-off-by: frankleaf <[email protected]>
  • Loading branch information
frankleaf committed Aug 30, 2024
1 parent b2e9298 commit 85019e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ddc/jindocache/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ func (e *JindoCacheEngine) transformFuse(runtime *datav1alpha1.JindoRuntime, val
"fs.oss.download.thread.concurrency": "32",
"fs.s3.download.queue.size": "16",
"fs.s3.download.thread.concurrency": "32",
"fs.xengine": "jindocache",
}

readOnly := false
Expand Down Expand Up @@ -834,6 +835,7 @@ func (e *JindoCacheEngine) transformLogConfig(runtime *datav1alpha1.JindoRuntime
"logger.cleaner.enable": "true",
"logger.sync": "false",
"logger.verbose": "0",
"hadoopConf.enable": "false",
}

if len(runtime.Spec.LogConfig) > 0 {
Expand Down

0 comments on commit 85019e0

Please sign in to comment.