Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.14.0
-
None
-
None
Description
Since WebHCat support invoking Sqoop job (introduced in HIVE-5072), it should also expose endpoint "version/sqoop" to return the version of Sqoop interactive. In HIVE-5072, the endpoint "version/sqoop" is exposed return "NOT_IMPLEMENTED_501". The reason is we cannot simply do the same as the endpoint "version/hive" or "version/hadoop" since WebHCat does not have dependency with Sqoop. Currently Sqoop 1 support getting the version using command "sqoop version". WebHCat can invoke this command using "templeton/v1/sqoop" endpoint but this is not interactive.
Attachments
Issue Links
- is related to
-
HIVE-5072 [WebHCat]Enable directly invoke Sqoop job through Templeton
- Closed