Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.16 KB

hive-logs-locations.md

File metadata and controls

52 lines (37 loc) · 1.16 KB
title description keywords services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Where are the Hive logs on HDInsight cluster? | Microsoft Docs
Use the Hive FAQ for answers to common questions on Hive on Azure HDInsight platform.
Azure HDInsight, Hive, FAQ, troubleshooting guide, log download
Azure HDInsight
na
dkakadia
EF103025-039D-4CD9-A8FB-1DF66C4423AC
multiple
na
na
na
article
04/12/2017
dkakadia

Where are the Hive logs on HDInsight cluster?

Issue:

Need to find the Hive client, metastore and hiveserver logs on HDInsight cluster.

Resolution Steps:

  1. Connect to the HDInsight cluster with a Secure Shell (SSH) client (check Further Reading section below).

  2. Hive client logs can be found at:

/tmp/<username>/hive.log 
  1. Hive metastore logs can be found at:
/var/log/hive/hivemetastore.log 
  1. Hiveserver logs can be found at:
/var/log/hive/hiveserver2.log 

Further Reading:

  1. Connect to HDInsight Cluster using SSH