mandy 0.5.22 → 0.5.23
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bin/mandy-get +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.23
|
data/bin/mandy-get
CHANGED
@@ -51,7 +51,7 @@ def is_a_valid(path)
|
|
51
51
|
end
|
52
52
|
|
53
53
|
if options.raw
|
54
|
-
|
54
|
+
`$HADOOP_HOME/bin/hadoop fs -conf #{config} -get#{options.merge ? 'merge' : ''} #{remote_file} #{local_file}`
|
55
55
|
exit($?.exitstatus)
|
56
56
|
end
|
57
57
|
|
metadata
CHANGED