Closed siegfriedweber closed 11 months ago
Set the environment variable HADOOP_USER_NAME to "stackable" in the hbase-hdfs-load-cycling-data demo.
This is required on OpenShift because the chosen user ID has not the required access rights.
Without this change, the job distcp-cycling-data fails with:
mkdir: Permission denied: user=1000720000, access=WRITE, inode="/":stackable:supergroup:drwxr-xr-x
And the job create-hfile-and-import-to-hbase fails with:
Exception in thread "main" org.apache.hadoop.security.AccessControlException: Permission denied: user=1000720000, access=WRITE, inode="/":stackable:supergroup:drwxr-xr-x
Description
Set the environment variable HADOOP_USER_NAME to "stackable" in the hbase-hdfs-load-cycling-data demo.
This is required on OpenShift because the chosen user ID has not the required access rights.
Without this change, the job distcp-cycling-data fails with:
And the job create-hfile-and-import-to-hbase fails with: