Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud storage on grafana always show zero #6

Open
cometta opened this issue May 16, 2024 · 2 comments
Open

cloud storage on grafana always show zero #6

cometta opened this issue May 16, 2024 · 2 comments

Comments

@cometta
Copy link

cometta commented May 16, 2024

image

did i miss out any other config? i'm using s3a to read/write files

my config

    "spark.jars.packages": "ch.cern.sparkmeasure:spark-measure_2.12:0.24,ch.cern.sparkmeasure:spark-plugins_2.12:0.3",
    "spark.plugins": "ch.cern.HDFSMetrics,ch.cern.CloudFSMetrics",
    "spark.cernSparkPlugin.cloudFsName": "s3a",
    "spark.executor.metrics.fileSystemSchemes": "file"
@LucaCanali
Copy link
Member

The config seems OK.
Can you double check that you are using Spark 3.x with Scala 2.12, and that you are using s3a, that is your file paths should look like: "s3a://..." ?

@cometta
Copy link
Author

cometta commented May 17, 2024

@LucaCanali that's correct. i'm confirmed, using Spark 3.5.1, Scala 2.12 and s3a with custom endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants