~bigdata-dev/charms/trusty/hdp-hadoop/lse-gpg-fix

« back to all changes in this revision

Viewing changes to files/scripts/createDataNodeDirs.sh

  • Committer: amir sanjar
  • Date: 2014-08-26 04:27:23 UTC
  • Revision ID: amir.sanjar@canonical.com-20140826042723-icv3xw3weuqtblze
update to config-change

Show diffs side-by-side

added added

removed removed

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