对于2.20
版本可能会出现以下问题:
spark\sql\hive-thriftserver\src\main\java\org\apache\hive\service\cli\thrift\ThriftCLIService.java
Error:(52, 75) not found: value TCLIService
public abstract class ThriftCLIService extends AbstractService implements TCLIService.Iface, Runnable {………..
针对这种情况,只用在spark\sql\hive-thriftserver\src\gen\java
右键中点Mark Directory as->Sources Root
即可