Solr packages in Apache BigTop.

2015-03-07 Thread jay vyas
aging project, we build hadoop, spark, solr, hbase and so on in rpm/deb format, and supply puppet provisioners along with vagrant recipse for testing. -- jay vyas

Re: [ANN] SIREn, a Lucene/Solr plugin for rich JSON data search

2014-07-23 Thread Jay Vyas
Querying nested data is very difficult in any modern db that I have seen. If It works as you suggest then It would be cool if the feature was it going to be eventually maintained inside solr. > On Jul 23, 2014, at 7:13 AM, Renaud Delbru wrote: > > One of the coolest features of Lucene/Solr is

Re: Integrating solr with Hadoop

2014-06-30 Thread Jay Vyas
Minor clarification: The storage of indices uses the Hadoop file system API- not hdfs specifically - so connection is actually not to hdfs ... Solr can distribute indices for failover / reliability/ scaling to any hcfs compliant filesystem. > On Jun 30, 2014, at 11:55 AM, Erick Erickson wro

Re: Solr on S3FileSystem, Kosmos, GlusterFS, etc….

2014-06-25 Thread jay vyas
be that cheap. > > thanks for experience report. > > paul > > > On 25 juin 2014, at 07:16, Jay Vyas wrote: > > > Hi Solr ! > > > > I got this working . Here's how : > > > > With the example jetty runner, you can Extract the tarball, and go t

Re: Solr on S3FileSystem, Kosmos, GlusterFS, etc….

2014-06-24 Thread Jay Vyas
, and you should see its index sitting inside the /solr directory of your file system. Hope this helps those interested in expanding the use of SolrCloud outside of a single FS. On Jun 23, 2014, at 6:16 PM, Jay Vyas wrote: > Hi folks. Does anyone deploy solr indices on other HCFS impl

Solr on S3FileSystem, Kosmos, GlusterFS, etc….

2014-06-23 Thread Jay Vyas
Hi folks. Does anyone deploy solr indices on other HCFS implementations (S3FileSystem, for example) regularly ? If so I'm wondering 1) Where are the docs for doing this - or examples? Seems like everything, including parameter names for dfs setup, are based around "hdfs". Maybe I should fi