There are a few enhancements in the ui that I'm working on, available at https://github.com/prongs/lens/tree/LENS-1207. If you want to check them out, clone https://github.com/prongs/lens.git, checkout branch LENS-1207 and start ui from the lens-ui folder.
On Tue, Jul 5, 2016 at 2:31 PM Gary Wu <[email protected]> wrote: > Yeah, it works. Thank you very much for your kind explanation. :) > > On Mon, Jul 4, 2016 at 8:38 PM, Rajat Khandelwal <[email protected]> > wrote: > >> My mistake, forgot to mention one more configuration that needs to be >> added: >> >> >> <property> >> <name>lens.server.ws.resourcenames</name> >> >> <value>session,metastore,query,quota,scheduler,index,log,savedquery</value> >> <description>These JAX-RS resources would be started in the specified >> order when lens-server starts up</description> >> </property> >> >> >> On Mon, Jul 4, 2016 at 4:49 PM Gary Wu <[email protected]> wrote: >> >>> I also restart the ui server and len-server after I change the >>> lens-site.xml. >>> >>> On Mon, Jul 4, 2016 at 7:17 PM, Gary Wu <[email protected]> >>> wrote: >>> >>>> 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 >>>>>> >>>>> >>>> >>> >
