Error while running metastore service on hive using Ubuntu 18.04 LTS

235 Views Asked by At

I have installed hive and initialized the derby schema successfully but when I start metastore service using command

hive --service metastore

I got the following error

Exception in thread "org.apache.hadoop.hive.common.JvmPauseMonitor$Monitor@2c62cd63" java.lang.IllegalAccessError: tried to access method com.google.common.base.Stopwatch.<init>()V from class org.apache.hadoop.hive.common.JvmPauseMonitor$Monitor
    at org.apache.hadoop.hive.common.JvmPauseMonitor$Monitor.run(JvmPauseMonitor.java:176)
    at java.lang.Thread.run(Thread.java:748)
0

There are 0 best solutions below