You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments