You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/18 04:40:00 UTC

[jira] [Commented] (ORC-232) can not run read-all benchmark for File format benchmark

    [ https://issues.apache.org/jira/browse/ORC-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16131710#comment-16131710 ] 

ASF GitHub Bot commented on ORC-232:
------------------------------------

GitHub user iamhumanbeing opened a pull request:

    https://github.com/apache/orc/pull/159

    ORC-232: add jmh-generator-annprocess in pom.xml

    after add jmh-generator-annprocess in pom.xml, BenchmarkList was created

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/iamhumanbeing/orc master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/159.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 #159
    
----
commit a3336c77e0ae73edf3b87556e99507ff6f13c08f
Author: Peng Xiao <xi...@zte.com.cn>
Date:   2017-08-18T04:35:57Z

    Merge pull request #1 from iamhumanbeing/orc-232
    
    after add jmh-generator-annprocess in pom.xml, BenchmarkList was created.

commit f55ca7e8679493e2390504bb8f7dffb8bad13eaa
Author: Peng Xiao <xi...@zte.com.cn>
Date:   2017-08-18T11:46:03Z

    fixing orc-232 issue

----


> can not run read-all benchmark for File format benchmark
> --------------------------------------------------------
>
>                 Key: ORC-232
>                 URL: https://issues.apache.org/jira/browse/ORC-232
>             Project: ORC
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.0.0
>         Environment: Ubuntu 16.04 JAVA 1.8.0_121
>            Reporter: iamhumanbeing
>            Assignee: iamhumanbeing
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> java -jar orc-benchmarks-1.4.0-uber.jar read-some /home/pengxiao/git/orc/java/bench/data/ 
> Exception in thread "main" java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList
> 	at org.openjdk.jmh.runner.AbstractResourceReader.getReaders(AbstractResourceReader.java:98)
> 	at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:122)
> 	at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:256)
> 	at org.openjdk.jmh.runner.Runner.run(Runner.java:206)
> 	at org.apache.orc.bench.ColumnProjectionBenchmark.main(ColumnProjectionBenchmark.java:186)
> 	at org.apache.orc.bench.Driver.main(Driver.java:71)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)