Configure Primary Group for Hive Users | QueryGrid - Configuring the Primary Group for Hive Users - Teradata QueryGrid

QueryGridâ„¢ Installation and User Guide - 3.06

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata QueryGrid
Release Number
3.06
Published
December 2024
ft:locale
en-US
ft:lastEdition
2024-12-07
dita:mapPath
ndp1726122159943.ditamap
dita:ditavalPath
ft:empty
dita:id
lxg1591800469257
lifecycle
latest
Product Category
Analytical Ecosystem
  1. Run one of the following commands on Linux to enable logging for the primary group of Hive users:
    Option Action
    Non-Kerberized CDH, CDP, or Dataproc. Change the primary group for the Hive user and enable logging using a Hive connector on a non-Kerberized Hadoop cluster.

    usermod -g hadoop hive

    Run the remaining commands on all nodes.

    Kerberized CDH, HDP, or Dataproc. Enable logging using a Hive connector on any Kerberized Hadoop cluster. Each user corresponding the a Kerberos principal must contain the primary group of hadoop.

    usermod -g hadoop principalName

    Run the remaining commands on all nodes.