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

[FEA] Add support for the Databricks environment for user tools qualification #1

Open
amahussein opened this issue Feb 17, 2023 · 0 comments

Comments

@amahussein
Copy link
Collaborator

Final proposal for the first iteration

Assumptions

No DBFS paths

  • users store the eventlogs on S3
  • remote storage of the output of the wrapper is also S3

prerequisites

  1. install databricks-CLI
  2. configure the databricks-CLI (token, workspace, profile)
  3. install and configure aws-CLI

Running

  • command to run
# note that aws_key_id_name and aws_key_secret_name are not the actual keys
spark_rapids_user_tools databricks-aws qualification \
         --profile=<my-db-profile> \
         --cpu_cluster=<my-cluster_name/cpu_file_properties> \
         --gpu_cluster=<my-cluster_name/gpu_file_properties> \
         --remote_folder=<S3://> \
         --eventlogs <S3://>,<S3://>,<S3://>

Required options:

  • cpu_cluster
  • eventlogs required if the S3 path cannot be pulled from the cluster properties

The wrapper will download the dependencies "spark-jars, aws-sdk-jar, java-sdk-aws-bundle-jar"

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

1 participant