Move SOLR from cloudera HDFS to SOLR on Docker

2019-12-18 Thread Wael Kader
Hello, I want to move data from my SOLR setup on Cloudera Hadoop to a docker SOLR container. I don't need to run all the hadoop services in my setup as I am only currently using SOLR from the cloudera HDP. My concern now is to know what's the best way to move the data and schema to Docker

Solr crashing StandardWrapperValve

2018-02-27 Thread Wael Kader
Hello, SOLR kept crashing today over and over again . I am running a single node solr instance on Cloudera with 140 GB of data. Things were working fine until today. I have a replication server that I am replicating data to but it wasn't working before and was fixed today.. so I thought maybe its

Solr Recommended setup

2018-02-14 Thread Wael Kader
Hi, I would like to get a recommendation for the SOLR setup I have. I have an index getting around 2 Million records per day. The index used is in Cloudera Search (Solr). I am running everything on one node. I run SOLR commits for whatever data that comes to the index every 5 minutes. The whole

Re: SOLR Data Backup

2018-01-18 Thread Wael Kader
replication without rebuilding the index. Thanks, Wael On Thu, Jan 18, 2018 at 12:06 PM, Wael Kader <w...@softech-lb.com> wrote: > Hi, > > Its not possible for me to re-index the data in some of my indexes is only > saved in SOLR. > I need this solution to make sure that in case th

Re: SOLR Data Backup

2018-01-18 Thread Wael Kader
wrote: > On 18/01/2018 09:21, Wael Kader wrote: > >> Hello, >> >> Whats the best way to do a backup of the SOLR data. >> I have a single node solr server and I want to always keep a copy of the >> data I have. >> >> Is replication an option for

SOLR Data Backup

2018-01-18 Thread Wael Kader
Hello, Whats the best way to do a backup of the SOLR data. I have a single node solr server and I want to always keep a copy of the data I have. Is replication an option for what I want ? I would like to get some tutorials and papers if possible on the method that should be used in case its

Re: Faceting Word Count

2017-11-08 Thread Wael Kader
> Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 7 Nov 2017, at 09:26, Wael Kader <w...@softech-lb.com> wrote: > > > > Hi, > > > > The whole index has 100M but when I add the criteria, it will filter the >

Re: Faceting Word Count

2017-11-07 Thread Wael Kader
docValues on that field and avoid building > fieldValueCache. > > > > HTH, > > Emir > > -- > > Monitoring - Log Management - Alerting - Anomaly Detection > > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > >

Re: Faceting Word Count

2017-11-06 Thread Wael Kader
search Consulting Support Training - http://sematext.com/ > > > > > On 6 Nov 2017, at 08:30, Wael Kader <w...@softech-lb.com> wrote: > > > > Hello, > > > > I am having an index with around 100 Million documents. > > I have a multivalued column that

Faceting Word Count

2017-11-05 Thread Wael Kader
Hello, I am having an index with around 100 Million documents. I have a multivalued column that I am saving big chunks of text data in. It has around 20 GB of RAM and 4 CPU's. I was doing faceting on it to get word cloud but it was taking around 1 second to retrieve when the data was 5-10

Re: Could not find configName error

2017-09-06 Thread Wael Kader
n particular upconfig can be used to move configsets up to Zookeeper > (or back down or whatever) in relatively recent versions of Solr. Yo > are keeping them in source control right? ;) > > Best, > Erick > > On Mon, Sep 4, 2017 at 11:27 PM, Wael Kader <w...@softech-lb.com>

Could not find configName error

2017-09-05 Thread Wael Kader
Hi, I had some issues in SOLR shutting down on a single node application on Hadoop. After starting up i got the error: Could not find configName for collection XXX found. I know the issue is that the configs has issues in Zookeeper but I would like to know how I can push this configuration back

IndexReaders cannot exceed 2 Billion

2017-08-08 Thread Wael Kader
> > Hello, > > I am facing an issue on my live environment and I couldn’t find a solution > yet. > I am running SOLR saving data on HDFS and I have a single node setup with an > index that has been running fine until today. > I know that 2 billion documents is too much on a single node but it

IndexReaders cannot exceed 2 Billion

2017-08-07 Thread Wael Kader
Hello, I faced an issue that is making me go crazy. I am running SOLR saving data on HDFS and I have a single node setup with an index that has been running fine until today. I know that 2 billion documents is too much on a single node but it has been running fine for my requirements and it was