Re: Job history ui rewrite rule in yarnui

2018-04-19 Thread Sandeep Moré
Hello Guang, For the first url, you cannot rewrite it because it does not have the host:port, so this is different than the host:port your service is using ? sorry, I don't remember exactly this works. For the second case, yes I have see that used, but do not remember how we route it, I think it

Re: Job history ui rewrite rule in yarnui

2018-04-19 Thread Guang Yang
Hi guys, About the job urls, I found three more non-functional links. They are links for jobmanager.(err/log/out) in the page of node container logs, like http://hadoopworker001:8042/node/containerlogs/container_xxx/user_xxx. Their original urls are like this

Re: Job history ui rewrite rule in yarnui

2018-03-05 Thread Guang Yang
Any suggestion, guys? On Fri, Mar 2, 2018 at 1:28 PM, Guang Yang wrote: > Hi Sandeep, > > Thanks for looking into it. > > Yes, I tried that before, the value can be replaced correctly, but the > webpage is just stuck there, no redirect happens. > > The result in html is

Re: Job history ui rewrite rule in yarnui

2018-03-02 Thread Guang Yang
Hi Sandeep, Thanks for looking into it. Yes, I tried that before, the value can be replaced correctly, but the webpage is just stuck there, no redirect happens. The result in html is https://host:port/something;>, which however, should be https://host:port/something;>. It seems the html meta

Re: Job history ui rewrite rule in yarnui

2018-03-02 Thread Sandeep Moré
Hello Guang, This does look like a bug, after some digging it appears it was as a result of KNOX-973. Have you tried using I am curious to see what you get. Best, Sandeep On Thu, Mar 1, 2018 at 4:30 PM, Guang Yang wrote: > Hi, > > I'm currently working on the Map Reduce

Job history ui rewrite rule in yarnui

2018-03-01 Thread Guang Yang
Hi, I'm currently working on the Map Reduce Job History UI rewrite rules, and found several potential bugs here. For this rewrite template , let's not say what the