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

Mark Miller commented on SOLR-2646:
-----------------------------------

Yeah - I guess that is my biggest problem - for example, I hack into benchmark 
module to find the Solr jars - which is why you have to run ant dist first (and 
it uses the Solr example, so you have to run example).

{noformat}
+       <!-- used to run solr benchmarks -->
+               <pathelement 
path="../../solr/dist/apache-solr-solrj-4.0-SNAPSHOT.jar" />
+               <fileset dir="../../solr/dist/solrj-lib">
+                       <include name="**/*.jar" />
+               </fileset>      
{noformat}

It is even hardcoded for 4.0-SNAPSHOT at the moment - that can be wild-carded, 
but it's still a little nasty.

There are certainly plenty of other rough edges, but that is the largest hack 
issue probably.
                
> Integrate Solr benchmarking support into the Benchmark module
> -------------------------------------------------------------
>
>                 Key: SOLR-2646
>                 URL: https://issues.apache.org/jira/browse/SOLR-2646
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>             Fix For: 4.0
>
>         Attachments: Dev-SolrBenchmarkModule.pdf, SOLR-2646.patch, 
> SOLR-2646.patch, SOLR-2646.patch
>
>
> As part of my buzzwords Solr pef talk, I did some work to allow some Solr 
> benchmarking with the benchmark module.
> I'll attach a patch with the current work I've done soon - there is still a 
> fair amount to clean up and fix - a couple hacks or three - but it's already 
> fairly useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to