Description
When using the following:
conf.set(TezConfiguration.TEZ_AM_TEZ_UI_HISTORY_URL_TEMPLATE, "__HISTORY_URL_BASE__?viewPath=tezapp/__APPLICATION_ID__"); conf.set(TezConfiguration.TEZ_HISTORY_URL_BASE, "http://localhost/ui/tez");
Final url is "http://localhost/ui/tez/?viewPath=tez-app/TEST_APP_ID" instead of "http://localhost/ui/tez?viewPath=tez-app/TEST_APP_ID"