Re: Decision on Number of shards and collection

2018-04-11 Thread Abhi Basu
extremely low, then sharding the index can actually > *improve* performance, because there will be idle CPU capacity that can > be used for the subqueries. > > Thanks, > Shawn > > -- Abhi Basu

Re: Largest number of indexed documents used by Solr

2018-04-03 Thread Abhi Basu
as indexed which is published out there? > > Thanks > > Steven > -- Abhi Basu

Re: Solr 7.2 solr.log is missing

2018-04-02 Thread Abhi Basu
-12008. > > Best, > Erick > > On Mon, Apr 2, 2018 at 10:02 AM, Abhi Basu <9000r...@gmail.com> wrote: > > Not located in the /server/logs/ folder. > > > > Have these files instead > > > > solr-8983-console.log > > solr_gc.log.0.current >

Solr 7.2 solr.log is missing

2018-04-02 Thread Abhi Basu
adoop=WARN log4j.logger.org.eclipse.jetty=WARN log4j.logger.org.eclipse.jetty.server.Server=INFO log4j.logger.org.eclipse.jetty.server.ServerConnector=INFO # set to INFO to enable infostream log messages log4j.logger.org.apache.solr.update.LoggingInfoStream=OFF Thanks, Abhi -- Abhi Basu

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
Just an update. Adding hostnames to solr.xml and using "-z zk1:2181,zk2:2181,zk3:2181" worked and I can see 4 live nodes and able to create collection with 2S/2R. Thanks for your help, greatly appreciate it. Regards, Abhi On Thu, Mar 29, 2018 at 1:45 PM, Abhi Basu <9000r...@gma

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
Also, another question, where it says to copy the zoo.cfg from /solr72/server/solr folder to /solr72/server/solr/node1/solr, should I actually be grabbing the zoo.cfg from one of my external zk nodes? Thanks, Abhi On Thu, Mar 29, 2018 at 1:04 PM, Abhi Basu <9000r...@gmail.com> wrote:

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
gt; > wun...@wunderwood.org > > http://observer.wunderwood.org/ (my blog) > > > > > On Mar 29, 2018, at 7:46 AM, Shawn Heisey <apa...@elyograg.org> wrote: > > > > > > On 3/29/2018 8:25 AM, Abhi Basu wrote: > > >> "Operation creat

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
} ${zkCredentialsProvider:org.apache.solr.common.cloud.DefaultZkCredentialsProvider} ${zkACLProvider:org.apache.solr.common.cloud.DefaultZkACLProvider} On Thu, Mar 29, 2018 at 9:46 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/29/2018 8:25 AM, Abhi Basu wrote: > >> "

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
nodes before running. If it is less than what you > expected, check the Zoo keeper logs? or make sure connectivity between the > shards and zookeeper. > > On Thu, Mar 29, 2018 at 10:25 AM, Abhi Basu <9000r...@gmail.com> wrote: > > > What am I missing? I used the following instructi

Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
quires 4 shards to be created (higher than the allowed number)", Any ideas? Thanks, Abhi -- Abhi Basu

Re: Solr on HDInsight to write to Active Data Lake

2018-03-28 Thread Abhi Basu
in the Azure related libraries. As > Erick said, are you sure that you have a library containing it? > Cheers > Rick > -- > Sorry for being brief. Alternate email is rickleir at yahoo dot com > -- Abhi Basu

Re: Solr 4.9 - configs and collections

2018-03-27 Thread Abhi Basu
on all the nodes? Thanks, Abhi On Mon, Mar 26, 2018 at 6:22 PM, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/26/2018 8:43 AM, Abhi Basu wrote: > > Running on MS HDInsight and Solr 4.9.What is the BKM for creation, > update, > > delete of configurations and collect

Re: Solr on HDInsight to write to Active Data Lake

2018-03-26 Thread Abhi Basu
arts can be confusing. If you've pathed > properly and the jar file is in the path, it'll be found. > > 2> Are you sure HdiAdlFileSystem is in one of the jars? > > 3> did you restart the JVM? > > Best, > Erick > > On Mon, Mar 26, 2018 at 6:49 AM, Abhi Basu <9000

Solr 4.9 - configs and collections

2018-03-26 Thread Abhi Basu
reload: curl ' http://headnode0:8983/solr/admin/collections?action=RELOAD=ems-collection ' Or, do I need to delete and recreate the collection? Very familiar with CDH solrctl commands that make life easier by only having one command for this. Any help is appreciated. Thanks, Abhi -- Abhi Basu

Re: Solr on HDInsight to write to Active Data Lake

2018-03-26 Thread Abhi Basu
Adding this to solrconfig.xml did not work. I put all the azure and hadoop jars in the ext folder. Caused by: Class org.apache.hadoop.fs.adl.HdiAdlFileSystem not found Thanks, Abhi On Fri, Mar 23, 2018 at 7:40 PM, Abhi Basu <9000r...@gmail.com> wrote: > I'll try it out. > >

Re: Solr on HDInsight to write to Active Data Lake

2018-03-23 Thread Abhi Basu
ars are not in a lib dir mentioned in solrconfig.xml > Cheers -- Rick > > On March 23, 2018 11:12:17 AM EDT, Abhi Basu <9000r...@gmail.com> wrote: > >MS Azure does not support Solr 4.9 on HDI, so I am posting here. I > >would > >like to write index collection data to HDFS (

Solr on HDInsight to write to Active Data Lake

2018-03-23 Thread Abhi Basu
org.apache.hadoop.fs.adl.HdiAdlFileSystem not found Has anyone done this and can help me out? Thanks, Abhi -- Abhi Basu

Re: HDInsight with Solr 4.9.0 Create Collection

2018-03-09 Thread Abhi Basu
This has been resolved! Turned out to be schema and config file version diff between 4.10 and 4.9. Thanks, Abhi On Fri, Mar 9, 2018 at 11:41 AM, Abhi Basu <9000r...@gmail.com> wrote: > That was due to a folder not being present. Is this something to do with > version? &g

Re: HDInsight with Solr 4.9.0 Create Collection

2018-03-09 Thread Abhi Basu
CREATEing SolrCore 'ems-collection2_shard2_replica2': Unable to create core: ems-collection2_shard2_replica2 Caused by: No enum constant org.apache.lucene.util.Version.4.10.3 On Fri, Mar 9, 2018 at 11:11 AM, Abhi Basu <9000r...@gmail.com> wrote: > Ok, so I tried the following: > > /

Re: HDInsight with Solr 4.9.0 Create Collection

2018-03-09 Thread Abhi Basu
: java.lang.IllegalArgumentException: Illegal directory: /home/sshuser/abhi/ems-collection/conf On Fri, Mar 9, 2018 at 10:43 AM, Abhi Basu <9000r...@gmail.com> wrote: > Thanks for the reply, this really helped me. > > For Solr 4.9, what is the actual zkcli command to upload config? > > java -c

Re: HDInsight with Solr 4.9.0 Create Collection

2018-03-09 Thread Abhi Basu
at 5:43 PM, Shawn Heisey <apa...@elyograg.org> wrote: > On 3/8/2018 1:26 PM, Abhi Basu wrote: > > I'm in a bind. Added Solr 4.9.0 to HDInsight cluster and find no Solrctl > > commands installed. So, I am doing the following to create a collection. > > This 'solrctl'

HDInsight with Solr 4.9.0 Create Collection

2018-03-08 Thread Abhi Basu
op-dn6.eso.local:2181/solr collection --create ems-collection -s 3 -r 2 Your help is appreciated. Thanks, Abhi -- Abhi Basu

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
Thanks for your help. Abhi On Thu, Mar 1, 2018 at 2:06 PM, Steve Rowe <sar...@gmail.com> wrote: > Yes, either type “text_general” or some other TextField-based field type > that includes a synonym filter. > > -- > Steve > www.lucidworks.com > > > On Mar 1, 2

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
ral” > > -- > Steve > www.lucidworks.com > > > On Mar 1, 2018, at 2:19 PM, Abhi Basu <9000r...@gmail.com> wrote: > > > > Should it be defined as this instead? > > > > > stored="true" docValues="true"/> > > > > > > &

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
Should it be defined as this instead? On Thu, Mar 1, 2018 at 1:16 PM, Abhi Basu <9000r...@gmail.com> wrote: > What should PropertyAddressState type be in order to be caught into the > text_general config below? > > I have remeoved the copyfield now. &g

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
; Hi Abhi, > > PropertyAddressState is of type “string”, which has no analysis applied. > > Since you copyfield to “text” field, which has the analysis you expect, > you could try querying it instead. > > -- > Steve > www.lucidworks.com > > > On Mar 1, 2018, at 12:23 PM, Abhi Basu &l

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
... On Thu, Mar 1, 2018 at 12:27 PM, Alessandro Hoss <aleh...@gmail.com> wrote: > How's your synonyms declared in the file? > > That xml comment () in the synonym filter section isn't there in > your running solr schema.xml, right? :) > > On Thu, Mar 1, 2018 at 2:53 PM Abhi Basu &l

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
and in this case the problem is not with synonym, > it is with your query. > > On Thu, Mar 1, 2018 at 2:24 PM Abhi Basu <9000r...@gmail.com> wrote: > > > Can someone please help me? > > > > Schema.xml > > > > > stored="true" docValues="

Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
Can someone please help me? Schema.xml Synonyms.txt has been populated with State abbreviations and names. When searching for PropertyAddressState:"Oregon", I do not find docs with "OR". What am I missing? Thanks, Abhi

SOLR Rest API for monitoring

2017-12-14 Thread Abhi Basu
o I have? I tried calling this: http://hadoop-nn2.esolocal.com:8983/solr/admin/metrics?wt=json=counter=core And receive 404 - request not available. Are there any configuration changes needed? Thanks, Abhi -- Abhi Basu