GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/290
ORC-386 Add spark benchmarks. I also refactored all of the old benchmarks to reduce the common code. I also split it into three modules so that I could separate the common code, the code that depends on hive, and the code that depends on spark. Avoiding building an uber jar that has both hive and spark made life much easier. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/orc orc-386 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/290.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #290 ---- commit 1300f0ce20359e837d5e75bc49c4acc3ee5c7221 Author: Owen O'Malley <omalley@...> Date: 2018-06-09T21:37:31Z ORC-386 Add spark benchmarks. I also refactored all of the old benchmarks to reduce the common code. I also split it into three modules so that I could separate the common code, the code that depends on hive, and the code that depends on spark. Avoiding building an uber jar that has both hive and spark made life much easier. ---- ---