Re: FW: Vulnerabilities in SOLR 8.6.2

2020-11-13 Thread Kevin Risden
As far as I can tell only your first and 5th emails went through. Either way, Cassandra responded on 20200929 - ~15 hrs after your first message: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/202009.mbox/%3Cbe447e96-60ed-4a40-88dd-9e0c28be6c71%40Spark%3E Kevin Risden On Fri, Nov 13

Re: can't connect to SOLR with JDBC url

2020-11-09 Thread Kevin Risden
t Solr, the embedded ZK is on localhost:9983 so the JDBC connection string should be: jdbc:solr://localhost:9983?collection=test Assuming your collection name is test. Kevin Risden On Fri, Nov 6, 2020 at 11:31 AM Vincent Bossuet wrote: > Hi all :) > > I'm trying to connect to S

Solr Memory

2020-10-09 Thread Kevin Van Lieshout
"deleted" but data stays persistent on the shards that do not release memory, therefore causing a build up and then solr shards will crash for OOM reasons even if they have no collections or "data" on them after we delete each time. Let me know if anyone has seen this. Thanks Kevin

Re: Solr 8.6.2 - Admin UI Issue

2020-10-08 Thread Kevin Risden
Since the image didn't come through - it could be https://issues.apache.org/jira/browse/SOLR-14549 Definitely make sure to clear cache to ensure that JS files aren't cached, but if that doesn't fix it see if SOLR-14549 is related. Kevin Risden On Thu, Oct 8, 2020 at 9:38 AM E

Solr + Parquets

2020-08-07 Thread Kevin Van Lieshout
Hi, Is there any assistance around writing parquets from spark to solr shards or is it possible to customize a DIH to import a parquet to a solr shard. Let me know if this is possible, or the best work around for this. Much appreciated, thanks Kevin VL

Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-07-15 Thread Kevin Risden
e which is causing issues. Kevin Risden On Wed, Jul 15, 2020 at 3:45 AM Natarajan, Rajeswari < rajeswari.natara...@sap.com> wrote: > Thank you for your reply. I looked at solr.in.sh I see that > SOLR_SSL_CLIENT_KEY_STORE is already commented out by default. But you are > righ

Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-07-14 Thread Kevin Risden
is secured via clientAuth (most likely you aren't). If you can try this and report back that would be awesome. I think this will fix the issue and it would be possible to make client auth opt in instead of default fall back. Kevin Risden On Tue, Jul 14, 2020 at 1:46 AM Natarajan, Rajeswari

Re: [CAUTION] SSL + Solr 8.5.1 in cloud mode + Java 8

2020-07-13 Thread Kevin Risden
for the Solr internal http client, the client keystore has more than one certificate in it and the error is correct. This is more strict with recent versions of Jetty 9.4.x. Previously this would silently fail, but was still incorrect. Now the error is bubbled up so that there is no silent misconfigurat

Re: using S3 as the Directory for Solr

2020-04-25 Thread Kevin Risden
[1] https://hadoop.apache.org/docs/current/hadoop-aws/tools/hadoop-aws/index.html Kevin Risden On Fri, Apr 24, 2020 at 1:19 PM dhurandar S wrote: > Its 10 PB of source data, But we do have indexes on most of the attributes. > 80% or so > We have a need to support such large data and we have use c

Re: Schema Browser API

2020-04-09 Thread Kevin Risden
/SOLR/LukeRequestHandler PS - There is also the ability to run Luke standalone over Lucene indices. Kevin Risden On Thu, Apr 9, 2020 at 3:34 PM Webster Homer wrote: > > I was just looking at the Schema Browser for one of our collections. It's > pretty handy. I was thinking that it

Re: CVEs (vulnerabilities) that apply to Solr 8.4.1

2020-03-20 Thread Kevin Risden
dependency CVEs as they are reported and detected. I haven't looked through what was shared specifically but Solr 8.5 which is under vote addresses at least a few dependency upgrades. Kevin Risden On Fri, Mar 20, 2020 at 10:23 AM Ahlberg, Christopher C. wrote: > Our TRM team (Technol

Solr Cloud Question

2020-02-24 Thread Kevin Sante
Hello guys, I need some help understanding the setup with solr cloud. I am a newbie to solr and I have successfully set up solr cloud with some alarms on AWS. I have a two solr nodes and 3 zookeeper nodes for my set up. I already have data indexed on the nodes and I am able to query the data fr

Re: Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-31 Thread Kevin Risden
LTS OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed mode) Kevin Risden On Fri, Jan 31, 2020 at 1:25 PM Kevin Risden wrote: > Whoops forgot to share the same output from latest. The docker images are

Re: Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-31 Thread Kevin Risden
1-14 OpenJDK Runtime Environment 18.9 (build 11.0.6+10) OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode) Kevin Risden On Fri, Jan 31, 2020 at 1:22 PM Kevin Risden wrote: > What specific Solr tag are you using? That looks like JDK 1.8 and an older > version. > > Just

Re: Oracle OpenJDK to Amazon Corretto OpenJDK

2020-01-31 Thread Kevin Risden
Solr docker tag? Kevin Risden On Fri, Jan 31, 2020 at 1:13 PM Walter Underwood wrote: > Maybe you can give them an estimate of how much work it will be. See if > legal will put it on their budget. Free software isn’t free, especially the > “free kittens” kind. > > This guy offers

Re: SQL selectable fields

2020-01-24 Thread Kevin Risden
where the columns aren't registered since we look at Luke to determine what fields are really there for type information. Kevin Risden On Fri, Jan 24, 2020 at 9:48 AM Joel Bernstein wrote: > Does "_nest_path_" come back in a normal search? I would expect that the > fields t

Re: ConnectionImpl.isValid() does not behave as described in Connection javadocs

2020-01-21 Thread Kevin Risden
Nick - Feel free to open a Jira and PR. I think the disconnect is the meaning of timeout=0 between JDBC and the Solr client. Kevin Risden On Sun, Jan 19, 2020 at 3:34 PM Nick Vercammen wrote: > I think so as the ConnectionImpl in solr is not in line with the > description of th

Re: Solr 8.4.0 Cloud Graph is not shown due to CSP

2020-01-07 Thread Kevin Risden
force refresh the UI to make sure nothing is cached. Idk if that is in play here but doesn't hurt. [1] https://issues.apache.org/jira/browse/SOLR-13982 [2] https://issues.apache.org/jira/browse/SOLR-13987 Kevin Risden On Tue, Jan 7, 2020, 11:15 Jörn Franke wrote: > Dear all, > > I

Re: Client Cert Broken in Solr 8.2.0 because of a Jetty Issue (workaround included)

2019-12-19 Thread Kevin Risden
Thanks for the report Ryan. It looks like this fell through the cracks and was reported a second time in Jira. https://issues.apache.org/jira/browse/SOLR-14106 I have a patch up there that should help with some comments about multiple clientAuth certificates. Kevin Risden On Fri, Sep 27, 2019

Re: CVE-2017-7525 fix for Solr 7.7.x

2019-12-18 Thread Kevin Risden
There are no specific plans for any 7.x branch releases that I'm aware of. Specifically for SOLR-13110, that required upgrading Hadoop 2.x to 3.x for specifically jackson-mapper-asl and there are no plans to backport that to 7.x even if there was a future 7.x release. Kevin Risden On Wed

Re: Active directory integration in Solr

2019-11-20 Thread Kevin Risden
I wouldn't expose Solr to the internet or directly without some sort of API. Whether you do authentication/authorization at the API is a separate question. Kevin Risden On Wed, Nov 20, 2019 at 1:54 PM Jörn Franke wrote: > I would not give users directly access to Solr - even with LDAP

Re: Clustering error in Solr 8.2.0

2019-08-08 Thread Kevin Risden
if it still uses commons-lang. You could also copy in commons-lang dependency. Kevin Risden On Thu, Aug 8, 2019 at 10:23 PM Zheng Lin Edwin Yeo wrote: > Hi Erick, > > Thanks for your reply. > > My clustering code is taken as it is from the Solr package, only the codes > related t

Re: Solr on HDFS

2019-08-02 Thread Kevin Risden
> > If you think about it, having a shard with 3 replicas on top of a file system that does 3x replication seems a little excessive! https://issues.apache.org/jira/browse/SOLR-6305 should help here. I can take a look at merging the patch since looks like it has been helpful to others.

Re: How to use Parallel SQL Interface when basic auth is enabled on Solr cluster

2019-07-24 Thread Kevin Risden
Pretty sure you are running into https://issues.apache.org/jira/browse/SOLR-8213 Always looking for patches to help improve things :) Kevin Risden On Wed, Jul 24, 2019 at 4:50 AM Suril Shah wrote: > Hi, > I am using Solr Version 7.6.0 where Basic Authentication is enabled. I am >

Re: Solr Cloud Kerberos cookie rejected spnego

2019-06-23 Thread Kevin Risden
I don't think a Kerberos ticket without the hostname makes sense. You almost always need a valid hostname and DNS for Kerberos to work successfully. Kevin Risden On Sun, Jun 23, 2019 at 10:54 AM Rakesh Enjala wrote: > Hi Team, > > Enabled solrcloud-7.4.0 with kerberos. Wh

Re: Odd error with Solr 8 log / ingestion

2019-06-06 Thread Kevin Risden
lipse/jetty.project/issues/3605 Kevin Risden On Thu, Jun 6, 2019 at 2:38 PM Erick Erickson wrote: > Probably your packet size is too big for the Solr<->Solr default settings. > Quick test would be to try sending 10 docs per packet, then 100, then 1,000 > etc. > > There’s not much to

Re: SolrJ, CloudSolrClient and basic authentication

2019-06-03 Thread Kevin Risden
instead of waiting for the 401 from the server. Kevin Risden On Fri, May 31, 2019 at 4:28 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Dimitris, > > On 6/1/18 02:46, Dimitris Kardarakos wrote: > > T

Re: Status of solR / HDFS-v3 compatibility

2019-05-02 Thread Kevin Risden
been released yet, but also don't think it was updated. Kevin Risden On Thu, May 2, 2019 at 9:32 AM Nicolas Paris wrote: > Hi > > solr doc [1] says it's only compatible with hdfs 2.x > is that true ? > > > [1]: http://lucene.apache.org/solr/guide/7_7/running-solr-on-hdfs.html > > -- > nicolas >

Re: solr 7.x sql query returns null

2019-04-18 Thread Kevin Risden
Do you have multiple shards (including replicas) on the same host for the collection in question? Do the number of shards per host change on the export/index? Kevin Risden On Thu, Apr 18, 2019, 20:50 Joel Bernstein wrote: > That stack trace points here: > > https://github.com/apac

Moving index from stand-alone Solr 6.6.0 to 3 node Solr Cloud 6.6.0 with Zookeeper

2019-04-08 Thread Kevin Cunningham
advice to how I can get this index moved and replicated onto this new cluster? Thanks a lot! Kevin.

Re: All replicas created on the same node

2019-03-08 Thread Kevin Risden
t-obj-property": { "defaults" : { "cluster": { "useLegacyReplicaAssignment":false } } } }' http://$SOLR_HOST:$SOLR_PORT/api/cluster Kevin Risden On Fri, Mar 8, 2019 at 3:04 PM levtannen wrote: > Hi community, > I have sol

Re: solr reads whole index on startup

2018-12-20 Thread Kevin Risden
Kyle - Thanks so much for the followup on this. Rarely do we get to see results compared with detail. Can you share the Solr HDFS configuration settings that you tested with? Blockcache and direct memory size? I'd be curious just as a reference point. Kevin Risden On Thu, Dec 20, 2018 at

Re: solr reads whole index on startup

2018-12-05 Thread Kevin Risden
Do you have logs right before the following? "we notice that the nodes go into "Recovering" state for about 10-12 hours before finally coming alive." Is there a peersync failure or something else in the logs indicating why there is a full recovery? Kevin Risden On Wed, Dec

Re: SolrCloud Replication Failure

2018-11-06 Thread Kevin Risden
Erick Erickson - I don't have much time to chase this down. Do you think this a blocker for 7.6? It seems pretty serious. Jeremy - This would be a good JIRA to create - we can move the conversation there to try to get the right people involved. Kevin Risden On Fri, Nov 2, 2018 at 7:

Re: solr cloud - hdfs folder structure best practice

2018-11-02 Thread Kevin Risden
rs if there are different home folders. I've run Solr on HDFS with the same basic configs as listed here: https://risdenk.github.io/2018/10/23/apache-solr-running-on-apache-hadoop-hdfs.html Kevin Risden On Fri, Nov 2, 2018 at 1:19 PM lstusr 5u93n4 wrote: > Hi All, > > Here's

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
op-replica-consistency/branches Kevin Risden On Thu, Nov 1, 2018 at 11:41 AM Kevin Risden wrote: > Erick - Yea thats a fair point. Would be interesting to see if this fails > without Docker. > > Kevin Risden > > > On Thu, Nov 1, 2018 at 11:06 AM Erick Erickson > wrote: &

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
Erick - Yea thats a fair point. Would be interesting to see if this fails without Docker. Kevin Risden On Thu, Nov 1, 2018 at 11:06 AM Erick Erickson wrote: > Kevin: > > You're also using Docker, right? Docker is not "officially" supported > although there's

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
So I just added PRs 5.5, 6.6, 7.1, 7.2, 7.3, 7.4, and 7.5. They all seem to have the exact same behavior... I don't have much more insight here but it doesn't seem to be correct. Kevin Risden On Thu, Nov 1, 2018 at 9:45 AM Kevin Risden wrote: > Ahhh your PR triggered an idea. I&

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
Ahhh your PR triggered an idea. I'll open a few PRs adjusting the Solr version from latest back to earlier 7.x versions. See which version the problem was introduced in. Kevin Risden On Thu, Nov 1, 2018 at 9:17 AM Jeremy Smith wrote: > Thanks so much for looking into this and cleani

Re: SolrCloud Replication Failure

2018-10-31 Thread Kevin Risden
don't even see the first update getting applied from num 10 -> 20. After the first update there is no more change. Kevin Risden On Wed, Oct 31, 2018 at 8:26 PM Jeremy Smith wrote: > Thanks Erick, this is 7.5.0. > > From: Erick Erickson > Se

Re: hdfs - documents missing after hard poweroff

2018-10-31 Thread Kevin Risden
Also do you have auto add replicas turned on for these collections over HDFS? Kevin Risden On Wed, Oct 31, 2018 at 8:20 PM Kevin Risden wrote: > So I'm definitely curious what is going on here. > > Are you still able to reproduce this? Can you check if files have been > modi

Re: hdfs - documents missing after hard poweroff

2018-10-31 Thread Kevin Risden
g to check. Can you run check index on the index to make sure its not corrupt when you don't get the full result set. Kevin Risden On Tue, Oct 16, 2018 at 10:23 AM Kyle Fransham wrote: > Hi, > > Sometimes after a full poweroff of the solr cloud nodes, we see missing > documen

Indexing PDF file in Apache SOLR via Apache TIKA

2018-10-29 Thread adiyaksa kevin
Hello there, let me introduce my self. My name is Mohammad Kevin Putra (you can call me Kevin), from Indonesia, i am a beginner in backend developer, i use Linux Mint, i use Apache SOLR 7.5.0 and Apache TIKA 1.91.0. I have a little bit problem about how to put PDF File via Apache TIKA. I

Storing documents with multiple primary keys

2018-06-27 Thread Grimes, Kevin M (398F)
e a cleaner solution? Thanks, Kevin Grimes 398F – Data Product Generation Software o: 818-354-0263 c: 818-940-4727 kevin.m.gri...@jpl.nasa.gov<mailto:kevin.m.gri...@jpl.nasa.gov>

Storing documents with multiple equivalent field names

2018-06-27 Thread Kevin Grimes
r is there a cleaner solution? Thanks, Kevin Grimes

Re: Extracting top level URL when indexing document

2018-06-12 Thread Kevin Risden
Looks like stop words (in, and, on) is what is breaking. The regex looks like it is correct. Kevin Risden On Tue, Jun 12, 2018, 18:02 Hanjan, Harinder wrote: > Hello! > > I am indexing web documents and have a need to extract their top-level URL > to be stored in a different field

Re: Solr OOM Crashes / JVM tuning advice

2018-04-11 Thread Kevin Risden
inserts - too many commits refreshing caches and again going OOM Many of these can be reduced by using docvalues for fields that you typically sort/filter on. Kevin Risden On Wed, Apr 11, 2018 at 6:01 PM, Deepak Goel wrote: > A few observations: > > 1. The Old Gen Heap on 9th Apri

Re: solr 5.2->7.2, suggester failure

2018-04-03 Thread Kevin Risden
It looks like there were changes in Lucene 7.0 that limited the size of the automaton to prevent overflowing the stack. https://issues.apache.org/jira/browse/LUCENE-7914 The commit being: https://github.com/apache/lucene-solr/commit/7dde798473d1a8640edafb41f28ad25d17f25a2d Kevin Risden On Tue

Re: Ingestion not scaling horizontally as I add more cores to Solr

2018-01-11 Thread Kevin Risden
push more documents. Kevin Risden On Thu, Jan 11, 2018 at 11:39 AM, Shashank Pedamallu wrote: > Thank you very much for the reply Shawn. Is the jmeter running on a > different machine from Solr or on the same machine? > Solr is running on a dedicated VM. And I’ve tried to split the cli

Re: Recovery Issue - Solr 6.6.1 and HDFS

2017-11-22 Thread Kevin Risden
Thanks for the detailed answers Joe. Definitely sounds like you covered most of the easy HDFS performance items. Kevin Risden On Wed, Nov 22, 2017 at 7:44 AM, Joe Obernberger < joseph.obernber...@gmail.com> wrote: > Hi Kevin - > * HDFS is part of Cloudera 5.12.0. > * Solr is co-

Re: Recovery Issue - Solr 6.6.1 and HDFS

2017-11-22 Thread Kevin Risden
DFS blocks. This significantly helps query performance. There are a few configuration parameters that can help here. Kevin Risden On Wed, Nov 22, 2017 at 4:20 AM, Hendrik Haddorp wrote: > Hi Joe, > > sorry, I have not seen that problem. I would normally not delete a replica > if the sha

Re: Solr7: Bad query throughput around commit time

2017-11-11 Thread Kevin Risden
> One machine runs with a 3TB drive, running 3 solr processes (each with one core as described above). How much total memory on the machine? Kevin Risden On Sat, Nov 11, 2017 at 1:08 PM, Nawab Zada Asad Iqbal wrote: > Thanks for a quick and detailed response, Erick! > > Unfortuna

Trouble using Jython script as ScriptTransformer

2017-11-02 Thread Kevin Grimes
Hey all, I’m running v6.3.0. I’ve been trying to configure a Jython ScriptTransformer in my data-config.xml (pulls from JdbcDataSource). But when I run the full import, it tries to interpret the script as JavaScript, even though I added the language=Jython attribute to the

Re: Parallel SQL: GROUP BY throws exception

2017-10-17 Thread Kevin Risden
Calcite might support this in 0.14. I know group by support was improved lately. It might be as simple as upgrading the dependency? A test case showing the NPE would be helpful. We are using MySQL dialect under the hood with Calcite. Kevin Risden On Tue, Oct 17, 2017 at 8:09 AM, Joel Bernstein

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
Amrit Sarkar wrote: >> Kevin, >> >> fileType => md is not recognizable format in SimplePostTool, anyway, moving >> on. OK, thanks. Looks like I'll have to abandon using solr for this project (or find another way to crawl the site). Thank you for all the help, t

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
Amrit Sarkar wrote: >> Kevin, >> >> I am not able to replicate the issue on my system, which is bit annoying >> for me. Try this out for last time: >> >> docker exec -it --user=solr solr bin/post -c handbook >> http://quadra.franz.com:9091/index

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
:38.861 INFO (qtp1911006827-14) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/logging params={wt=json&_=1507905257696&since=0} status=0 QTime=14 2017-10-13 14:49:48.853 INFO (qtp1911006827-18) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/logging par

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
Amrit Sarkar wrote: >> Hi Kevin, >> >> Can you post the solr log in the mail thread. I don't think it handled the >> .md by itself by first glance at code. Note that when I use the admin web interface, and click on "Logging" on the left, I just see a spinn

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
Amrit Sarkar wrote: >> Hi Kevin, >> >> Can you post the solr log in the mail thread. I don't think it handled the >> .md by itself by first glance at code. How do I extract the log you want? >> >> Amrit Sarkar >> Search Engineer >> L

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
Amrit Sarkar wrote: >> Kevin, >> >> Just put "html" too and give it a shot. These are the types it is expecting: Same thing. >> >> mimeMap = new HashMap<>(); >> mimeMap.put("xml", "application/xml"); >> mimeMap.put(

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
; >> } >> } >> return false; >> } >> >> . >> >> It has another check for fileTypes, I can see the page ending with .md >> (which you are indexing) and not .html. Let's hope now this is not the >> issue. Did you see the &q

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
NG: Skipping URL with unsupported type text/html SimplePostTool: WARNING: The URL http://quadra:9091/index.md returned a HTTP result status of 415 0 web pages indexed. COMMITting Solr index changes to http://localhost:8983/solr/handbook/update/extract... Time spent: 0:00:00.531 quadra[git:master]$

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
... Time spent: 0:00:03.882 $ Thanks. Kevin

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-13 Thread Kevin Layer
Amrit Sarkar wrote: >> Kevin, >> >> You are getting NPE at: >> >> String type = rawContentType.split(";")[0]; //HERE - rawContentType is NULL >> >> // related code >> >> String rawContentType = conn.getContentType(); >

solr 7.0.1: exception running post to crawl simple website

2017-10-11 Thread Kevin Layer
365) at org.apache.solr.util.SimplePostTool.execute(SimplePostTool.java:187) at org.apache.solr.util.SimplePostTool.main(SimplePostTool.java:172) quadra[git:master]$ Any ideas on what I did wrong? Thanks. Kevin

Re: Solr uses lots of shared memory!

2017-09-02 Thread Kevin Risden
oudfoundry/java-buildpack/issues/320 [5] https://devcenter.heroku.com/articles/tuning-glibc-memory-behavior [6] https://www.ibm.com/developerworks/community/blogs/kevgrig/entry/linux_glibc_2_10_rhel_6_malloc_may_show_excessive_virtual_memory_usage?lang=en Kevin Risden On Thu, Aug 24, 2017 a

Request to be added to the ContributorsGroup

2017-08-23 Thread Kevin Grimes
Hi there, I would like to contribute to the Solr wiki. My username is KevinGrimes, and my e-mail is kevingrim...@me.com <mailto:kevingrim...@me.com>. Thanks, Kevin

Re: Possible regression in Parallel SQL in 6.5.1?

2017-05-16 Thread Kevin Risden
Well didn't take as long as I thought: https://issues.apache.org/jira/browse/CALCITE-1306 Once Calcite 1.13 is released we should upgrade and get support for this again. Kevin Risden On Tue, May 16, 2017 at 7:23 PM, Kevin Risden wrote: > Yea this came up on the calcite mailing list.

Re: Possible regression in Parallel SQL in 6.5.1?

2017-05-16 Thread Kevin Risden
Yea this came up on the calcite mailing list. Not sure if aliases in the having clause were going to be added. I'll have to see if I can find that discussion or JIRA. Kevin Risden On May 16, 2017 18:54, "Joel Bernstein" wrote: > Yeah, Calcite doesn't support field alias

Re: Solr with HDFS on AWS S3 - Server restart fails to load the core

2017-04-07 Thread Kevin Risden
after you restart Solr? The initial description was the core wasn't loaded after Solr was restarted. What you are describing now is different I think. Kevin Risden On Fri, Apr 7, 2017 at 6:31 PM, Amarnath palavalli wrote: > Hi Trey, > > Thank you for the response. Setting “loadOnSt

Re: Searchable archive of this mailing list

2017-03-31 Thread Kevin Risden
Google usually does a pretty good job of indexing this mailing list. The other place I'll usually go is here: http://search-lucene.com/?project=Solr Kevin Risden On Fri, Mar 31, 2017 at 4:18 PM, OTH wrote: > Hi all, > > Is there a searchable archive of this mailing list? >

Re: Add fieldType from Solr API

2017-02-26 Thread Kevin Risden
As Alex said there is no Admin UI support. The API is called the Schema API: https://cwiki.apache.org/confluence/display/solr/Schema+API That allows you to modify the schema programatically. You will have to reload the collection either way. Kevin Risden On Sun, Feb 26, 2017 at 1:33 PM

JSON Facet API - Range Query - Missing field parameter NPE

2017-02-24 Thread Kevin Risden
omponent.SearchHandler.handleRequestBody( SearchHandler.java:295) at org.apache.solr.handler.RequestHandlerBase.handleRequest( RequestHandlerBase.java:166) at org.apache.solr.core.SolrCore.execute(SolrCore.java:2306) Kevin Risden

Re: SSL using signed client certificate not working

2017-02-15 Thread Kevin Risden
ou need to configure your browsers. Client authentication is an extra part of SSL and not usually required. Kevin Risden On Feb 15, 2017 4:43 AM, "Espen Rise Halstensen" wrote: > > Hi, > > I have some problems with client certificates. By the look of it, it works > wit

Re: 回复: bin/post and self-signed SSL

2017-02-06 Thread Kevin Risden
I expect that the commands work the same or very close from 5.5.x through 6.4.x. There have been some cleaning up of the bin/solr and bin/post commands but not many security changes. If you find differently then please let us know. Kevin Risden On Feb 5, 2017 21:02, "alias" <524

Re: bin/post and self-signed SSL

2017-02-05 Thread Kevin Risden
-u : " https://SOLR_HOST:8983/solr/admin/collections?action=LIST"; ``` Kevin Risden On Sun, Feb 5, 2017 at 5:55 PM, Kevin Risden wrote: > Last time I looked at this, there was no way to pass any Java properties > to the bin/post command. This made it impossible to even set the SSL

Re: bin/post and self-signed SSL

2017-02-05 Thread Kevin Risden
;t had a chance. I'll try to share that info when I get back to my laptop. Kevin Risden On Feb 5, 2017 12:31, "Jan Høydahl" wrote: > Hi, > > I’m trying to post a document to Solr using bin/post after enabling SSL > with self signed certificate. Result is: > > $ post

Re: How long for autoAddReplica?

2017-02-02 Thread Kevin Risden
onsAPI-REPLACENODE:MoveAllReplicasinaNodetoAnother - https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-DELETENODE:DeleteReplicasinaNode Kevin Risden On Thu, Feb 2, 2017 at 11:46 AM, Erick Erickson wrote: > bq: I don’t see a way to add replicas through the UI, so

Re: 6.4 in a 6.2.1 cluster?

2017-01-31 Thread Kevin Risden
JIRA (ideally everything but prioritizing some examples would be nice). Kevin Risden On Tue, Jan 31, 2017 at 11:19 AM, Walter Underwood wrote: > I’m sure people need to do this, so I’ll share it worked for me. > > I just noticed that there is a new integration test being written to >

Re: Adding DocExpirationUpdateProcessorFactory causes "Overlapping onDeckSearchers" warnings

2016-12-09 Thread Kevin Risden
around this. Kevin Risden On Fri, Dec 9, 2016 at 5:15 PM, Brent wrote: > I'm using Solr Cloud 6.1.0, and my client application is using SolrJ 6.1.0. > > Using this Solr config, I get none of the dreaded "PERFORMANCE WARNING: > Overlapping onDeckSearchers=2&

Re: Highlighting, offsets -- external doc store

2016-11-29 Thread Kevin Risden
uires only termVecotrs and termPositions and won't require stored to be true. Kevin Risden On Tue, Nov 29, 2016 at 12:00 PM, Kevin Risden wrote: > For #3 specifically, I've always found this page useful: > > https://cwiki.apache.org/confluence/display/solr/Field+ > Properti

Re: Highlighting, offsets -- external doc store

2016-11-29 Thread Kevin Risden
For #3 specifically, I've always found this page useful: https://cwiki.apache.org/confluence/display/solr/Field+Properties+by+Use+Case It lists out what properties are necessary on each field based on a use case. Kevin Risden On Tue, Nov 29, 2016 at 11:49 AM, Erick Erickson wrote: >

Re: Documentation of Zookeeper's specific roles and functions in Solr Cloud?

2016-11-29 Thread Kevin Risden
is not forwarding requests to Solr. The client requests from Zookeeper and then the client uses that information to query Solr directly. Kevin Risden On Tue, Nov 29, 2016 at 10:49 AM, John Bickerstaff wrote: > All, > > I've thought I understood that Solr search requests are ma

Re: Solr 6.3.0 SQL question

2016-11-28 Thread Kevin Risden
Is there a longer error/stack trace in your Solr server logs? I wonder if the real error is being masked. Kevin Risden On Mon, Nov 28, 2016 at 3:24 PM, Joe Obernberger < joseph.obernber...@gmail.com> wrote: > I'm running this query: > > curl --data-urlencode 'stmt=

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread Kevin Risden
Thanks Sandeep! Kevin Risden On Wed, Nov 16, 2016 at 3:33 PM, sandeep mukherjee < wiredcit...@yahoo.com.invalid> wrote: > [SOLR-9779] Basic auth in not supported in Streaming Expressions - ASF JIRA > > | > | > | > | || > >| > > | > | > | |

Re: Hardware size in solrcloud

2016-11-16 Thread Kevin Risden
-definitive-answer/ Kevin Risden On Wed, Nov 16, 2016 at 1:12 PM, Mugeesh Husain wrote: > I have lots of document i dont know now how much it would be in future. for > the inilial stage, I am looking for hardware details(assumption). > > I are looking forward to setting up a billio

Re: Basic Auth for Solr Streaming Expressions

2016-11-16 Thread Kevin Risden
Was a JIRA ever created for this? I couldn't find it searching. One that is semi related is SOLR-8213 for SolrJ JDBC auth. Kevin Risden On Wed, Nov 9, 2016 at 8:25 PM, Joel Bernstein wrote: > Thanks for digging into this, let's create a jira ticket for this. > > Jo

Re: Sorl shards: very sensitive to swap space usage !?

2016-11-10 Thread Kevin Risden
Agreed with what Shawn and Erick said. If you don't see anything in the Solr logs and your servers are swapping a lot, this could mean the Linux OOM killer is killing the Solr process (and maybe others). There is usually a log of this depending on your Linux distribution. Kevin Risden O

Re: How to substract numeric value stored in 2 documents related by correlation id one-to-one

2016-10-19 Thread Kevin Risden
LR-8593 ( https://issues.apache.org/jira/browse/SOLR-8593) This is the Calcite integration and should enable a lot more SQL syntax as a result. Kevin Risden Apache Lucene/Solr Committer Hadoop and Search Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn <

Re: Problem with Password Decryption in Data Import Handler

2016-10-06 Thread Kevin Risden
I haven't tried this but is it possible there is a new line at the end in the file? If you did something like echo "" > file.txt then there would be a new line. Use echo -n "" > file.txt Also you should be able to check how many characters are in the file. Kevin R

Re: CheckHdfsIndex with Kerberos not working

2016-10-03 Thread Kevin Risden
java -cp "$(hdfs classpath):./server/solr-webapp/webapp/WEB-INF/lib/*:./server/lib/ ext/*:/hadoop/hadoop-client/lib/servlet-api-2.5.jar" -ea:org.apache.lucene... org.apache.solr.index.hdfs.CheckHdfsIndex hdfs://:8020/apps/solr/data/ExampleCollection/ core_node1/data/index Kevin Risden

Convert BytesRef to long in Solr 6.2

2016-09-29 Thread Osborn, Kevin
to support converting BytesRef to long/int/etc. Is there a better method to do this? I would rather not deprecated code. -Kevin

Solr Special Character Search

2016-09-20 Thread Cheatham, Kevin
.2 UI. We've searched through lots of documentation but haven't had success yet. We also tried posting files not as text but seems we're not able to search for any special characters below hexadecimal 20. Any assistance would be greatly appreciated! Thanks! Kevin Cheatham | O

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Kevin Risden
Jan - the issue you are hitting is Docker and /proc/version is getting the underlying OS kernel and not what you would expect from the Docker container. The errors for update-rc.d and service are because the docker image you are using is trimmed down. Kevin Risden On Mon, Sep 12, 2016 at 3:19 PM

Re: NoNode error on -downconfig when node does exist?

2016-08-08 Thread Kevin Risden
Just a quick guess: do you have a period (.) in your zk connection string chroot when you meant an underscore (_)? When you do the ls you use /solr6_1/configs, but you have /solr6.1 in your zk connection string chroot. Kevin Risden On Mon, Aug 8, 2016 at 4:44 PM, John Bickerstaff wrote

Re: Solr 6 / Solrj RuntimeException: First tuple is not a metadata tuple

2016-05-04 Thread Kevin Risden
de, the logs seem okay: The logs you shared don't seem to be the full logs. There will be a related exception on the Solr server side. The exception on the Solr server side will explain the cause of the problem. Kevin Risden On Wed, May 4, 2016 at 2:57 AM, deniz wrote: > I am trying to g

Re: Parallel SQL Interface returns "java.lang.NullPointerException" after reloading collection

2016-05-03 Thread Kevin Risden
getClusterState(). ZkStateReader zkStateReader = cloudSolrClient.getZkStateReader(); ClusterState clusterState = zkStateReader.getClusterState(); Kevin Risden Apache Lucene/Solr Committer Hadoop and Search Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn

Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Kevin Risden
xrwxrwx 0 0 05167 Apr 1 14:40 org/apache/solr/client/solrj/io/sql/ResultSetMetaDataImpl.class -rwxrwxrwx 0 0 0 10451 Apr 1 14:40 org/apache/solr/client/solrj/io/sql/StatementImpl.class -rwxrwxrwx 0 0 0 141 Apr 1 14:40 org/apache/solr/client/solrj/io/sql/packag

Re: Which line is solr following in terms of a BI Tool?

2016-04-13 Thread Kevin Risden
Solr JDBC driver is more of a convenience for querying. Kevin Risden On Tue, Apr 12, 2016 at 6:24 PM, Erick Erickson wrote: > The unsatisfactory answer is that the have different characteristics. > > The analytics contrib does not work in distributed mode. It's not > receiving

Re: NoSuchFileException errors common on version 5.5.0

2016-03-10 Thread Kevin Risden
This sounds related to SOLR-8587 and there is a fix in SOLR-8793 that isn't out in a release since it was fixed after 5.5 went out. Kevin Risden Hadoop Tech Lead | Avalon Consulting, LLC <http://www.avalonconsult.com/> M: 732 213 8417 LinkedIn <http://www.linkedin.com/company/ava

  1   2   3   4   >