Try these two targets instead: ant server dist
to build both the sever and distribution targets, that way you'll have everything you need, including the jars that you can path to from, say, SolrJ programs which will be in the dist directory and the solrj-lib child of dist. On Wed, Aug 19, 2015 at 7:59 PM, Susheel Kumar (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704223#comment-14704223 > ] > > Susheel Kumar commented on SOLR-7560: > ------------------------------------- > > Thanks, Joel. Found the SQLHandler config and I did checkout the trunk and > compiled using 'ant compile' but getting error when starting solr. Will look > into classpath which may be causing the issue. > > ./bin/solr status > > Found 1 Solr nodes: > > Solr process 11789 running on port 8983 > Error: Could not find or load main class org.apache.solr.util.SolrCLI. > > > >> Parallel SQL Support >> -------------------- >> >> Key: SOLR-7560 >> URL: https://issues.apache.org/jira/browse/SOLR-7560 >> Project: Solr >> Issue Type: New Feature >> Components: clients - java, search >> Reporter: Joel Bernstein >> Fix For: Trunk >> >> Attachments: SOLR-7560.calcite.patch, SOLR-7560.patch, >> SOLR-7560.patch, SOLR-7560.patch, SOLR-7560.patch >> >> >> This ticket provides support for executing *Parallel SQL* queries across >> SolrCloud collections. The SQL engine will be built on top of the Streaming >> API (SOLR-7082), which provides support for *parallel relational algebra* >> and *real-time map-reduce*. >> Basic design: >> 1) A new SQLHandler will be added to process SQL requests. The SQL >> statements will be compiled to live Streaming API objects for parallel >> execution across SolrCloud worker nodes. >> 2) SolrCloud collections will be abstracted as *Relational Tables*. >> 3) The Presto SQL parser will be used to parse the SQL statements. >> 4) A JDBC thin client will be added as a Solrj client. >> This ticket will focus on putting the framework in place and providing basic >> SELECT support and GROUP BY aggregate support. >> Future releases will build on this framework to provide additional SQL >> features. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
