From 8a67bb416a924859de63f157dade0108c774dc12 Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Fri, 9 Jan 2015 14:43:36 +0000 Subject: [PATCH] Should be chown. Fixed. --- hive-validation/0-run-as-hdfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-validation/0-run-as-hdfs.sh b/hive-validation/0-run-as-hdfs.sh index 01cf968..69a1c65 100755 --- a/hive-validation/0-run-as-hdfs.sh +++ b/hive-validation/0-run-as-hdfs.sh @@ -7,4 +7,4 @@ if [ "${USER}" != "hdfs" ]; then fi hdfs dfs -test -d /apps/hive/shared/validation/lib && echo "Shared Lib directory exists" || hdfs dfs -mkdir -p /apps/hive/shared/validation/lib -hdfs dfs -chmod -R hive /apps/hive/shared +hdfs dfs -chown -R hive /apps/hive/shared