Re: protobuf.ServiceException

2022-03-09 Thread Bitfox
Does this URL work for you? https://hive.apache.org/ The regular hive homepage disappears when I am trying to download hive 3. Thanks On Thu, Mar 10, 2022 at 7:05 AM Aaron Grubb wrote: > My understanding is Hive 2.x is for Hadoop 2.x, while Hive 3.x is for > Hadoop 3.x, so I would guess

Re: protobuf.ServiceException

2022-03-09 Thread Aaron Grubb
My understanding is Hive 2.x is for Hadoop 2.x, while Hive 3.x is for Hadoop 3.x, so I would guess that's where your problem lies. On Thu, 2022-03-10 at 06:57 +0800, Bitfox wrote: Hello In beeline I am getting the error: 0: jdbc:hive2://localhost:1/default> select * from people; Error:

protobuf.ServiceException

2022-03-09 Thread Bitfox
Hello In beeline I am getting the error: 0: jdbc:hive2://localhost:1/default> select * from people; Error: java.io.IOException: java.io.IOException: com.google.protobuf.ServiceException: java.lang.NoSuchFieldError: PARSER (state=,code=0) Apache Hive (version 2.3.9) Hadoop 3.3.1 $