Re: Apache Rya Logging question

2019-03-05 Thread David Lotts
> Second, since the Rya Shell connects directly to Zookeeper/Accumulo, > does that mean it won't use Rya's query optimizer capabilities (Prospects > Table, etc.)? When you are using the shell, all the Rya code is built into the Shell. Your configuration must match the configuration of all the ot

Re: Apache Rya Logging question

2019-03-05 Thread Boris Pelakh
In your environment.properties, set use.display.plan=true, then restart rya. From: Brian Vincent Sent: Tuesday, March 5, 2019 6:33:51 PM To: dev@rya.incubator.apache.org Subject: RE: Apache Rya Logging question Hi David, First, I took a look at both the log

RE: Apache Rya Logging question

2019-03-05 Thread Brian Vincent
/Accumulo, does that mean it won't use Rya's query optimizer capabilities (Prospects Table, etc.)? Thanks so much! Brian Vincent -Original Message- From: David Lotts Sent: Tuesday, March 5, 2019 2:43 PM To: dev@rya.incubator.apache.org Subject: Re: Apache Rya Logging questio

RE: Apache Rya Logging question

2019-03-05 Thread Brian Vincent
yil Sent: Tuesday, March 5, 2019 3:09 PM To: dev@rya.incubator.apache.org Subject: Re: Apache Rya Logging question I believe there is a property— display query plan or something like that to get the query plan displayed to screen. I can look it up if that sounds right to someone. Sent from

Re: Apache Rya Logging question

2019-03-05 Thread Puja Valiyil
I believe there is a property— display query plan or something like that to get the query plan displayed to screen. I can look it up if that sounds right to someone. Sent from my iPhone > On Mar 5, 2019, at 4:42 PM, David Lotts wrote: > > Did you try this? This is from: > https://github.com

Re: Apache Rya Logging question

2019-03-05 Thread David Lotts
Did you try this? This is from: https://github.com/apache/incubator-rya/blob/master/extras/rya.manual/src/site/markdown/shell.md#logs ''' Logging for the rya shell is written to the rya.shell-3.2.11-incubating/logs directory. Configuration of the logging is controlled by the rya.shell-3.2.11-incu

Apache Rya Logging question

2019-03-05 Thread Brian Vincent
Hello, I currently have an Apache Rya/Accumulo instance up with data loaded and am trying to look at Rya's Query Plan after performing queries from a local Rya Shell. The only log file I see that has that information is the "Catalina.out" file but it appears it only contains the requested info