1
0
Эх сурвалжийг харах

Update tpcds-setup.sh

Remove stray slash from the chmod command
Gopal V 7 жил өмнө
parent
commit
e32531a7bf
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      tpcds-setup.sh

+ 1 - 1
tpcds-setup.sh

@@ -66,7 +66,7 @@ if [ $? -ne 0 ]; then
 	exit 1
 fi
 
-hadoop fs -chmod -R 777  /${DIR}/${SCALE}
+hadoop fs -chmod -R 777  ${DIR}/${SCALE}
 
 echo "TPC-DS text data generation complete."