Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Feb 4, 2025
1 parent 87fe153 commit d0f0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/clickhouse-backend-debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parent: /developer-overview/
![gluten-debug-idea-config.png](../image/ClickHouse/gluten-debug-idea-config.png)

VM Options:
`-Dtpcds.data.path=/data/tpcds-data-sf1 -Dspark.gluten.sql.columnar.libpath=/path/to/gluten/cpp-ch/build/utils/extern-local-engine/libch.so -Dspark.test.home=/path/to/spark33`
`-Dgluten.test.data.path=/data -Dspark.gluten.sql.columnar.libpath=/path/to/gluten/cpp-ch/build/utils/extern-local-engine/libch.so -Dspark.test.home=/path/to/spark33`
> Download tpcds-data in https://gluten-nginx.kyligence.com/dataset/
> Download spark33 using `git clone --depth 1 --branch v3.3.1 https://github.com/apache/spark.git /tmp/spark33`
Expand Down

0 comments on commit d0f0ec5

Please sign in to comment.