Member since
10-27-2015
39
Posts
15
Kudos Received
1
Solution
04-26-2024
07:12 AM
2 Kudos
if you want to force cdp onto rocky8: echo "ID_LIKE=\"Red Hat Enterprise Linux release 8.7 (Ootpa)\"" >> /etc/rocky-release this fixes install-agents hang echo "ID=\"rhel\"" >> /usr/lib/os-release this fixes install-parcels hang removing this ID var from os-release after deployment will cause hadoop to fail restart
... View more
12-06-2019
12:09 PM
The following always worked for me: kinit -kt hdfs.keytab hdfs hadoop fs -mkdir /benchmarks hadoop fs -chmod 0777 /benchmarks You can always lock down the directory permissions to only allow a certain group to write to this directory.
... View more