Skip to content

ORC-913: Support data/format/compress options in Spark benchmark#825

Merged
dongjoon-hyun merged 1 commit intoapache:mainfrom
williamhyun:bench2
Aug 7, 2021
Merged

ORC-913: Support data/format/compress options in Spark benchmark#825
dongjoon-hyun merged 1 commit intoapache:mainfrom
williamhyun:bench2

Conversation

@williamhyun
Copy link
Copy Markdown
Member

@williamhyun williamhyun commented Aug 7, 2021

What changes were proposed in this pull request?

This PR aims to support data/format/compress options in Spark benchmark.

Why are the changes needed?

This will make Spark benchmark more controllable.

This extension does not appear in -h option, however, it will work.

How was this patch tested?

Manual

java -jar spark/target/orc-benchmarks-spark-1.8.0-SNAPSHOT.jar spark data -d sales -c snappy -f orc

@github-actions github-actions bot added the JAVA label Aug 7, 2021
Copy link
Copy Markdown
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @williamhyun .

I saw the limitation, but it works for me.

This extension does not appear in -h option, however, it will work.

@dongjoon-hyun dongjoon-hyun merged commit 4f089c2 into apache:main Aug 7, 2021
dongjoon-hyun pushed a commit that referenced this pull request Aug 7, 2021
### What changes were proposed in this pull request?
This PR aims to support data/format/compress options in Spark benchmark.

### Why are the changes needed?
This will make Spark benchmark more controllable.

This extension does not appear in -h option, however, it will work.

### How was this patch tested?
Manual

```
java -jar spark/target/orc-benchmarks-spark-1.8.0-SNAPSHOT.jar spark data -d sales -c snappy -f orc
```

(cherry picked from commit 4f089c2)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants