Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are two changes that would help future work on split PPD into HBase metastore.
1) Move non-HDFS split strategy determination logic into main thread from threadpool.
2) Instead of iterating thru the futures and waiting, use CompletionService to get futures in order of completion. That might be useful by itself.
Attachments
Attachments
Issue Links
- is part of
-
HIVE-11500 implement file footer / splits cache in HBase metastore
- Open