hdfs: correct username parameter in integration tests

This commit is contained in:
Nick Craig-Wood 2021-01-08 09:05:25 +00:00
parent e3c238ac95
commit feaacfd226

View File

@ -12,7 +12,7 @@ start() {
echo type=hdfs echo type=hdfs
echo namenode=127.0.0.1:8020 echo namenode=127.0.0.1:8020
echo user=root echo username=root
} }
stop() { stop() {
if status ; then if status ; then