Hi Team - Greetings..!
We are using /usr/odp/1.2.2.0-135. The tez ui is not processing the real time data on the job UI.
Here is the snap.
Its not showing anything like
Progress, Running Tasks, Pending Tasks
I tried setting few config at the job level. Its working fine and once you refresh the page, The data will be gone. Could you please suggest something on it
Submit with overrides
hadoop jar /usr/odp/current/tez-client/tez-examples*.jar orderedwordcount
-Dtez.am.webservice.enable=true
-Dtez.am.tez-ui.webservice.enable=true
-Dtez.am.tez-ui.history-url.template=none
-Dtez.am.allow.disabled-timeline-domains=true
/user/temp/large-test
/user/temp/output-large-test-$(date +%s) 2>&1 | tee ~/large-test.log &
Hi Team - Greetings..!
We are using /usr/odp/1.2.2.0-135. The tez ui is not processing the real time data on the job UI.
Here is the snap.
Its not showing anything like
Progress, Running Tasks, Pending Tasks
I tried setting few config at the job level. Its working fine and once you refresh the page, The data will be gone. Could you please suggest something on it
Submit with overrides
hadoop jar /usr/odp/current/tez-client/tez-examples*.jar orderedwordcount
-Dtez.am.webservice.enable=true
-Dtez.am.tez-ui.webservice.enable=true
-Dtez.am.tez-ui.history-url.template=none
-Dtez.am.allow.disabled-timeline-domains=true
/user/temp/large-test
/user/temp/output-large-test-$(date +%s) 2>&1 | tee ~/large-test.log &