mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 08:31:55 +00:00
9 lines
248 B
Bash
Executable File
9 lines
248 B
Bash
Executable File
#!/bin/bash
|
|
|
|
$HADOOP_HOME/bin/hdfs dfs -mkdir /tmp
|
|
$HADOOP_HOME/bin/hdfs dfs -mkdir -p /user/hive/warehouse
|
|
$HADOOP_HOME/bin/hdfs dfs -chmod g+w /tmp
|
|
$HADOOP_HOME/bin/hdfs dfs -chmod g+w /user/hive/warehouse
|
|
|
|
schematool --dbType mysql --initSchema
|