~asanjar/charms/trusty/hdp-hadoop/test

« back to all changes in this revision

Viewing changes to files/scripts/createDataNodeDirs.sh

  • Committer: amir sanjar
  • Date: 2014-07-21 19:53:44 UTC
  • Revision ID: amir.sanjar@canonical.com-20140721195344-a23z0lrebqzhl167
namenode & data node initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
1
2
mkdir -p $DFS_DATA_DIR;
2
3
chown -R $HDFS_USER:$HADOOP_GROUP $DFS_DATA_DIR;
3
4
chmod -R 750 $DFS_DATA_DIR;
 
 
b'\\ No newline at end of file'