Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.10.0
-
None
-
None
-
None
Description
The use case:
Hive has external table over Phoenix table
Spark is using spark-hive integration to query this table.
This scenario has 2 problems:
1. PhoenixStorageHandler doesn't implement getInputFormatClass
2. In this case there is no sessionID which is generated by Hive CLI in normal cases.