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&type=counter&group=core And receive 404 - request not available. Are there any configuration changes needed? Thanks, Abhi -- Abhi Basu

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

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
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="

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
Thu, Mar 1, 2018 at 12:27 PM, Alessandro Hoss 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 <9000r...@g

Re: Synonym not working in 4.10 / CDH 5.14

2018-03-01 Thread Abhi Basu
s 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 <9000r...@gmail.com&

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
w.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"/> > > > > > > > > On Thu, Mar 1,

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 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, 2018, at 3:02 PM, Abhi Basu

HDInsight with Solr 4.9.0 Create Collection

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

Re: HDInsight with Solr 4.9.0 Create Collection

2018-03-09 Thread Abhi Basu
at 5:43 PM, Shawn Heisey 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' command is NOT

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
xShardsPerNode=1 org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:Error 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 <900

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

Solr on HDInsight to write to Active Data Lake

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

Re: Solr on HDInsight to write to Active Data Lake

2018-03-23 Thread Abhi Basu
ioned 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 (hosted on ADL). >

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. >

Solr 4.9 - configs and collections

2018-03-26 Thread Abhi Basu
asier 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
tarts 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

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 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 collections? > > I have no ide

Re: Solr on HDInsight to write to Active Data Lake

2018-03-28 Thread Abhi Basu
raries. 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

Solr 7.2 cannot see all running nodes

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

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
s 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 instructions > > htt

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 wrote: > On 3/29/2018 8:25 AM, Abhi Basu wrote: > >> "Operation create ca

Re: Solr 7.2 cannot see all running nodes

2018-03-29 Thread Abhi Basu
his: > > > > ./solr start -c -h `hostname` > > > > If anybody ever forgets, we get a 127.0.0.1 node that shows down in > > cluster status. No idea how to get rid of that. > > > > wunder > > Walter Underwood > > wun...@wunderwood.org >

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
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

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 solr.log is missing

2018-04-02 Thread Abhi Basu
;t find it on your machine at all. How do > you _start_ Solr? In particular, to you define a system variable > "-Dsolr.log=some_path"? > > And also note that there are three log4j configs, and it's easy to be > using one you don't think you are using, see SOLR-12008

Re: Largest number of indexed documents used by Solr

2018-04-03 Thread Abhi Basu
published out there? > > Thanks > > Steven > -- Abhi Basu

Re: Decision on Number of shards and collection

2018-04-11 Thread Abhi Basu
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