RE: Spark-Solr in python

2015-03-31 Thread Chaushu, Shani
-user@lucene.apache.org Subject: Re: Spark-Solr in python You'll need a python lib that uses a python ZooKeeper client to be SolrCloud-aware so that you can do RDD like things, such as reading from all shards in a collection in parallel. I'm not aware of any Solr py libs that are cloud-aware yet, bu

RE: Spark-Solr in python

2015-03-31 Thread Davis, Daniel (NIH/NLM) [C]
, 2015 4:15 PM To: solr-user@lucene.apache.org Subject: Re: Spark-Solr in python You'll need a python lib that uses a python ZooKeeper client to be SolrCloud-aware so that you can do RDD like things, such as reading from all shards in a collection in parallel. I'm not aware of any So

Re: Spark-Solr in python

2015-03-31 Thread Timothy Potter
You'll need a python lib that uses a python ZooKeeper client to be SolrCloud-aware so that you can do RDD like things, such as reading from all shards in a collection in parallel. I'm not aware of any Solr py libs that are cloud-aware yet, but it would be a good contribution to upgrade https://gith