Hive error message. Does anyone know how to fix this?

402 views Asked by At

I am using cloudera for a school project where we have to upload a data set into hive. I have recieved the following error message yesterday and cant seem to find the problem. Please note I am a beginner and any help would be appreciated.

Error message from hive

1

There are 1 answers

2
Soumendra Mishra On

You can turn off Hadoop safe mode by using below command:

$ hdfs dfsadmin -safemode leave
OR
$ sudo -u hdfs hadoop dfsadmin -safemode leave