Solr packages in Apache BigTop.

2015-03-07 Thread jay vyas
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 renaud@siren.solutions wrote: One of the coolest

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

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

2014-06-25 Thread jay vyas
report. paul On 25 juin 2014, at 07:16, Jay Vyas jayunit100.apa...@gmail.com wrote: Hi Solr ! I got this working . Here's how : With the example jetty runner, you can Extract the tarball, and go to the examples/ directory, where you can launch an embedded core. Then, find

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

2014-06-24 Thread Jay Vyas
of a single FS. On Jun 23, 2014, at 6:16 PM, Jay Vyas jayunit100.apa...@gmail.com wrote: 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

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