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.
Asked
Active
Viewed 342 times
0
-
3You should bring the error message into your question as text, in case the link breaks – Hamed Nov 16 '20 at 18:53
1 Answers
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