Detail exception would be more helpful if you can share by re-running the
query after enabling debug mode in Hive?

As per the current information, it seems that you have a conflicting guava
dependency in the Hive classpath(probably pulled from older Hadoop), check
what all guava versions you have in the classpath and keep the one which is
shipped with Hive 3.0 only.

Regards
Tanvi Thacker



On Sat, Oct 27, 2018 at 5:50 AM ZongtianHou <zongtian...@icloud.com> wrote:

> Hi, everyone,
> I have installed hive3.0 and tried it. I created a table , but can’t
> insert a record into it. Below is the operation and error info, any hint
> will be very appreciated!
>
> hive> create table ii(a int);
> OK
> Time taken: 1.337 seconds
> hive> insert into ii values (2);
> Query ID = kousouda_20181027204327_b848a734-a159-4ac1-95e5-82ccc9859567
> Total jobs = 3
> Launching Job 1 out of 3
> Number of reduce tasks is set to 0 since there's no reduce operator
> FAILED: Execution Error, return code -101 from
> org.apache.hadoop.hive.ql.exec.mr.MapRedTask. tried to access method
> com.google.common.base.Stopwatch.<init>()V from class
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat

Reply via email to