[
https://issues.apache.org/jira/browse/CALCITE-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221125#comment-14221125
]
Vladimir Sitnikov commented on CALCITE-469:
-------------------------------------------
Here's {{mvn clean install -DskipTests}} benchmark (MB 15", 2,6 GHz Intel Core
i7, java 1.8):
{noformat}
$ mvn clean install -DskipTests
real 0m48.776s
user 2m35.216s
sys 0m8.338s
$ mvn clean install -DskipTests -Dcheckstyle.skip=true
real 0m33.752s
user 1m43.380s
sys 0m7.200s
$ mvn clean install -DskipTests
real 0m42.889s
user 2m19.373s
sys 0m7.837s
$ mvn clean install -DskipTests -Dcheckstyle.skip=true
real 0m30.275s
user 1m37.801s
sys 0m6.508s
{noformat}
Probably for fast machines checkstyle is not a big deal.
[~lmccay], Can you please prepare a step by step that will include usage of new
github mirror?
> README.md instruction for compile in example for csv doesn't work
> -----------------------------------------------------------------
>
> Key: CALCITE-469
> URL: https://issues.apache.org/jira/browse/CALCITE-469
> Project: Calcite
> Issue Type: Bug
> Reporter: Larry McCay
> Assignee: Julian Hyde
> Attachments: OPTIQ-469.patch
>
>
> mvn compile doesn't put the required files in the expected place for the
> tutorial. Change to 'mvn clean install'.
> I will provide the oneliner patch. :)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)