Re: /export handler to stream data using CloudSolrStream: JSONParse Exception

2016-10-21 Thread Chetas Joshi
Just to the add to my previous question: I used dynamic shard splitting while consuming data from the Solr collection using /export handler. On Fri, Oct 21, 2016 at 2:27 PM, Chetas Joshi wrote: > Thanks Joel. > > I will migrate to Solr 6.0.0. > > However, I have one more question. Have you come

Re: /export handler to stream data using CloudSolrStream: JSONParse Exception

2016-10-21 Thread Chetas Joshi
Thanks Joel. I will migrate to Solr 6.0.0. However, I have one more question. Have you come across any discussion about Spark-on-Solr corrupting the data? So, I am getting the JSONParse exceptions only for a collection on which I tried loading the data using Spark Dataframe API (which internally

Re: /export handler to stream data using CloudSolrStream: JSONParse Exception

2016-10-20 Thread Joel Bernstein
I suspect this is a bug with improperly escaped json. SOLR-7441 resolved this issue and released in Solr 6.0. There have been a large number of improvements, bug fixes, new features and much better error handling in Solr 6 Streaming Expressions. J

/export handler to stream data using CloudSolrStream: JSONParse Exception

2016-10-20 Thread Chetas Joshi
Hello, I am using /export handler to stream data using CloudSolrStream. I am using fl=uuid,space,timestamp where uuid and space are Strings and timestamp is long. My query (q=...) is not on these fields. While reading the results from the Solr cloud, I get the following errors org.noggit.JS