mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
9 lines
248 B
Bash
9 lines
248 B
Bash
![]() |
#!/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
|