Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This issue proposes to consolidate several Hive calls to the Hadoop Common FileSystem API into a fewer number of calls that still accomplish the equivalent work. FileSystem API calls typically translate into RPCs to other services like the HDFS NameNode or alternative file system implementations. Consolidating RPCs will lower latency a bit for Hive code and reduce some load on these external services.
Attachments
Attachments
Issue Links
- breaks
-
HIVE-10444 HIVE-10223 breaks hadoop-1 build
- Closed
- is related to
-
HIVE-9736 StorageBasedAuthProvider should batch namenode-calls where possible.
- Patch Available
-
HADOOP-13321 Deprecate FileSystem APIs that promote inefficient call patterns.
- Resolved