In your environment.properties, set use.display.plan=true, then restart rya.
________________________________ From: Brian Vincent <brian.vinc...@polarisalpha.com> 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 file config as well as the log file itself and found no query plan displayed. And the logging level is set at INFO so I assume if the Query Plan was being logged, it would be in there. 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.)? Thanks so much! Brian Vincent -----Original Message----- From: David Lotts <dlo...@gmail.com> Sent: Tuesday, March 5, 2019 2:43 PM To: dev@rya.incubator.apache.org Subject: Re: Apache Rya Logging question 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-incubating/conf/log4j.properties file. ''' The Rya shell connects directly to Zookeeper/Accumulo and does not interact with the Rya web service. I just checked with the shell author. david lotts.