0

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

  • 3
    You should bring the error message into your question as text, in case the link breaks – Hamed Nov 16 '20 at 18:53

1 Answers1

1

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

$ hdfs dfsadmin -safemode leave
OR
$ sudo -u hdfs hadoop dfsadmin -safemode leave
Soumendra Mishra
  • 3,483
  • 1
  • 12
  • 38