[ https://issues.apache.org/jira/browse/HIVE-15423?focusedWorklogId=446722&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-446722
]
ASF GitHub Bot logged work on HIVE-15423:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jun/20 16:56
Start Date: 16/Jun/20 16:56
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #122:
URL: https://github.com/apache/hive/pull/122#issuecomment-644888309
This pull request has been automatically marked as stale because it has not had recent
activity. It will be closed if no further activity occurs.
Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.
----------------------------------------------------------------
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:
users@infra.apache.org
Issue Time Tracking
-------------------
Worklog Id: (was: 446722)
Remaining Estimate: 0h
Time Spent: 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
> Time Spent: 10m
> 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)
|