Skip to content

Commit 6058aea

Browse files
cxzl25dongjoon-hyun
authored andcommitted
ORC-1587: Fix usage command of SparkBenchmark document
### What changes were proposed in this pull request? ``` java -jar spark/target/orc-benchmarks-spark-${ORC_VERSION}.jar spark data ``` ### Why are the changes needed? ```bash java -jar spark/target/orc-benchmarks-spark-*.jar spark data ``` ``` Error: Invalid or corrupt jarfile spark/target/orc-benchmarks-spark-2.1.0-SNAPSHOT-nohive.jar ``` ### How was this patch tested? local test ### Was this patch authored or co-authored using generative AI tooling? No Closes #1749 from cxzl25/ORC-1587. Authored-by: sychen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 850072d) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 444d571 commit 6058aea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

java/bench/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ To run full read benchmark:
3838

3939
```% java -jar hive/target/orc-benchmarks-hive-*-uber.jar read-all data```
4040

41-
To run a write benchmark:
41+
To run a write benchmark:
42+
4243
```% java -jar hive/target/orc-benchmarks-hive-*-uber.jar write data```
4344

4445
To run column projection benchmark:
@@ -55,5 +56,5 @@ To run row-filter benchmark:
5556

5657
To run spark benchmark:
5758

58-
```% java -jar spark/target/orc-benchmarks-spark-*.jar spark data```
59+
```% java -jar spark/target/orc-benchmarks-spark-${ORC_VERSION}.jar spark data```
5960

0 commit comments

Comments
 (0)