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
1 changed files with 1 additions and 1 deletions

View File

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