aboutsummaryrefslogtreecommitdiffstats
path: root/cdap3vm/config/services-setup-templates/job-history-setup-02-as-hdfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cdap3vm/config/services-setup-templates/job-history-setup-02-as-hdfs.sh')
-rw-r--r--cdap3vm/config/services-setup-templates/job-history-setup-02-as-hdfs.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/cdap3vm/config/services-setup-templates/job-history-setup-02-as-hdfs.sh b/cdap3vm/config/services-setup-templates/job-history-setup-02-as-hdfs.sh
new file mode 100644
index 0000000..5671c35
--- /dev/null
+++ b/cdap3vm/config/services-setup-templates/job-history-setup-02-as-hdfs.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+hdfs dfs -mkdir -p /mr-history/tmp
+hdfs dfs -chmod -R 1777 /mr-history/tmp
+
+hdfs dfs -mkdir -p /mr-history/done
+hdfs dfs -chmod -R 1777 /mr-history/done
+hdfs dfs -chown -R __MAPRED_USER__:__HDFS_USER__ /mr-history
+
+hdfs dfs -mkdir -p /app-logs
+hdfs dfs -chmod -R 1777 /app-logs
+
+hdfs dfs -chown __YARN_USER__:__HDFS_USER__ /app-logs
+
+
+