[
https://issues.apache.org/jira/browse/HIVE-15423?focusedWorklogId=450152&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-450152
]
ASF GitHub Bot logged work on HIVE-15423:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jun/20 00:28
Start Date: 24/Jun/20 00:28
Worklog Time Spent: 10m
Work Description: github-actions[bot] closed pull request #122:
URL: https://github.com/apache/hive/pull/122
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 450152)
Time Spent: 20m (was: 10m)
> Allowing Hive to reverse map IP from hostname for partition info
> ----------------------------------------------------------------
>
> Key: HIVE-15423
> URL: https://issues.apache.org/jira/browse/HIVE-15423
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 1.2.1
> Reporter: Suresh Bahuguna
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Hive - Namenode hostname mismatch when running queries with 2 MR jobs.
> Hive tries to find Partition info using hdfs://<host_name>:<hdfs_port>,
> whereas the info has been hashed using hdfs://<host_IP_addr>:<hdfs_port>.
> Exception raised in HiveFileFormatUtils.java:
> -----------------------------------------------------------------------------------------------------
> java.io.IOException: cannot find dir =
> hdfs://hd-nn-24:9000/tmp/hive-admin/hive_2013-08-30_06-11-52_007_1545561832334194535/-mr-10002/000000_0
> in pathToPartitionInfo:
> [hdfs://192.168.156.24:9000/tmp/hive-admin/hive_2013-08-30_06-11-52_007_1545561832334194535/-mr-10002]
> at
> org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getPartitionDescFromPathRecursively(HiveFileFormatUtils.java
> -----------------------------------------------------------------------------------------------------
--
This message was sent by Atlassian Jira
(v8.3.4#803005)