Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.9.1, 0.10.0
-
Fix Version/s: None
-
Component/s: Build Infrastructure
-
Labels:None
Description
Hive support different versions of hadoop such as 0.20,0.20S(1.0.0) and 0.23.0(2.0.1). When we build hive with hadoop-0.23(2.0.1), we get compilation error in eclipse because it is refering to 0.20.0 hadoop jars.
Currently, hive classpath is generated with pre-defined eclipse template.This template support only for 0.20 version of hadoop. This is causing compilation error in eclipse.