fluid
fluid copied to clipboard
Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
We use Tensorflow in our machine learning with data in hdfs, Estimator reads data from HDFS using dataset. We want to use fluid to speed up our training. When we...
**What feature you'd like to add:** It's necessary to add memory resource requests into runtime workers so that the scheduler can find nodes that satisfy the resource requirements. For example,...
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** ``` ENV K8S_VERSION v1.14.8 RUN curl -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x /usr/local/bin/kubectl ``` **What you expect to happen:**...
**What feature you'd like to add:** To make alluxio runtime support ARM 64 in the end. 1. Support Alluxio [Dockerfile](https://github.com/Alluxio/alluxio/blob/master/integration/docker/Dockerfile) for ARM platform 2. Build the build scripts in https://github.com/fluid-cloudnative/fluid/tree/master/tools/alluxio...
**What is your environment(Kubernetes version, Fluid version, etc.)** **Describe the bug** **What you expect to happen:** **How to reproduce it** **Additional Information**
**Provide a link to that doc page:** The address where the imageNet dataset was downloaded is invalid, can you send a new address? **What is the defect and your suggestions...
### Ⅰ. Describe what this PR does ### Ⅱ. Does this pull request fix one issue? fixes #1896 ### Ⅲ. List the added test cases (unit test/integration test) if any,...
**What is your environment(Kubernetes version, Fluid version, etc.)** Fluid: main Kubernetes: 1.21.10 **Describe the bug** the [diagnose-fluid.sh](https://github.com/fluid-cloudnative/fluid/blob/master/tools/diagnose-fluid.sh) is not working properly following this [doc](https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/userguide/troubleshooting.md). 1. errors in some of the...
**What is your environment(Kubernetes version, Fluid version, etc.)** kubernetes: v1.19.8 fluid: v0.6.0-48de610 **Describe the bug** When the underlying file system is a distributed file system, the performance is poor, and...
**What feature you'd like to add:** 1. option to run fuse sidecar as init container in serverless mode (an annotation/label maybe) 2. fuse init container able to simple commands to...