Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.10.1
-
None
-
Tez - 0.9.1, YARN 3.1.1, Hadoop 3.1.1, Hive 3.1.1
yarn-site.xml
yarn.admin.acl=activity_analyzer,yarn,dr.who,admin
yarn.nodemanager.webapp.cross-origin.enabled=true
yarn.resourcemanager.system-metrics-publisher.enabled=true
yarn.resourcemanager.webapp.cross-origin.enabled=true
yarn.timeline-service.enabled=true
yarn.timeline-service.generic-application-history.enabled=true
yarn.timeline-service.http-cross-origin.allowed-methods=GET,POST,HEAD
yarn.timeline-service.http-cross-origin.allowed-headers=X-Requested-With,Content-Type,Accept,Origin
yarn.timeline-service.hostname=teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi
yarn.timeline-service.http-cross-origin.allowed-origins=*
yarn.timeline-service.http-cross-origin.enabled=true
yarn.webapp.api-service.enable=truehive-site.xml
hive.exec.failure.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook, org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook
hive.exec.post.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook, org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook
hive.exec.pre.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook, org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHookhive_timeline_logging_enabled
Use ATS Logging=truetez-site.xml
// tez.yarn.ats.enabled=true
tez.allow.disabled.timeline-domains=true
tez.am.acls.enabled=false
tez.am.history.logging.enabled=true
tez.dag.history.logging.enabled=true
tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService
tez.tez-ui.history-url.base=http://teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi:9999/tez-ui/
tez.use.cluster.hadoop-libs=true
yarn.timeline-service.enabled=trueconfigs.env
ENV = {
{ /* * Timeline Server Address: * By default TEZ UI looks for timeline server at http://localhost:8188, uncomment and change * the following value for pointing to a different address. */ timeline: "http://teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi:8188", /* * Resource Manager Address: * By default RM REST APIs are expected to be at http://localhost:8088, uncomment and change * the following value to point to a different address. */ rm: "http://teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi:8088", /* * Resource Manager Web Proxy Address: * Optional - By default, value configured as RM host will be taken as proxy address * Use this configuration when RM web proxy is configured at a different address than RM. */ //rmProxy: "http://192.168.1.122:8088", }
hosts:,
Tez - 0.9.1, YARN 3.1.1, Hadoop 3.1.1, Hive 3.1.1 yarn-site.xml yarn.admin.acl=activity_analyzer,yarn,dr.who,admin yarn.nodemanager.webapp.cross-origin.enabled=true yarn.resourcemanager.system-metrics-publisher.enabled=true yarn.resourcemanager.webapp.cross-origin.enabled=true yarn.timeline-service.enabled=true yarn.timeline-service.generic-application-history.enabled=true yarn.timeline-service.http-cross-origin.allowed-methods=GET,POST,HEAD yarn.timeline-service.http-cross-origin.allowed-headers=X-Requested-With,Content-Type,Accept,Origin yarn.timeline-service.hostname=teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi yarn.timeline-service.http-cross-origin.allowed-origins=* yarn.timeline-service.http-cross-origin.enabled=true yarn.webapp.api-service.enable=true hive-site.xml hive.exec.failure.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook, org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook hive.exec.post.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook, org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook hive.exec.pre.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook, org.apache.hadoop.hive.ql.hooks.HiveProtoLoggingHook hive_timeline_logging_enabled Use ATS Logging=true tez-site.xml // tez.yarn.ats.enabled=true tez.allow.disabled.timeline-domains=true tez.am.acls.enabled=false tez.am.history.logging.enabled=true tez.dag.history.logging.enabled=true tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService tez.tez-ui.history-url.base= http://teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi:9999/tez-ui/ tez.use.cluster.hadoop-libs=true yarn.timeline-service.enabled=true configs.env ENV = { hosts: { /* * Timeline Server Address: * By default TEZ UI looks for timeline server at http://localhost:8188, uncomment and change * the following value for pointing to a different address. */ timeline: "http://teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi:8188", /* * Resource Manager Address: * By default RM REST APIs are expected to be at http://localhost:8088, uncomment and change * the following value to point to a different address. */ rm: "http://teraone-cluster1-master01.teraone-cluster1-headless.teraone1.svc.bdi:8088", /* * Resource Manager Web Proxy Address: * Optional - By default, value configured as RM host will be taken as proxy address * Use this configuration when RM web proxy is configured at a different address than RM. */ //rmProxy: "http://192.168.1.122:8088", } ,
Description
If there are 30 remaining Hive queries in the query history, only 2 pages are displayed when 10 rows is selected on the tez ui query page. And when I click page 2, an error in the screenshot appears and it does not go over.
Attachments
Attachments
Issue Links
- links to