JungHyun An created TEZ-4379:
--------------------------------

             Summary: Tez Hive Queries query page rows does not go over.
                 Key: TEZ-4379
                 URL: https://issues.apache.org/jira/browse/TEZ-4379
             Project: Apache Tez
          Issue Type: Bug
          Components: UI
    Affects Versions: 0.10.1
         Environment: 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";,                            
  },

 
            Reporter: JungHyun An
             Fix For: 0.10.1
         Attachments: tez_bug_1.png

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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to