Open ztcheck opened 4 years ago
in addition,in k8s,this conf shortCircuitPolicy: "uuid"
does not take effect .
@marrycheck can you elaborate here:
When i set confs(such like ,alluxio.master.mount.table.root.ufs: "s3://spark-operator/alluxio_k8s/") in the properties for master
How did you set it?
@marrycheck can you elaborate here:
When i set confs(such like ,alluxio.master.mount.table.root.ufs: "s3://spark-operator/alluxio_k8s/") in the properties for master
How did you set it?
I set it in `config.yaml
which is used on K8S.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
@ssz1997 is this still valid? otherwise help me close this please
This is one of the examples of this issue: https://github.com/Alluxio/alluxio/issues/15232
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
Alluxio Version: 2.1.2
Describe the bug When i set confs(such like ,alluxio.master.mount.table.root.ufs: "s3://spark-operator/alluxio_k8s/") in the properties for master,they didn't take effect.But when I copy them to properties for all the components,they worked.
To Reproduce Install Alluxio 2.1.2 on k8s,then set conf ,such like
alluxio.master.mount.table.root.ufs: "s3://spark-operator/alluxio_k8s/"
in the properties for master.Using under commands to check it:Expected behavior The conf expected is :
s3://spark-operator/alluxio_k8s/
, not/opt/alluxio-2.1.2/underFSStorage
Urgency Primary
Additional context Add any other context about the problem here.