Hi, I have added this configuration > <property> > <name>lens.server.servicenames</name> > <value>session,query,metastore,scheduler,quota,savedquery</value> > > <description>These services would be started in the specified order when > lens-server starts up</description> > </property> > > into lens-site.xm, but it still printed "Please enable Saved Queries feature in the LENS Server to proceed." Should I add *any other* configurations into in lens-site.xml ?
Thanks On Mon, Jul 4, 2016 at 5:31 PM, Rajat Khandelwal <[email protected]> wrote: > Add the following to lens-site.xml and restart lens server. Then restart the > ui server. > > <property> > <name>lens.server.servicenames</name> > <value>session,query,metastore,scheduler,quota,savedquery</value> > > <description>These services would be started in the specified order when > lens-server starts up</description> > </property> > > > On Mon, Jul 4, 2016 at 2:37 PM Gary Wu <[email protected]> wrote: > >> HI, >> >> After I input some commands in the lens-ui, the prompt shows as follow: >> >> Please enable Saved Queries feature in the LENS Server to proceed. >> >> please see the attachment. >> >> Which configuration should I add in the server conf file? >> >> Thanks >> Gary >> >
