Skip to content

Commit

Permalink
Adding a setup file for hadoop consumer to set write permissions on t…
Browse files Browse the repository at this point in the history
…he required hdfs directories
  • Loading branch information
nehanarkhede committed Jun 1, 2011
1 parent ead90af commit cc5f603
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/hadoop-consumer/hadoop-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

hadoop=${HADOOP_HOME}/bin/hadoop

$hadoop fs -chmod ugoa+w /tmp

0 comments on commit cc5f603

Please sign in to comment.