Skip to content

Unable to view MR jobs associated with Rhive query in ResourceManager WebUI #104

@Phoncy

Description

@Phoncy

Hi,

I have an HDP2.3 cluster with Tez version 0.7 and Hive 1.2 . I'm using the below configurations to connect to Hive from R(3.3).

Sys.setenv(HIVE_HOME="/usr/hdp/2.3.4.7-4/hive/")
Sys.setenv(RHIVE_DATA="/rhive_data")
Sys.setenv(HADOOP_HOME="/usr/hdp/2.3.4.7-4/hadoop")
Sys.setenv(RHIVE_FS_HOME="/RHive")
library(RHive)
rhive.init()
rhive.connect(host="xx.xxx.xx.xx", port=10000, hiveServer2=TRUE,defaultFS="hdfs://mycluster1")

I'm able to get the results of aggregate query correctly, but the MR jobs are not listed in the Resource Manager Web UI. Any suggestions are greatly appreciated.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions